From 844b4afea977c0e51cf4eeb9897c3bc745f891f7 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 29 Aug 2020 20:48:56 +0100 Subject: Fix scope of test suite --- slicer/test/serializers.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slicer/test/serializers.cpp b/slicer/test/serializers.cpp index 53c6965..d63651d 100644 --- a/slicer/test/serializers.cpp +++ b/slicer/test/serializers.cpp @@ -636,6 +636,8 @@ BOOST_AUTO_TEST_CASE(simple_complete_validator) xmlpp::Document *>("isodate.xml", readXml, writeXml, freeXml); } +BOOST_AUTO_TEST_SUITE_END(); + BOOST_AUTO_TEST_CASE(missingConversion) { auto in = json::parseValue(R"J({"conv": "2016-06-30 12:34:56"})J"); @@ -658,8 +660,6 @@ BOOST_AUTO_TEST_CASE(conversion) BOOST_REQUIRE_EQUAL("2016-06-30 12:34:56", std::get(std::get(v)["conv"])); } -BOOST_AUTO_TEST_SUITE_END(); - BOOST_AUTO_TEST_CASE(customerModelPartCounters) { BOOST_REQUIRE_EQUAL(21, TestModule::completions); -- cgit v1.2.3