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;
|
||||
|
||||
|
Reference in New Issue
Block a user