Changeset 12929 for main/waeup.kofa/trunk/src/waeup/kofa
- Timestamp:
- 13 May 2015, 11:03:54 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/tests/test_browser.py
r12927 r12929 39 39 40 40 class UniversitySetup(FunctionalTestCase): 41 """A test case that only contains a setup and teardown. 42 """ 41 # A test case that only contains a setup and teardown. 43 42 44 43 layer = FunctionalLayer … … 105 104 106 105 class DataCenterUITests(UniversitySetup): 107 """Tests for DataCenter class views and pages. 108 """ 106 # Tests for DataCenter class views and pages. 109 107 110 108 layer = FunctionalLayer … … 169 167 170 168 class DataCenterUIExportTests(UniversitySetup, FunctionalAsyncTestCase): 171 """Tests for DataCenter class views and pages. 172 """ 169 # Tests for DataCenter class views and pages. 173 170 174 171 layer = FunctionalLayer … … 410 407 411 408 class SupplementaryBrowserTests(UniversitySetup): 412 """These are additional tests to browser.txt 413 """ 409 # These are additional tests to browser.txt 414 410 415 411 def test_set_former_course(self):
Note: See TracChangeset for help on using the changeset viewer.