renable slow tests

these tests are only slow with cobertura enabled
This commit is contained in:
kytv
2013-01-03 14:15:56 +00:00
parent 17ac0e4b5f
commit b54c5f8545

View File

@ -230,10 +230,12 @@
<exclude name="**/ElGamalAESEngineTest.java" />
<exclude name="**/StructureTest.java" />
<!-- temporarily exclude slow tests -->
<!-- let's now temporarily exclude the exclusions
<exclude name="**/HMACSHA256Test.java" />
<exclude name="**/SHA1HashTest.java" />
<exclude name="**/SHA256Test.java" />
<exclude name="**/DataHelperTest.java" />
-->
<!-- end of slow tests -->
</fileset>
</batchtest>