Development

Changeset 1151

You must first sign up to be able to contribute.

Changeset 1151

Show
Ignore:
Timestamp:
04/07/06 12:15:25 (3 years ago)
Author:
fabien
Message:

fixed unit testing for windows users (patch from RoVeRT)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/pakefile.php

    r734 r1151  
    117117    'sf_version'          => 'test', 
    118118  )); 
    119   pake_mkdirs($tmp_dir.'/apps/test/modules'); 
     119  pake_mkdirs($tmp_dir.DIRECTORY_SEPARATOR.'apps'.DIRECTORY_SEPARATOR.'test'.DIRECTORY_SEPARATOR.'modules'); 
    120120  require_once(dirname(__FILE__).'/data/config/constants.php'); 
    121121  require_once(dirname(__FILE__).'/lib/util/sfContext.class.php');