Ignore:
Timestamp:
20 Feb 2014, 09:56:41 (11 years ago)
Author:
Henrik Bettermann
Message:

Diazofy package.

Location:
main/waeup.imostate/branches/henrik-diazo-themed
Files:
3 edited

Legend:

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

    • Property svn:ignore set to
      .installed.cfg
      .mr.developer.cfg
      bin
      develop-eggs
      parts
      sources
      var
  • main/waeup.imostate/branches/henrik-diazo-themed/src

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

    r10340 r11129  
    4949        shutil.rmtree(self.dc_root)
    5050
    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         return
    59 
    6051    def test_access_live_url(self):
    6152        # We can't access the system with basic authentication
Note: See TracChangeset for help on using the changeset viewer.