Changeset 1114

Show
Ignore:
Timestamp:
09/08/08 04:31:13 (3 months ago)
Author:
arnoschn
Message:

adding copying of DEFAULT-routes.php to $testinstallation/config/routes.php

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/arnoschn/cache/lib/utils/scripts/ci-test.php

    r1113 r1114  
    411411        } 
    412412         
     413        $routing = copy(AK_BASE_DIR.DS.'config'.DS.'DEFAULT-routes.php',$testDir.DS.'config'.DS.'routes.php'); 
     414         
     415        if (!$routing) { 
     416            $this->error('Could not copy routing file to '.$testDir.DS.'config'.DS.'routes.php',true); 
     417        } 
    413418         
    414419        if ($ret!=0) {