desktop/qa/desktop_lib/test_desktop_lib.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 2ac9ea00c0a3131fcf520a3f9083da8de79efe01 Author: Caolán McNamara <[email protected]> Date: Thu Dec 22 10:27:51 2016 +0000 bodge fix build Change-Id: I5ef90ad7bf39618cc65641ffa85d056adc48d555 diff --git a/desktop/qa/desktop_lib/test_desktop_lib.cxx b/desktop/qa/desktop_lib/test_desktop_lib.cxx index 3c4934d..9219a17 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); }
_______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
