Ignore:
Timestamp:
29 Mar 2011, 10:05:46 (13 years ago)
Author:
uli
Message:

Be more verbose.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/tests/test_browser.py

    r5888 r5889  
    4242    def setUp(self):
    4343        super(LoginTest, self).setUp()
     44
     45        # Setup a sample site for each test
    4446        app = University()
    4547        self.dc_root = tempfile.mkdtemp()
    4648        app['datacenter'].setStoragePath(self.dc_root)
     49
     50        # Add an applicants container where we can login (or not)
    4751        app['applicants']['testapplicants'] = ApplicantsContainer()
    48        
     52
     53        # Put the prepopulated site into test ZODB and prepare test
     54        # browser
    4955        self.getRootFolder()['app'] = app
    5056        self.browser = Browser()
Note: See TracChangeset for help on using the changeset viewer.