[Libreoffice-commits] core.git: sw/qa

Michael Stahl mstahl at redhat.com
Thu Sep 7 16:23:53 UTC 2017


 sw/qa/python/text_portion_enumeration_test.py |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit ded8925c012edc8e8696d49064d4360e8831a214
Author: Michael Stahl <mstahl at redhat.com>
Date:   Thu Sep 7 18:22:17 2017 +0200

    sw: oops, forgot to amend that before pushing
    
    Change-Id: Idaf3d066a61dcf30019eda9f84bb7442362ab57d

diff --git a/sw/qa/python/text_portion_enumeration_test.py b/sw/qa/python/text_portion_enumeration_test.py
index 343a7da39196..b767368d850b 100644
--- a/sw/qa/python/text_portion_enumeration_test.py
+++ b/sw/qa/python/text_portion_enumeration_test.py
@@ -770,8 +770,7 @@ class EnumConverter():
                     continue
                 else:
                     node = self._stack.pop()
-                    assert (isinstance(node, RubyNode)),
-                        "stack error: Ruby expected; is: {}".format(str(node))
+                    assert (isinstance(node, RubyNode)), "stack error: Ruby expected; is: {}".format(str(node))
             elif type_ == "InContentMetadata":
                 xMeta = xPortion.InContentMetadata
                 xmlid = xMeta.MetadataReference


More information about the Libreoffice-commits mailing list