Merge pull request #215 from 8aff8265aa/master
Remove @Ignore and include passing test
This commit is contained in:
commit
a5b9101448
|
@ -22,12 +22,10 @@ public class GitHubStateTest {
|
||||||
GitHubJSONTestSuite.runGitHubJsonStateTest(json, "CallRecursiveBombLog2");
|
GitHubJSONTestSuite.runGitHubJsonStateTest(json, "CallRecursiveBombLog2");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore
|
|
||||||
@Test // this method is mostly for hands-on convenient testing
|
@Test // this method is mostly for hands-on convenient testing
|
||||||
public void runWithExcludedTest() throws ParseException {
|
public void runWithExcludedTest() throws ParseException {
|
||||||
|
|
||||||
Set<String> excluded = new HashSet<>();
|
Set<String> excluded = new HashSet<>();
|
||||||
excluded.add("CallSha256_5");
|
|
||||||
|
|
||||||
|
|
||||||
String json = JSONReader.loadJSON("StateTests/stPreCompiledContracts.json");
|
String json = JSONReader.loadJSON("StateTests/stPreCompiledContracts.json");
|
||||||
|
|
Loading…
Reference in New Issue