Changeset 11284 for main/waeup.aaua/trunk/src/waeup/aaua/browser
- Timestamp:
- 22 Feb 2014, 20:28:32 (11 years ago)
- Location:
- main/waeup.aaua/trunk
- Files:
-
- 3 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaua/trunk
- Property svn:ignore
-
old new 5 5 develop-eggs 6 6 parts 7 sources 7 8 var
-
-
Property
svn:mergeinfo
set to
/main/waeup.aaua/branches/henrik-diazo-themed merged eligible
- Property svn:ignore
-
main/waeup.aaua/trunk/src
-
Property
svn:ignore
set to
waeup.aaua.egg-info
-
Property
svn:ignore
set to
-
main/waeup.aaua/trunk/src/waeup/aaua/browser/tests.py
r10120 r11284 48 48 clearSite() 49 49 shutil.rmtree(self.dc_root) 50 51 def test_custom_theme(self):52 self.browser.addHeader('Authorization', 'Basic mgr:mgrpw')53 self.browser.open('http://localhost/app/configuration')54 self.assertMatches('...AAUA Theme...', self.browser.contents)55 self.browser.getControl(name="form.skin").value = ['custom theme']56 self.browser.getControl("Save").click()57 self.browser.open('http://localhost/app/configuration')58 return
Note: See TracChangeset for help on using the changeset viewer.