Ignore:
Timestamp:
6 Jul 2017, 08:40:52 (7 years ago)
Author:
Henrik Bettermann
Message:

Replace 'skeleton', set ports and change password.

Location:
main/kofacustom.dspou/trunk/src/kofacustom/dspou
Files:
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • main/kofacustom.dspou/trunk/src/kofacustom/dspou/tests/test_configuration.py

    r10765 r14712  
    2525from waeup.kofa.tests.test_configuration import (
    2626    ConfigurationTest, SessionConfigurationFactoryTest)
    27 from kofacustom.skeleton.configuration import (
     27from kofacustom.dspou.configuration import (
    2828    CustomSessionConfiguration, CustomSessionConfigurationFactory)
    29 from kofacustom.skeleton.interfaces import(
     29from kofacustom.dspou.interfaces import(
    3030    ICustomSessionConfiguration, ICustomSessionConfigurationAdd)
    31 from kofacustom.skeleton.testing import FunctionalLayer
     31from kofacustom.dspou.testing import FunctionalLayer
    3232
    3333class ConfigurationTest(ConfigurationTest):
  • main/kofacustom.dspou/trunk/src/kofacustom/dspou/tests/test_datacenter.py

    r10765 r14712  
    1818from waeup.kofa.datacenter import DataCenter
    1919from waeup.kofa.testing import FunctionalTestCase
    20 from kofacustom.skeleton.testing import FunctionalLayer
     20from kofacustom.dspou.testing import FunctionalLayer
    2121
    2222
  • main/kofacustom.dspou/trunk/src/kofacustom/dspou/tests/test_smtp.py

    r10765 r14712  
    3333    send_mail)
    3434from waeup.kofa.testing import FunctionalTestCase
    35 from kofacustom.skeleton.testing import FunctionalLayer
     35from kofacustom.dspou.testing import FunctionalLayer
    3636
    3737#
Note: See TracChangeset for help on using the changeset viewer.