uncomment general state tests

This commit is contained in:
andri lim 2019-12-09 17:08:41 +07:00 committed by zah
parent 7bdbf85a7a
commit f9c2f40021
1 changed files with 2 additions and 2 deletions

View File

@ -180,8 +180,8 @@ proc testFixture(fixtures: JsonNode, testStatusIMPL: var TestStatus,
proc generalStateJsonMain*(debugMode = false) =
if paramCount() == 0 or not debugMode:
# run all test fixtures
#suite "generalstate json tests":
#jsonTest("GeneralStateTests", testFixture, skipGSTTests)
suite "generalstate json tests":
jsonTest("GeneralStateTests", testFixture, skipGSTTests)
suite "new generalstate json tests":
jsonTest("newGeneralStateTests", testFixture, skipNewGSTTests)
else: