summaryrefslogtreecommitdiff
path: root/desktop/qa
diff options
context:
space:
mode:
authorMarco Cecchetti <marco.cecchetti@collabora.com>2017-02-02 20:07:55 +0100
committerJan Holesovsky <kendy@collabora.com>2017-02-04 00:50:05 +0100
commit9ba5eb228d714d1e5454049cac987a673bfce1e1 (patch)
treef9aeeac07fde2fd4f524aef86dd7e40b994bd2ad /desktop/qa
parent221e83653b5f7c409083b711fb9dd722770dd205 (diff)
sc rowlimit: Make the cursor better fit the rendering.
Change-Id: If4d02161bd8a37100d7403c05ea0840a3d2d0cf8
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 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()