Skip to content

Commit

Permalink
htmlunit version upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwechner committed Oct 8, 2014
1 parent 303c7ad commit 8fd08ec
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/test/build.xml
Expand Up @@ -58,11 +58,17 @@
<dependency groupId="apache-jakarta-commons" artifactId="apache-jakarta-commons-io" version="1.2"/>
<dependency groupId="apache-jakarta-commons" artifactId="apache-jakarta-commons-lang" version="2.1"/>
<dependency groupId="apache-jakarta-commons" artifactId="apache-jakarta-commons-logging" version="1.0.4"/>
<dependency groupId="htmlunit" artifactId="htmlunit" version="1.10"/>
<!--
<dependency groupId="net.sourceforge.htmlunit" artifactId="htmlunit" version="1.14"/>
-->
<dependency groupId="net.sourceforge.htmlunit" artifactId="htmlunit" version="2.15"/>
<dependency groupId="jaxen" artifactId="jaxen" version="1.1-beta-10"/>
<dependency groupId="rhino" artifactId="rhino" version="1.6R2"/>
<dependency groupId="nekohtml" artifactId="nekohtml" version="0.9.5"/>
<dependency groupId="javax.servlet" artifactId="servlet-api" version="2.3" scope="provided"/>
<!--
<dependency groupId="javax.servlet" artifactId="javax.servlet-api" version="3.0.1" scope="provided"/>
-->
</artifact:dependencies>

<property name="maven2.cp" refid="maven2.classpath"/>
Expand Down Expand Up @@ -214,7 +220,7 @@
</target>

<target name="htmlunit" depends="build" description="Run htmlunit tests">
<echo>Running the htmlunit tests</echo>
<echo>Running the htmlunit tests (${test.class.name}, ${test.results.dir}, ${htmlunit.build.dir})</echo>
<junit fork="yes" printsummary="yes" haltonfailure="no" failureproperty="htmlunit.tests.failed">
<batchtest todir="${test.results.dir}" unless="test.class.name">
<fileset dir="${htmlunit.build.dir}" includes="**/*Test.class" excludes="**/Abstract*.class"/>
Expand Down

0 comments on commit 8fd08ec

Please sign in to comment.