Fixed TCK test suite: stSystemOperationsTest.json, included back to the general run.
This commit is contained in:
parent
c0e2bf2e38
commit
8eadadcd16
|
@ -15,6 +15,7 @@ import java.util.Set;
|
||||||
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
|
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
|
||||||
public class GitHubStateTest {
|
public class GitHubStateTest {
|
||||||
|
|
||||||
|
@Ignore
|
||||||
@Test
|
@Test
|
||||||
public void stSingleTest() throws ParseException {
|
public void stSingleTest() throws ParseException {
|
||||||
|
|
||||||
|
@ -87,7 +88,7 @@ public class GitHubStateTest {
|
||||||
GitHubJSONTestSuite.runGitHubJsonStateTest(json);
|
GitHubJSONTestSuite.runGitHubJsonStateTest(json);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Ignore
|
|
||||||
@Test
|
@Test
|
||||||
public void stSystemOperationsTest() throws ParseException {
|
public void stSystemOperationsTest() throws ParseException {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue