diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-12-22 10:27:51 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-12-22 10:28:32 +0000 |
commit | 2ac9ea00c0a3131fcf520a3f9083da8de79efe01 (patch) | |
tree | 49da075708a8ec58c96e731a9b85bf5121b480c1 | |
parent | 5610381dded9afa5f768d6899345cada1bf5741f (diff) |
bodge fix build
Change-Id: I5ef90ad7bf39618cc65641ffa85d056adc48d555
-rw-r--r-- | desktop/qa/desktop_lib/test_desktop_lib.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/qa/desktop_lib/test_desktop_lib.cxx b/desktop/qa/desktop_lib/test_desktop_lib.cxx index 3c4934d7c3c9..9219a171dc67 100644 --- a/desktop/qa/desktop_lib/test_desktop_lib.cxx +++ b/desktop/qa/desktop_lib/test_desktop_lib.cxx @@ -1498,7 +1498,7 @@ void DesktopLOKTest::testRedlineWriter() for (boost::property_tree::ptree::value_type& rRedline : aTree.get_child("redlines")) // This failed with boost::property_tree::ptree_bad_path, as there were no description field. - CPPUNIT_ASSERT_EQUAL(std::string("Insert 't'"), rRedline.second.get<std::string>("description")); + CPPUNIT_ASSERT_EQUAL(std::string("Insert “t”"), rRedline.second.get<std::string>("description")); comphelper::LibreOfficeKit::setActive(false); } |