Changeset 11291 for main/waeup.aaue/trunk/src/waeup/aaue/browser
- Timestamp:
- 22 Feb 2014, 20:41:35 (11 years ago)
- Location:
- main/waeup.aaue/trunk
- Files:
-
- 4 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.aaue/trunk
- Property svn:ignore
-
old new 5 5 develop-eggs 6 6 parts 7 sources 7 8 var
-
- Property svn:mergeinfo changed
/main/waeup.aaue/branches/henrik-diazo-themed (added) merged: 11100-11101,11110,11127,11133,11151,11250
- Property svn:ignore
-
main/waeup.aaue/trunk/src/waeup/aaue
- Property svn:mergeinfo changed
/main/waeup.aaue/branches/henrik-diazo-themed/src/waeup/aaue (added) merged: 11100,11250
- Property svn:mergeinfo changed
-
main/waeup.aaue/trunk/src/waeup/aaue/browser/tests.py
r8444 r11291 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('...AAUE 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.