summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorHamish McIntyre-Bhatty <hamishmb@live.co.uk>2019-02-12 12:05:34 +0000
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2019-02-13 10:16:43 +0100
commit8f225cf31c678c6f9861f9233718074bc85ae7e4 (patch)
tree608894757916c242ee3779ff3f37f0016458c4e0 /sw
parent19b5607329d3b9c12aa743b5480e9dec1b74ceea (diff)
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@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/python/xtext.py2
1 files changed, 1 insertions, 1 deletions
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)