Changeset 11711


Ignore:
Timestamp:
24 Jun 2014, 13:36:38 (10 years ago)
Author:
Henrik Bettermann
Message:

Remove unused ini.in files.

Remove useless test.

Location:
main/kofacustom.skeleton/trunk
Files:
4 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • main/kofacustom.skeleton/trunk/src/kofacustom/skeleton/browser/tests.py

    r11272 r11711  
    4949        shutil.rmtree(self.dc_root)
    5050
    51     def test_access_live_url(self):
    52         # We can't access the system with basic authentication
    53         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.