]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
Renamed hihi and hoho test cases 726/head
authorPrzemysław Adam Sowa <pa.sowa.dev@gmail.com>
Tue, 31 May 2022 19:11:51 +0000 (21:11 +0200)
committerPrzemysław Adam Sowa <pa.sowa.dev@gmail.com>
Tue, 31 May 2022 19:12:12 +0000 (21:12 +0200)
testsuite/dbus-escape.cc

index f73e822f722315cce2c40c368b6b0c5258b90063..db6ae06c66780e73caf29ec41ef284333dc0b102 100644 (file)
@@ -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("\\\\"), "\\");