Ignore:
Timestamp:
16 Jun 2014, 08:29:22 (10 years ago)
Author:
Henrik Bettermann
Message:

Remove dependencies on kofacustom.nigeria.

Location:
main/kofacustom.sampleuni/trunk/src/kofacustom/sampleuni
Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • main/kofacustom.sampleuni/trunk/src/kofacustom/sampleuni/browser/pages.py

    r10765 r11687  
    2121    LoginPage, CertificatePage, CertificateManageFormPage)
    2222from waeup.kofa.university.interfaces import ICertificate
    23 from kofacustom.skeleton.interfaces import (
     23from kofacustom.sampleuni.interfaces import (
    2424    ICustomSessionConfiguration, ICustomSessionConfigurationAdd)
    2525
  • main/kofacustom.sampleuni/trunk/src/kofacustom/sampleuni/browser/tests.py

    r11272 r11687  
    2222from zope.security.interfaces import Unauthorized
    2323from waeup.kofa.testing import FunctionalTestCase
    24 from kofacustom.skeleton.testing import FunctionalLayer
     24from kofacustom.sampleuni.testing import FunctionalLayer
    2525from waeup.kofa.app import University
    2626
     
    4848        clearSite()
    4949        shutil.rmtree(self.dc_root)
    50 
    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.