Ignore:
Timestamp:
15 Jan 2015, 06:21:08 (10 years ago)
Author:
Henrik Bettermann
Message:

Update only documents plugin. Otherwise updates take too long (Uniben > 1 hour).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/tests/test_app.py

    r9217 r12472  
    6060        # We can update plugins
    6161        setSite(self.app)
    62         del self.app['accesscodes']
     62        del self.app['documents']
    6363        self.app.updatePlugins()
    64         self.assertTrue('accesscodes' in self.app.keys())
     64        self.assertTrue('documents' in self.app.keys())
    6565        return
    6666
Note: See TracChangeset for help on using the changeset viewer.