Skip to content

Commit

Permalink
Updated libraries (jquery/mootools)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Olsson committed Apr 18, 2012
1 parent c09cd9d commit d198938
Show file tree
Hide file tree
Showing 4 changed files with 778 additions and 565 deletions.
20 changes: 10 additions & 10 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -470,8 +470,8 @@
<!-- jquery versions -->
<antcall target="test-specific-lib">
<param name="testrun.type" value="unit"/>
<param name="testrun.name" value="jquery-1.7.1"/>
<param name="required.lib" value="jquery-1.7.1.js"/>
<param name="testrun.name" value="jquery-1.7.2"/>
<param name="required.lib" value="jquery-1.7.2.js"/>
</antcall>
<antcall target="test-specific-lib">
<param name="testrun.type" value="unit"/>
Expand All @@ -497,8 +497,8 @@
<!-- mootools versions -->
<antcall target="test-specific-lib">
<param name="testrun.type" value="unit"/>
<param name="testrun.name" value="mootools-1.4.3"/>
<param name="required.lib" value="mootools-core-1.4.3-full-nocompat.js"/>
<param name="testrun.name" value="mootools-1.4.5"/>
<param name="required.lib" value="mootools-core-1.4.5-full-nocompat.js"/>
<param name="required.adapter" value="js/adapters/mootools-adapter.src.js"/>
</antcall>
<antcall target="test-specific-lib">
Expand Down Expand Up @@ -526,24 +526,24 @@
<target name="test" description="Runs the unit tests using latest jquery. The server must be running (i.e. 'server').">
<antcall target="test-specific-lib">
<param name="testrun.type" value="unit"/>
<param name="testrun.name" value="jquery-1.7.1"/>
<param name="required.lib" value="jquery-1.7.1.js"/>
<param name="testrun.name" value="jquery-1.7.2"/>
<param name="required.lib" value="jquery-1.7.2.js"/>
</antcall>
</target>

<target name="it" description="Runs the integration tests using latest jquery. The server must be running (i.e. 'server').">
<antcall target="test-specific-lib">
<param name="testrun.type" value="it"/>
<param name="testrun.name" value="jquery-1.7.1"/>
<param name="required.lib" value="jquery-1.7.1.js"/>
<param name="testrun.name" value="jquery-1.7.2"/>
<param name="required.lib" value="jquery-1.7.2.js"/>
</antcall>
</target>

<target name="gc" description="Runs the leaks tests using latest jquery. The server must be running (i.e. 'server').">
<antcall target="test-specific-lib">
<param name="testrun.type" value="gc"/>
<param name="testrun.name" value="jquery-1.7.1"/>
<param name="required.lib" value="jquery-1.7.1.js"/>
<param name="testrun.name" value="jquery-1.7.2"/>
<param name="required.lib" value="jquery-1.7.2.js"/>
</antcall>
</target>

Expand Down
Loading

0 comments on commit d198938

Please sign in to comment.