Changeset 7502


Ignore:
Timestamp:
23 Jan 2012, 13:04:36 (13 years ago)
Author:
uli
Message:

Use the local ftesting.zcml and not the one from waeup.sirp. We have to use waeup.custom.testing.FunctionalLayer? and not the one from waeup.sirp.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.custom/trunk/src/waeup/custom/tests/test_configuration.py

    r7419 r7502  
    2020from zope.component.interfaces import IFactory
    2121from zope.interface import verify
    22 from waeup.sirp.testing import FunctionalLayer, FunctionalTestCase
     22from waeup.sirp.testing import FunctionalTestCase
    2323from waeup.sirp.configuration import ConfigurationContainer
    2424from waeup.sirp.interfaces import IConfigurationContainer
     
    2929from waeup.custom.interfaces import(
    3030    ISessionConfiguration, ISessionConfigurationAdd)
    31 
     31from waeup.custom.testing import FunctionalLayer
    3232
    3333class ConfigurationTest(ConfigurationTest):
Note: See TracChangeset for help on using the changeset viewer.