- Timestamp:
- 6 May 2018, 10:16:09 (7 years ago)
- Location:
- main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/tests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/tests/test_configuration.py
r14995 r15000 25 25 from waeup.kofa.tests.test_configuration import ( 26 26 ConfigurationTest, SessionConfigurationFactoryTest) 27 from kofacustom.e sitm.configuration import (27 from kofacustom.edopoly.configuration import ( 28 28 CustomSessionConfiguration, CustomSessionConfigurationFactory) 29 from kofacustom.e sitm.interfaces import(29 from kofacustom.edopoly.interfaces import( 30 30 ICustomSessionConfiguration, ICustomSessionConfigurationAdd) 31 from kofacustom.e sitm.testing import FunctionalLayer31 from kofacustom.edopoly.testing import FunctionalLayer 32 32 33 33 class ConfigurationTest(ConfigurationTest): -
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/tests/test_datacenter.py
r14995 r15000 18 18 from waeup.kofa.datacenter import DataCenter 19 19 from waeup.kofa.testing import FunctionalTestCase 20 from kofacustom.e sitm.testing import FunctionalLayer20 from kofacustom.edopoly.testing import FunctionalLayer 21 21 22 22 -
main/kofacustom.edopoly/trunk/src/kofacustom/edopoly/tests/test_smtp.py
r14995 r15000 33 33 send_mail) 34 34 from waeup.kofa.testing import FunctionalTestCase 35 from kofacustom.e sitm.testing import FunctionalLayer35 from kofacustom.edopoly.testing import FunctionalLayer 36 36 37 37 #
Note: See TracChangeset for help on using the changeset viewer.