From 1ad9eb156b85f42cfedf2e8588339bf608abb8ea Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 17 Jan 2016 20:39:01 +0300 Subject: Update stringutils tests. --- src/utils/stringutils_unittest.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/utils') diff --git a/src/utils/stringutils_unittest.cc b/src/utils/stringutils_unittest.cc index d2dfcdf62..09120c844 100644 --- a/src/utils/stringutils_unittest.cc +++ b/src/utils/stringutils_unittest.cc @@ -664,11 +664,11 @@ TEST_CASE("stringuntils replaceItemLinks") str = "[test name 1,test name 2]"; replaceItemLinks(str); - REQUIRE(str == "[@@123456,123|test name 1@@]"); + REQUIRE(str == "[@@123456,123|@@]"); str = "[test name 1, test name 2 ]"; replaceItemLinks(str); - REQUIRE(str == "[@@123456,123|test name 1@@]"); + REQUIRE(str == "[@@123456,123|@@]"); } SECTION("broken") -- cgit v1.2.3-60-g2f50