am 35f41a9f: Fix build.
* commit '35f41a9f1806f0163779116483748774b23288f7': Fix build.main
commit
f3f30aa302
|
@ -37,9 +37,9 @@ public class Test extends Dicttool.Command {
|
|||
private static final Class<?>[] sClassesToTest = {
|
||||
BinaryDictOffdeviceUtilsTests.class,
|
||||
FusionDictionaryTest.class,
|
||||
BinaryDictDecoderEncoderTests.class
|
||||
BinaryDictDecoderEncoderTests.class,
|
||||
BinaryDictEncoderFlattenTreeTests.class,
|
||||
BinaryDictIOUtilsTests.class,
|
||||
BinaryDictIOUtilsTests.class
|
||||
};
|
||||
private ArrayList<Method> mAllTestMethods = new ArrayList<Method>();
|
||||
private ArrayList<String> mUsedTestMethods = new ArrayList<String>();
|
||||
|
|
Loading…
Reference in New Issue