- Timestamp:
- 22 Feb 2014, 21:16:30 (11 years ago)
- Location:
- main/waeup.imostate/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.imostate/trunk
-
Property
svn:mergeinfo
set to
/main/waeup.imostate/branches/henrik-diazo-themed merged eligible
-
Property
svn:mergeinfo
set to
-
main/waeup.imostate/trunk/src
-
Property
svn:ignore
set to
waeup.imostate.egg-info
-
Property
svn:ignore
set to
-
main/waeup.imostate/trunk/src/waeup/imostate/browser/tests.py
r10340 r11309 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('...ImoState 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.