Fix JNI write-back, bad V3 api usage, duplicate length passing.
This commit is contained in:
@@ -60,7 +60,7 @@ public class MPTests {
|
||||
}
|
||||
|
||||
public Case getCase(final String identifier) {
|
||||
for (final Case testCase : getCases())
|
||||
for (final Case testCase : cases)
|
||||
if (identifier.equals( testCase.getIdentifier() ))
|
||||
return testCase;
|
||||
|
||||
|
@@ -39,7 +39,7 @@ public class MPMasterKeyTest {
|
||||
throws Exception {
|
||||
|
||||
testSuite = new MPTestSuite();
|
||||
//testSuite.getTests().addFilters( "v0" );
|
||||
//testSuite.getTests().addFilters( "v3_type_maximum" );
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user