Changeset 1220

Show
Ignore:
Timestamp:
01/11/08 16:26:07 (9 months ago)
Author:
mikey
Message:

continued refactoring #119: replaced package dots in integration test files

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/test/php/net/stubbles/integration/AnnotationTestCase.php

    r725 r1220  
    77 * @subpackage  test_integration 
    88 */ 
    9 stubClassLoader::load('net.stubbles.reflection.reflection', 
    10                       'net.stubbles.reflection.annotations.stubAbstractAnnotation' 
     9stubClassLoader::load('net::stubbles::reflection::reflection', 
     10                      'net::stubbles::reflection::annotations::stubAbstractAnnotation' 
    1111); 
    1212require_once dirname(__FILE__) . '/AnnotationClass.php'; 
  • trunk/src/test/php/net/stubbles/integration/CacheTestCase.php

    r1106 r1220  
    77 * @subpackage  test_integration 
    88 */ 
    9 stubClassLoader::load('net.stubbles.util.cache.stubCacheXJConfInitializer'); 
     9stubClassLoader::load('net::stubbles::util::cache::stubCacheXJConfInitializer'); 
    1010/** 
    1111 * Integration test for cache. 
  • trunk/src/test/php/net/stubbles/integration/DatabaseTestCase.php

    r538 r1220  
    77 * @subpackage  test_integration 
    88 */ 
    9 stubClassLoader::load('net.stubbles.rdbms.stubDatabaseInitializer'); 
     9stubClassLoader::load('net::stubbles::rdbms::stubDatabaseInitializer'); 
    1010/** 
    1111 * Integration test for database. 
  • trunk/src/test/php/net/stubbles/integration/EncoderXJConfTestCase.php

    r972 r1220  
    77 * @subpackage  test_integration 
    88 */ 
    9 stubClassLoader::load('net.stubbles.util.xjconf.xjconf', 
    10                       'net.stubbles.util.xjconf.xjconfReal' 
     9stubClassLoader::load('net::stubbles::util::xjconf::xjconf', 
     10                      'net::stubbles::util::xjconf::xjconfReal' 
    1111); 
    1212/** 
  • trunk/src/test/php/net/stubbles/integration/InterceptorTestCase.php

    r563 r1220  
    77 * @subpackage  test_integration 
    88 */ 
    9 stubClassLoader::load('net.stubbles.ipo.interceptors.stubInterceptorXJConfInitializer'); 
     9stubClassLoader::load('net::stubbles::ipo::interceptors::stubInterceptorXJConfInitializer'); 
    1010/** 
    1111 * Integration test for interceptor creation. 
  • trunk/src/test/php/net/stubbles/integration/LoggerTestCase.php

    r1047 r1220  
    77 * @subpackage  test_integration 
    88 */ 
    9 stubClassLoader::load('net.stubbles.util.log.stubLoggerXJConfFactory'); 
     9stubClassLoader::load('net::stubbles::util::log::stubLoggerXJConfFactory'); 
    1010/** 
    1111 * Integration test for logger. 
  • trunk/src/test/php/net/stubbles/integration/MemphisConfigTestCase.php

    r1113 r1220  
    77 * @subpackage  test_integration 
    88 */ 
    9 stubClassLoader::load('net.stubbles.websites.memphis.stubMemphisConfig'); 
     9stubClassLoader::load('net::stubbles::websites::memphis::stubMemphisConfig'); 
    1010/** 
    1111 * Integration test for memphis view engine configuration. 
  • trunk/src/test/php/net/stubbles/integration/ProcessorTestCase.php

    r400 r1220  
    77 * @subpackage  test_integration 
    88 */ 
    9 stubClassLoader::load('net.stubbles.websites.processors.stubProcessorResolverXJConfFactory'); 
     9stubClassLoader::load('net::stubbles::websites::processors::stubProcessorResolverXJConfFactory'); 
    1010Mock::generate('stubRequest'); 
    1111Mock::generate('stubResponse'); 
  • trunk/src/test/php/net/stubbles/integration/ValidatorsXJConfTestCase.php

    r1104 r1220  
    77 * @subpackage  test_integration 
    88 */ 
    9 stubClassLoader::load('net.stubbles.util.xjconf.xjconf', 
    10                       'net.stubbles.util.xjconf.xjconfReal' 
     9stubClassLoader::load('net::stubbles::util::xjconf::xjconf', 
     10                      'net::stubbles::util::xjconf::xjconfReal' 
    1111); 
    1212/** 
  • trunk/src/test/php/net/stubbles/integration/VariantManagerTestCase.php

    r447 r1220  
    77 * @subpackage  test_integration 
    88 */ 
    9 stubClassLoader::load('net.stubbles.websites.variantmanager.stubVariantXJConfFactory'); 
     9stubClassLoader::load('net::stubbles::websites::variantmanager::stubVariantXJConfFactory'); 
    1010/** 
    1111 * Integration test for variant manager. 
  • trunk/src/test/php/net/stubbles/integration/stubRequestValueErrorXJConfFactoryTestCase.php

    r880 r1220  
    77 * @subpackage  test_integration 
    88 */ 
    9 stubClassLoader::load('net.stubbles.ipo.request.stubRequestValueErrorXJConfFactory'); 
     9stubClassLoader::load('net::stubbles::ipo::request::stubRequestValueErrorXJConfFactory'); 
    1010/** 
    1111 * Integration test for request value errors defined in xml.