Changeset 1098

Show
Ignore:
Timestamp:
09/07/08 12:43:53 (3 months ago)
Author:
arnoschn
Message:

removing copying of fix_htaccess for ci test

Files:

Legend:

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

    r1088 r1098  
    559559    function beforeRun() 
    560560    { 
    561         $res = copy($this->ci_fix_htaccess_file(),$this->fix_htaccess_file()); 
    562561        $res = copy($this->config_file(),$this->config_backup_file()) && $res; 
    563562        $res = copy($this->ci_config_file(),$this->config_file()) && $res;