Moved existing JUnit tests to junittest/ in preparation for ScalaTest

This commit is contained in:
str4d
2012-07-30 04:04:07 +00:00
parent d27d0bd2e4
commit 48df91f796
101 changed files with 1 additions and 1 deletions

View File

@@ -136,7 +136,7 @@
<pathelement location="${with.cobertura}" />
</classpath>
<batchtest todir="../../reports/core/junit/">
<fileset dir="./test/">
<fileset dir="./junittest/">
<include name="**/*Test.java" />
<exclude name="**/ElGamalAESEngineTest.java" />
<exclude name="**/StructureTest.java" />

Some files were not shown because too many files have changed in this diff Show More