diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2021-02-05 08:18:22 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2021-02-05 09:32:53 +0100 |
commit | 8cc78b527bf2b7dcaaff73d8f0770f3d324ac839 (patch) | |
tree | 699c7ff56590e15d7f28855e389480aabd58ddf2 /sw/CppunitTest_sw_dialogs_test.mk | |
parent | 0a2fa32f8756b3c99975df6d98736a8e9abb625a (diff) |
Avoid test_tdf139301 hanging upon failure
At least in my local Linux build, UITest_writer_tests7
UITEST_TEST_NAME=tdf139301.tdf139301.test_tdf139301, as introduced with
183c06fc02a50fb117bb6162e4d6e56cdd34fad1 "tdf#139301 fix OOXML-compatible preset
dash styles", consistently fails (for whatever reason) with
> FAIL: test_tdf139301 (tdf139301.tdf139301)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
> File "~/lo/core/sw/qa/uitest/writer_tests7/tdf139301.py", line 40, in test_tdf139301
> self.assertEqual(style, styles[i])
> AssertionError: 'Dash Dot Dot' != 'Dot'
> - Dash Dot Dot
> + Dot
and then would hang in tearDown (presumably because the
self.ui_test.close_dialog_through_button(xOKBtn)
line would be skipped due to the AssertionError being thrown).
While this commit does not fix the failing test, it at least makes it no longer
hang.
Change-Id: I80fd88d1668b162166a971f1a7bef1b5f965c421
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110452
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'sw/CppunitTest_sw_dialogs_test.mk')
0 files changed, 0 insertions, 0 deletions