diff options
Diffstat (limited to 'sw/qa/python')
-rw-r--r-- | sw/qa/python/xtext.py | 2 |
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) |