From ad3b26d72767d6cc65fe61bbf1fc9f7203a62c23 Mon Sep 17 00:00:00 2001 From: Elad Salomons Date: Wed, 5 Sep 2018 09:37:21 +0300 Subject: [PATCH] Fail the test... --- tests/test_net_builder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_net_builder.cpp b/tests/test_net_builder.cpp index 30c45ce..b2803bf 100644 --- a/tests/test_net_builder.cpp +++ b/tests/test_net_builder.cpp @@ -237,7 +237,7 @@ BOOST_AUTO_TEST_CASE(test_net_builder) BOOST_REQUIRE(h_orig == h_build_loaded); // compare the original to the build without saving -// BOOST_REQUIRE(h_orig == h_build); // this seems to fail :( + BOOST_REQUIRE(h_orig == h_build); // this seems to fail :( }