From 87806c4ecda0f67bb49171bf38e1123c5bebfe0d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Przemys=C5=82aw=20Adam=20Sowa?= Date: Tue, 31 May 2022 21:11:51 +0200 Subject: [PATCH] Renamed hihi and hoho test cases --- testsuite/dbus-escape.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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("\\\\"), "\\"); -- 2.47.3