From 7c21b9c740c31394c8adbf900626605a052caaa7 Mon Sep 17 00:00:00 2001 From: Lew Rossman Date: Tue, 27 Nov 2018 16:10:39 -0500 Subject: [PATCH] Update test_setid.cpp --- tests/test_setid.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_setid.cpp b/tests/test_setid.cpp index 9d4bcb7..a1b912e 100644 --- a/tests/test_setid.cpp +++ b/tests/test_setid.cpp @@ -72,12 +72,12 @@ BOOST_AUTO_TEST_CASE(test_setid) // Check that 3rd node has its new name error = EN_getnodeindex(ph, newid_2, &index); BOOST_REQUIRE(error == 0); - BOOST_CHECK(index == 3); + BOOST_REQUIRE(index == 3); // Check that 3rd link has its new name error = EN_getlinkindex(ph, newid_4, &index); BOOST_REQUIRE(error == 0); - BOOST_CHECK(index == 3); + BOOST_REQUIRE(index == 3); error = EN_close(ph); BOOST_REQUIRE(error == 0);