Started on scalatests for SU3File and CertUtil.

This commit is contained in:
meeh
2018-03-26 21:48:31 +00:00
parent 2a30bfedca
commit 9f11188e8f
2 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@ sourceSets {
}
resources {
srcDir 'java/test/junit'
include 'resources/*'
include 'net/i2p/crypto/eddsa/test.data'
include 'net/i2p/crypto/eddsa/math/baseDblPrecmp'
include 'net/i2p/crypto/eddsa/math/basePrecmp'

View File

@ -700,7 +700,7 @@ public class SU3File {
}
/**
* @param stype number or name
* @param ctype number or name
* @return null if not found
* @since 0.9.9
*/