Ignore:
Timestamp:
13 Nov 2014, 13:21:59 (10 years ago)
Author:
Henrik Bettermann
Message:

Enucleation. Keep only the portal's framework. Remove university, students, applicants, hostels and accesscodes modules.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/henrik-regista/src/waeup/kofa/tests/test_app.py

    r9217 r11947  
    5757        return
    5858
    59     def test_update_plugins(self):
    60         # We can update plugins
    61         setSite(self.app)
    62         del self.app['accesscodes']
    63         self.app.updatePlugins()
    64         self.assertTrue('accesscodes' in self.app.keys())
    65         return
    66 
    6759    def test_jobs(self):
    6860        # We can get the global job manager when traversing to it...
Note: See TracChangeset for help on using the changeset viewer.