diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-11-24 16:39:18 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-11-24 19:40:15 +0100 |
commit | 84f8613cdd9d494c7f376420520e186b4d4ea8a1 (patch) | |
tree | fd9ac6508ac830d0d63c65a98a141baab074c972 /sw/qa/uitest/styleInspector | |
parent | ec5788d893e3939bd1d911575a974674f2142b8b (diff) |
uitest: remove print leftovers
Change-Id: I9b0cef7a8a536a8db7d0b840dfe69714fdbf2cd4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125779
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sw/qa/uitest/styleInspector')
-rw-r--r-- | sw/qa/uitest/styleInspector/styleInspector.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/qa/uitest/styleInspector/styleInspector.py b/sw/qa/uitest/styleInspector/styleInspector.py index acaa85d693fe..f95ca9b0cfae 100644 --- a/sw/qa/uitest/styleInspector/styleInspector.py +++ b/sw/qa/uitest/styleInspector/styleInspector.py @@ -297,7 +297,6 @@ class styleNavigator(UITestCase): self.assertEqual("Nested Text Content\tames", get_state_as_dict(xDirFormatting.getChild('1'))['Text']) xMetadata = xDirFormatting.getChild('0') - print(get_state_as_dict(xMetadata)) self.assertEqual(2, len(xMetadata.getChildren())) self.assertEqual("xml:id\tID-24478193-9630-4d03-8976-9e097c843a0b", get_state_as_dict(xMetadata.getChild('0'))['Text']) # RGB code of the custom shading color of the annotated text range is 97E1E9 (the code can be lower case, see STRtoRGB) |