mirror of
https://github.com/zxing/zxing.git
synced 2025-01-12 11:47:26 -08:00
Few more fixes to how tests are run
git-svn-id: https://zxing.googlecode.com/svn/trunk@152 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
parent
d575f728f5
commit
2798be57ec
|
@ -58,7 +58,7 @@
|
||||||
<pathelement location="lib/junit.jar"/>
|
<pathelement location="lib/junit.jar"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
</javac>
|
</javac>
|
||||||
<junit printsummary="on" haltonfailure="on" haltonerror="on">
|
<junit printsummary="on" haltonfailure="on" haltonerror="on" fork="true" dir=".">
|
||||||
<formatter type="plain" usefile="false"/>
|
<formatter type="plain" usefile="false"/>
|
||||||
<classpath>
|
<classpath>
|
||||||
<pathelement location="build"/>
|
<pathelement location="build"/>
|
||||||
|
@ -71,7 +71,8 @@
|
||||||
</assertions>
|
</assertions>
|
||||||
<batchtest>
|
<batchtest>
|
||||||
<fileset dir="test/src">
|
<fileset dir="test/src">
|
||||||
<include name="**/*.java"/>
|
<include name="**/*TestCase.java"/>
|
||||||
|
<exclude name="com/google/zxing/common/AbstractBlackBoxTestCase.java"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
</batchtest>
|
</batchtest>
|
||||||
</junit>
|
</junit>
|
||||||
|
|
Loading…
Reference in a new issue