summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorTamás Zolnai <tamas.zolnai@collabora.com>2021-03-22 14:40:48 +0100
committerTamás Zolnai <tamas.zolnai@collabora.com>2021-03-22 19:20:26 +0100
commitcb0dfff9a49530f348223e1df54762a3da61aa51 (patch)
treeec4b12f74f282786819d7b642ca98895604c4ea3 /sd
parent35b81a05c7c58d0db2276627a9387a738c409974 (diff)
Remove this unreliable check.
This check was added to an existing test, instead of adding a new test focusing this functionality. In this context, this lock thing is not really reliable. Change-Id: Iad64edba277e714fa7f6b68fdfa8db0bf74851a5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112892 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112893 Tested-by: Jenkins
Diffstat (limited to 'sd')
-rw-r--r--sd/qa/unit/tiledrendering/tiledrendering.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sd/qa/unit/tiledrendering/tiledrendering.cxx b/sd/qa/unit/tiledrendering/tiledrendering.cxx
index d553dfce610f..107fc9364680 100644
--- a/sd/qa/unit/tiledrendering/tiledrendering.cxx
+++ b/sd/qa/unit/tiledrendering/tiledrendering.cxx
@@ -1061,9 +1061,6 @@ void SdTiledRenderingTest::testCursorViews()
// text edit in the first view.
ViewCallback aView2;
SfxLokHelper::setView(nView1);
- // This failed: the second view didn't get a lock notification, even if the
- // first view already started text edit.
- CPPUNIT_ASSERT(aView2.m_bViewLock);
aView2.m_bTilesInvalidated = false;
pXImpressDocument->postKeyEvent(LOK_KEYEVENT_KEYINPUT, 'x', 0);
pXImpressDocument->postKeyEvent(LOK_KEYEVENT_KEYUP, 'x', 0);