- Timestamp:
- 13 Sep 2021, 12:24:36 (3 years ago)
- Location:
- main/kofacustom.edocons/trunk/src/kofacustom/edocons/tests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/kofacustom.edocons/trunk/src/kofacustom/edocons/tests/test_configuration.py
r16589 r16615 25 25 from waeup.kofa.tests.test_configuration import ( 26 26 ConfigurationTest, SessionConfigurationFactoryTest) 27 from kofacustom.e cns.configuration import (27 from kofacustom.edocons.configuration import ( 28 28 CustomSessionConfiguration, CustomSessionConfigurationFactory) 29 from kofacustom.e cns.interfaces import(29 from kofacustom.edocons.interfaces import( 30 30 ICustomSessionConfiguration, ICustomSessionConfigurationAdd) 31 from kofacustom.e cns.testing import FunctionalLayer31 from kofacustom.edocons.testing import FunctionalLayer 32 32 33 33 class ConfigurationTest(ConfigurationTest): -
main/kofacustom.edocons/trunk/src/kofacustom/edocons/tests/test_datacenter.py
r16589 r16615 18 18 from waeup.kofa.datacenter import DataCenter 19 19 from waeup.kofa.testing import FunctionalTestCase 20 from kofacustom.e cns.testing import FunctionalLayer20 from kofacustom.edocons.testing import FunctionalLayer 21 21 22 22 -
main/kofacustom.edocons/trunk/src/kofacustom/edocons/tests/test_smtp.py
r16589 r16615 33 33 send_mail) 34 34 from waeup.kofa.testing import FunctionalTestCase 35 from kofacustom.e cns.testing import FunctionalLayer35 from kofacustom.edocons.testing import FunctionalLayer 36 36 37 37 #
Note: See TracChangeset for help on using the changeset viewer.