Ignore:
Timestamp:
20 Feb 2014, 07:31:16 (11 years ago)
Author:
Henrik Bettermann
Message:

Diazofy package.

Location:
main/waeup.aaua/branches/henrik-diazo-themed/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.aaua/branches/henrik-diazo-themed/src

    • Property svn:ignore set to
      waeup.aaua.egg-info
  • main/waeup.aaua/branches/henrik-diazo-themed/src/waeup/aaua/browser/tests.py

    r10120 r11119  
    4848        clearSite()
    4949        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.