summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMarco Cecchetti <marco.cecchetti@collabora.com>2017-02-02 20:07:55 +0100
committerAndras Timar <andras.timar@collabora.com>2017-02-18 01:00:56 +0100
commit56cc151f8803fc57a6ac2b282483aef24d54f1b4 (patch)
tree04494a68efb06272babcb9558b5e952ff69cb40a /desktop
parent13fb8096d144d025b2c3042d955ec94dbaea9d09 (diff)
sc rowlimit: Make the cursor better fit the rendering.
Change-Id: If4d02161bd8a37100d7403c05ea0840a3d2d0cf8 (cherry picked from commit 9ba5eb228d714d1e5454049cac987a673bfce1e1)
Diffstat (limited to 'desktop')
-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 2372dbd7f731..d193c4add0b1 100644
--- a/desktop/qa/desktop_lib/test_desktop_lib.cxx
+++ b/desktop/qa/desktop_lib/test_desktop_lib.cxx
@@ -688,7 +688,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()