Fixing bug

This commit is contained in:
Michael Tryby
2019-02-28 16:58:33 -05:00
parent 854168d88a
commit b248e181b3

View File

@@ -24,7 +24,7 @@
#include "test_fixtures.hpp" #include "test_fixtures.hpp"
using namespace std; using namespace std;
namespace utf = boost::unit_test; using namespace boost;
BOOST_AUTO_TEST_SUITE (test_hyd_qual) BOOST_AUTO_TEST_SUITE (test_hyd_qual)
@@ -157,7 +157,7 @@ BOOST_FIXTURE_TEST_CASE(test_hydr_savefile, FixtureOpenClose)
BOOST_CHECK(filesystem::exists(hyd_file) == true); BOOST_CHECK(filesystem::exists(hyd_file) == true);
} }
BOOST_FIXTURE_TEST_CASE(test_hydr_usefile, FixtureOpenClose, * utf::depends_on("test_hyd_qual/test_hydr_savefile")) BOOST_FIXTURE_TEST_CASE(test_hydr_usefile, FixtureOpenClose, * unit_test::depends_on("test_hyd_qual/test_hydr_savefile"))
{ {
string hyd_file("test_savefile.hyd"); string hyd_file("test_savefile.hyd");