Changeset 1306

Show
Ignore:
Timestamp:
01/27/08 21:30:54 (9 months ago)
Author:
mikey
Message:

continued refactoring #118: removed old test runner

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/build/stubbles/build.xml

    r1280 r1306  
    214214  <target name="test" description="run test suite"> 
    215215    <phingcall target="test-preparation" /> 
    216     <mySimpletest testfile="&quot;${stubbles.base.dir}/src/test/run.php&quot;" exit="true" /> 
    217     <!-- run two times, this time with the data cached --> 
    218     <mySimpletest testfile="&quot;${stubbles.base.dir}/src/test/run.php&quot;" exit="true" /> 
    219   </target> 
    220  
    221   <target name="test-new" description="run test suite"> 
    222     <phingcall target="test-preparation" /> 
    223216    <php expression="extension_loaded('xdebug');" returnProperty="xdebug"/> 
    224217    <if>