Changeset 11315 for main/waeup.uniben/trunk/src/waeup/uniben/browser
- Timestamp:
- 22 Feb 2014, 21:25:56 (11 years ago)
- Location:
- main/waeup.uniben/trunk
- Files:
-
- 4 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.uniben/trunk
- Property svn:ignore
-
old new 5 5 develop-eggs 6 6 parts 7 sources 7 8 var
-
- Property svn:mergeinfo changed
/main/waeup.uniben/branches/henrik-diazo-themed (added) merged: 11140-11141,11143,11146
- Property svn:ignore
-
main/waeup.uniben/trunk/src/waeup/uniben
- Property svn:mergeinfo changed
/main/waeup.uniben/branches/henrik-diazo-themed/src/waeup/uniben (added) merged: 11140,11143,11146
- Property svn:mergeinfo changed
-
main/waeup.uniben/trunk/src/waeup/uniben/browser/tests.py
r8441 r11315 49 49 shutil.rmtree(self.dc_root) 50 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('...Uniben 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 return59 60 51 def test_access_live_url(self): 61 52 # We can't access the system with basic authentication
Note: See TracChangeset for help on using the changeset viewer.