Actual stack count updated

This commit is contained in:
Allen Byrne
2018-12-31 14:15:09 -06:00
parent 7632af7c14
commit e46a974f78
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ import org.junit.rules.TestName;
public class TestH5Edefault {
@Rule public TestName testname = new TestName();
public static final int ERRSTACK_CNT = 4;
public static final int ERRSTACK_CNT = 3;
public static final int ERRSTACK_MTY_CNT = 0;
@Before