diff options
author | Marco Cecchetti <marco.cecchetti@collabora.com> | 2017-02-02 20:07:55 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2017-02-04 00:50:05 +0100 |
commit | 9ba5eb228d714d1e5454049cac987a673bfce1e1 (patch) | |
tree | f9aeeac07fde2fd4f524aef86dd7e40b994bd2ad /desktop | |
parent | 221e83653b5f7c409083b711fb9dd722770dd205 (diff) |
sc rowlimit: Make the cursor better fit the rendering.
Change-Id: If4d02161bd8a37100d7403c05ea0840a3d2d0cf8
Diffstat (limited to 'desktop')
-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 175947b8c7c2..5ea56329cae4 100644 --- a/desktop/qa/desktop_lib/test_desktop_lib.cxx +++ b/desktop/qa/desktop_lib/test_desktop_lib.cxx @@ -682,7 +682,7 @@ void DesktopLOKTest::testCellCursor() boost::property_tree::read_json(aStream, aTree); OString aRectangle(aTree.get<std::string>("commandValues").c_str()); - CPPUNIT_ASSERT_EQUAL(aRectangle, OString("0, 0, 1278, 254")); + CPPUNIT_ASSERT_EQUAL(OString("0, 0, 1279, 255"), aRectangle); } void DesktopLOKTest::testCommandResult() |