Minor cleanup

This commit is contained in:
Michael Tryby
2019-03-12 15:07:52 -04:00
parent 32091830c6
commit d61a1aa786
2 changed files with 0 additions and 10 deletions

View File

@@ -13,11 +13,6 @@
#include "test_shared.hpp"
using namespace std;
using namespace boost;
BOOST_AUTO_TEST_SUITE (node_props_after_open)
BOOST_FIXTURE_TEST_CASE(test_junc_props, FixtureOpenClose)
@@ -29,10 +24,6 @@ BOOST_FIXTURE_TEST_CASE(test_junc_props, FixtureOpenClose)
EN_PATTERN,
EN_EMITTER,
EN_INITQUAL,
//demand
//head
//pressure
//quality
};
const size_t num_props = 5;

View File

@@ -115,7 +115,6 @@ struct FixtureAfterStep{
}
~FixtureAfterStep() {
error = EN_closeQ(ph);
BOOST_REQUIRE(error == 0);