[Libreoffice-commits] core.git: sw/qa
Xisco Fauli (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jan 28 11:45:30 UTC 2021
sw/qa/uitest/macro_tests/tdf124413.py | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 905371194e890a9a565f655df171bddf6b2510e5
Author: Xisco Fauli <xiscofauli at libreoffice.org>
AuthorDate: Thu Jan 28 10:07:24 2021 +0100
Commit: Xisco Fauli <xiscofauli at libreoffice.org>
CommitDate: Thu Jan 28 12:44:37 2021 +0100
uitest: sw: close document at the end
Change-Id: Ic07b3eac1b4e3a5555da5a54d2ce1fa4d284d886
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110047
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli at libreoffice.org>
diff --git a/sw/qa/uitest/macro_tests/tdf124413.py b/sw/qa/uitest/macro_tests/tdf124413.py
index a8ab676b77d3..d0aaccd03929 100644
--- a/sw/qa/uitest/macro_tests/tdf124413.py
+++ b/sw/qa/uitest/macro_tests/tdf124413.py
@@ -40,4 +40,6 @@ class tdf124413(UITestCase):
self.assertEqual(get_state_as_dict(xEditWin)['Text'], resultText)
+ self.ui_test.close_doc()
+
# vim: set shiftwidth=4 softtabstop=4 expandtab:
More information about the Libreoffice-commits
mailing list