re-introducing line that was deleted by mistake..

This commit is contained in:
Vegard Kippe 2023-08-25 14:26:51 +02:00
parent 0944cbbed9
commit 8666cd8dc3

View File

@ -14,8 +14,9 @@ inline bool is_close(double a, double b, double tol = TOLERANCE) {
} }
BOOST_AUTO_TEST_CASE(CheckTSINITAndNEXTSTEP) BOOST_AUTO_TEST_CASE(CheckTSINITAndNEXTSTEP)
{ {
//std::string case_name(boost::unit_test::framework::master_test_suite().argv[1]); std::string case_name("02_TUNING_TSINIT_NEXTSTEP"); std::string case_name("02_TUNING_TSINIT_NEXTSTEP");
BOOST_TEST_MESSAGE("---------------------------------------------------------------------------"); BOOST_TEST_MESSAGE("---------------------------------------------------------------------------");
BOOST_TEST_MESSAGE("Checking TSINIT and NEXTSTEP, see file " + case_name + ".DATA"); BOOST_TEST_MESSAGE("Checking TSINIT and NEXTSTEP, see file " + case_name + ".DATA");
BOOST_TEST_MESSAGE("---------------------------------------------------------------------------"); BOOST_TEST_MESSAGE("---------------------------------------------------------------------------");