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 15:11:42 +0100
commit70d1b1a32ff3805f5e56b5a76f8bc2d871cbb23e (patch)
tree9b989d000accb26aca115de489ed2339b787643b /sd
parent839b7e863ae934a8fd5277772c86993a2380a996 (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>
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 5c4cb06f0790..b25c53c31d4b 100644
--- a/sd/qa/unit/tiledrendering/tiledrendering.cxx
+++ b/sd/qa/unit/tiledrendering/tiledrendering.cxx
@@ -1058,9 +1058,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);