[Libreoffice-commits] core.git: sw/qa
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Feb 13 09:17:12 UTC 2019
sw/qa/python/xtext.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8f225cf31c678c6f9861f9233718074bc85ae7e4
Author: Hamish McIntyre-Bhatty <hamishmb at live.co.uk>
AuthorDate: Tue Feb 12 12:05:34 2019 +0000
Commit: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Wed Feb 13 10:16:43 2019 +0100
Add note with link to bug report for double-removal of annotations
Change-Id: Ie5c5f6296e54b1118f1182766473f3f70eb37385
Reviewed-on: https://gerrit.libreoffice.org/67722
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
diff --git a/sw/qa/python/xtext.py b/sw/qa/python/xtext.py
index 54a06a4db891..d137cb1f69ce 100644
--- a/sw/qa/python/xtext.py
+++ b/sw/qa/python/xtext.py
@@ -61,7 +61,7 @@ class TestXText(unittest.TestCase):
# Remove _already removed_ ones again
# TODO: unexpected behaviour, it should throw an exception,
# but let's nail down current behaviour
- # NOTE: Should this be reported?
+ # NOTE: reported as tdf#123404
x_text.removeTextContent(x_annotation_2)
x_text.removeTextContent(x_annotation)
More information about the Libreoffice-commits
mailing list