~singpolyma/biboumi

3584979cc28d083c2bba70da97623340d232ef6a — louiz’ 3 years ago 76b81ce
e2e: fix the timeout code for expect_unordered
2 files changed, 2 insertions(+), 1 deletions(-)

A .#.clang-format
M tests/end_to_end/__main__.py
A .#.clang-format => .#.clang-format +1 -0
@@ 0,0 1,1 @@
louiz@abricot.3560:1477183697
\ No newline at end of file

M tests/end_to_end/__main__.py => tests/end_to_end/__main__.py +1 -1
@@ 100,7 100,7 @@ class XMPPComponent(slixmpp.BaseXMPP):
    def on_timeout(self, xpaths):
        error_msg = "Timeout while waiting for a stanza that would match the expected xpath(s):"
        for xpath in xpaths:
            error_msg += "\n" + xpath
            error_msg += "\n" + str(xpath)
        self.error(error_msg)
        self.run_scenario()