Fix case of TestNG attribute (docs are wrong)

This commit is contained in:
Tom Morris 2013-08-16 18:29:33 -04:00
parent 3828139ed0
commit 844b8182a4

View File

@ -173,7 +173,7 @@
<taskdef resource="testngtasks" classpath="${server.tests.lib.dir}/testng-6.8.jar"/>
<mkdir dir="${build.dir}/server_tests"/>
<target name="server_test" depends="build_tests">
<testng haltonfailure=true workingdir="${build.dir}/server_tests"
<testng haltOnFailure="true" workingdir="${build.dir}/server_tests"
listener="org.testng.reporters.DotTestListener" excludedgroups="broken"
classpathref="tests.class.path">
<xmlfileset file="${server.tests.dir}/conf/tests.xml"/>