Changeset 550

Show
Ignore:
Timestamp:
04/17/07 15:56:56 (2 years ago)
Author:
mikey
Message:

run integration test two times, first with empty cache, second with cache from first run

Files:

Legend:

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

    r548 r550  
    111111    <phingcall target="test-preparation" /> 
    112112    <mySimpletest testfile="&quot;${project.basedir}/../../src/test/runIntegration.php&quot;" exit="true" /> 
     113    <!-- run two times, this time with the data cached --> 
     114    <mySimpletest testfile="&quot;${project.basedir}/../../src/test/runIntegration.php&quot;" exit="true" /> 
    113115  </target> 
    114116