Fail the test...

This commit is contained in:
Elad Salomons
2018-09-05 09:37:21 +03:00
parent 8687af337f
commit ad3b26d727

View File

@@ -237,7 +237,7 @@ BOOST_AUTO_TEST_CASE(test_net_builder)
BOOST_REQUIRE(h_orig == h_build_loaded); BOOST_REQUIRE(h_orig == h_build_loaded);
// compare the original to the build without saving // 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 :(
} }