[Libreoffice-commits] core.git: sw/qa
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu Nov 21 13:57:35 UTC 2019
sw/qa/uitest/writer_tests6/infobar.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6a6d28583f753b4b7d9dcd9f07b77944a8f0c51e
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Nov 21 14:51:06 2019 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Nov 21 14:56:05 2019 +0100
Fix typo
Change-Id: I041dfdaac4903d1bb0bb9ee70a2e5e705af3aafb
Reviewed-on: https://gerrit.libreoffice.org/83398
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sw/qa/uitest/writer_tests6/infobar.py b/sw/qa/uitest/writer_tests6/infobar.py
index 2467ef8bbd73..fb238fbe84c0 100644
--- a/sw/qa/uitest/writer_tests6/infobar.py
+++ b/sw/qa/uitest/writer_tests6/infobar.py
@@ -53,7 +53,7 @@ class tdf126627(UITestCase):
controller.removeInfobar("my")
- # Removing an already removed infobar shoud throw an exception
+ # Removing an already removed infobar should throw an exception
with self.assertRaises(NoSuchElementException):
controller.removeInfobar("my")
More information about the Libreoffice-commits
mailing list