Changeset 11711 for main/kofacustom.skeleton/trunk/src
- Timestamp:
- 24 Jun 2014, 13:36:38 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.skeleton/trunk/src/kofacustom/skeleton/browser/tests.py
r11272 r11711 49 49 shutil.rmtree(self.dc_root) 50 50 51 def test_access_live_url(self):52 # We can't access the system with basic authentication53 self.browser.addHeader('Authorization', 'Basic grok:grok')54 self.assertRaises(55 Unauthorized, self.browser.open, 'https://skeleton-kofa.waeup.org')56 return
Note: See TracChangeset for help on using the changeset viewer.