[Libreoffice-commits] core.git: sw/qa
Bjoern Michaelsen (via logerrit)
logerrit at kemper.freedesktop.org
Thu Sep 19 23:09:26 UTC 2019
sw/qa/python/check_range_properties.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4f969db3bc8b488a06aa2e61946f6346a5f86fed
Author: Bjoern Michaelsen <bjoern.michaelsen at libreoffice.org>
AuthorDate: Thu Sep 19 23:30:37 2019 +0200
Commit: Björn Michaelsen <bjoern.michaelsen at libreoffice.org>
CommitDate: Fri Sep 20 01:08:28 2019 +0200
tdf#127534: brown paperbag commit, use the right bug ID this time
Change-Id: I42224bb35f308e274ee5441948b3a9b938b0889f
Reviewed-on: https://gerrit.libreoffice.org/79260
Tested-by: Jenkins
Reviewed-by: Björn Michaelsen <bjoern.michaelsen at libreoffice.org>
diff --git a/sw/qa/python/check_range_properties.py b/sw/qa/python/check_range_properties.py
index 1cac64028438..2be93686242a 100644
--- a/sw/qa/python/check_range_properties.py
+++ b/sw/qa/python/check_range_properties.py
@@ -27,7 +27,7 @@ class CheckRangeProperties(unittest.TestCase):
def tearDownClass(cls):
cls._uno.tearDown()
- # see tdf#125307
+ # see tdf#127534
def test_TextRangeProperties(self):
xDoc = CheckRangeProperties._uno.openEmptyWriterDoc()
xBodyText = xDoc.getText()
More information about the Libreoffice-commits
mailing list