summaryrefslogtreecommitdiff
path: root/desktop/qa
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-12-22 10:27:51 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-12-22 10:28:32 +0000
commit2ac9ea00c0a3131fcf520a3f9083da8de79efe01 (patch)
tree49da075708a8ec58c96e731a9b85bf5121b480c1 /desktop/qa
parent5610381dded9afa5f768d6899345cada1bf5741f (diff)
bodge fix build
Change-Id: I5ef90ad7bf39618cc65641ffa85d056adc48d555
Diffstat (limited to 'desktop/qa')
-rw-r--r--desktop/qa/desktop_lib/test_desktop_lib.cxx2
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);
}