Skip to content

Commit

Permalink
Cleaner output from test run; added jquery-1.3.2 to test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Olsson committed Jul 11, 2011
1 parent a2cf934 commit 8105209
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions build.xml
Expand Up @@ -153,14 +153,14 @@
<param name="testrun.name" value="jquery-1.6.2"/>
<param name="required.lib" value="jquery-1.6.2.js"/>
</antcall>
<antcall target="test-specific-lib">
<param name="testrun.name" value="jquery-1.6.1"/>
<param name="required.lib" value="jquery-1.6.1.js"/>
</antcall>
<antcall target="test-specific-lib">
<param name="testrun.name" value="jquery-1.5.2"/>
<param name="required.lib" value="jquery-1.5.2.js"/>
</antcall>
<antcall target="test-specific-lib">
<param name="testrun.name" value="jquery-1.3.2"/>
<param name="required.lib" value="jquery-1.3.2.js"/>
</antcall>

<!-- mootools versions -->
<antcall target="test-specific-lib">
Expand Down Expand Up @@ -200,10 +200,6 @@
</target>

<target name="test-specific-lib" depends="set.properties">
<echo message="-----------------------------------------------"/>
<echo message=" Running tests using: ${testrun.name}"/>
<echo message="-----------------------------------------------"/>

<!-- Copy the templated jsTestDriver configuration to root. -->
<copy file="test/jsTestDriver.conf" todir="${basedir}" overwrite="true"/>

Expand All @@ -220,6 +216,10 @@

<!-- Runs the tests without coverage. This is much faster than with coverage enabled. -->
<target name="run-test" depends="set.properties">
<echo message="/------------------------------------------------------------"/>
<echo message=" Running tests using: ${testrun.name}"/>
<echo message=""/>
<echo message=""/>
<java jar="${jstestdriver.jar}" fork="true">
<arg value="--config"/>
<arg value="jsTestDriver.conf"/>
Expand All @@ -229,6 +229,9 @@
<arg value="all"/>
<arg value="--reset"/>
</java>
<echo message=""/>
<echo message=""/>
<echo message="\------------------------------------------------------------"/>
</target>

<!-- Starts the test driver server with coverage enabled. -->
Expand Down

0 comments on commit 8105209

Please sign in to comment.