[Libreoffice-commits] core.git: sw/qa
Samuel Mehrbrodt (via logerrit)
logerrit at kemper.freedesktop.org
Wed May 8 13:54:44 UTC 2019
sw/qa/uitest/writer_tests5/xwindow.py | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
New commits:
commit 3d6e2081f0ab71ad4515fed864c3f36566e466c3
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Wed May 8 10:51:28 2019 +0200
Commit: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Wed May 8 15:53:45 2019 +0200
Fix comment
Change-Id: Ic2093aaea6e71559ba49e248f9afd5d86bcb0b67
Reviewed-on: https://gerrit.libreoffice.org/71949
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
diff --git a/sw/qa/uitest/writer_tests5/xwindow.py b/sw/qa/uitest/writer_tests5/xwindow.py
index 9187edc87cf6..7b96b53c495d 100644
--- a/sw/qa/uitest/writer_tests5/xwindow.py
+++ b/sw/qa/uitest/writer_tests5/xwindow.py
@@ -66,10 +66,7 @@ class XKeyListenerExtended(unohelper.Base, XKeyListener):
keymouseEventsIntercepted += 1
return super(XKeyListenerExtended, self).keyReleased(xKeyEvent)
-# registered mouse/key listeners for top window
-# do not receive any mouse/key events while
-# everything is passed only to focused child window
-# where we have no any registered mouse/key listeners
+# Test that registered mouse/key listeners for top window receive mouse/key events
class XWindow(UITestCase):
def test_listeners(self):
global mouseListenerCount
More information about the Libreoffice-commits
mailing list