From: Przemysław Adam Sowa Date: Tue, 31 May 2022 19:11:51 +0000 (+0200) Subject: Renamed hihi and hoho test cases X-Git-Tag: v0.10.3~16^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=87806c4ecda0f67bb49171bf38e1123c5bebfe0d;p=thirdparty%2Fsnapper.git Renamed hihi and hoho test cases --- diff --git a/testsuite/dbus-escape.cc b/testsuite/dbus-escape.cc index f73e822f..db6ae06c 100644 --- a/testsuite/dbus-escape.cc +++ b/testsuite/dbus-escape.cc @@ -11,7 +11,7 @@ using namespace DBus; -BOOST_AUTO_TEST_CASE(hoho_escape) +BOOST_AUTO_TEST_CASE(marshaller_escape) { BOOST_CHECK_EQUAL(Marshaller::escape("\\"), "\\\\"); @@ -22,7 +22,7 @@ BOOST_AUTO_TEST_CASE(hoho_escape) } -BOOST_AUTO_TEST_CASE(hihi_unescape) +BOOST_AUTO_TEST_CASE(unmarshaller_unescape) { BOOST_CHECK_EQUAL(Unmarshaller::unescape("\\\\"), "\\");