Adding test for stepQ and proj save/reopen

This commit is contained in:
Michael Tryby
2019-03-01 10:45:50 -05:00
parent 41f810395a
commit 07dfac6198
2 changed files with 20 additions and 18 deletions

View File

@@ -83,7 +83,7 @@ BOOST_FIXTURE_TEST_CASE(test_qual_step, FixtureOpenClose)
error = EN_runQ(ph, &t);
BOOST_REQUIRE(error == 0);
error = EN_nextQ(ph, &tstep);
error = EN_stepQ(ph, &tstep);
BOOST_REQUIRE(error == 0);
} while (tstep > 0);