From d61a1aa786be59d1f115564abfdec2efa0d42172 Mon Sep 17 00:00:00 2001 From: Michael Tryby Date: Tue, 12 Mar 2019 15:07:52 -0400 Subject: [PATCH] Minor cleanup --- tests/test_node.cpp | 9 --------- tests/test_shared.hpp | 1 - 2 files changed, 10 deletions(-) diff --git a/tests/test_node.cpp b/tests/test_node.cpp index 31b1538..568bda3 100644 --- a/tests/test_node.cpp +++ b/tests/test_node.cpp @@ -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; diff --git a/tests/test_shared.hpp b/tests/test_shared.hpp index 9f5db07..35a9140 100644 --- a/tests/test_shared.hpp +++ b/tests/test_shared.hpp @@ -115,7 +115,6 @@ struct FixtureAfterStep{ } ~FixtureAfterStep() { - error = EN_closeQ(ph); BOOST_REQUIRE(error == 0);