Ignore:
Timestamp:
18 Oct 2012, 05:42:30 (12 years ago)
Author:
Henrik Bettermann
Message:

Base configuration

Location:
main/waeup.kwarapoly/trunk/src/waeup/kwarapoly
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • main/waeup.kwarapoly/trunk/src/waeup/kwarapoly/browser/tests.py

    r8460 r9347  
    2222from zope.security.interfaces import Unauthorized
    2323from waeup.kofa.testing import FunctionalTestCase
    24 from waeup.fceokene.testing import FunctionalLayer
     24from waeup.kwarapoly.testing import FunctionalLayer
    2525from waeup.kofa.app import University
    2626
     
    5252        self.browser.addHeader('Authorization', 'Basic mgr:mgrpw')
    5353        self.browser.open('http://localhost/app/configuration')
    54         self.assertMatches('...FCEOkene Theme...', self.browser.contents)
     54        self.assertMatches('...KwaraPoly Theme...', self.browser.contents)
    5555        self.browser.getControl(name="form.skin").value = ['custom theme']
    5656        self.browser.getControl("Save").click()
Note: See TracChangeset for help on using the changeset viewer.