Ignore:
Timestamp:
13 Oct 2014, 10:40:59 (10 years ago)
Author:
Henrik Bettermann
Message:

Replace 'sampleuni' by 'pcn'.

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

Legend:

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

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

    r11687 r11832  
    1818from waeup.kofa.datacenter import DataCenter
    1919from waeup.kofa.testing import FunctionalTestCase
    20 from kofacustom.sampleuni.testing import FunctionalLayer
     20from kofacustom.pcn.testing import FunctionalLayer
    2121
    2222
  • main/kofacustom.pcn/trunk/src/kofacustom/pcn/tests/test_smtp.py

    r11687 r11832  
    3333    send_mail)
    3434from waeup.kofa.testing import FunctionalTestCase
    35 from kofacustom.sampleuni.testing import FunctionalLayer
     35from kofacustom.pcn.testing import FunctionalLayer
    3636
    3737#
Note: See TracChangeset for help on using the changeset viewer.