Kaydet (Commit) db01b26d authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I6761bc281a1db0aef044eb2887083920b23470c9
Reviewed-on: https://gerrit.libreoffice.org/63349
Tested-by: Jenkins
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst ac43eb0f
...@@ -53,7 +53,7 @@ class autocorrectOptions(UITestCase): ...@@ -53,7 +53,7 @@ class autocorrectOptions(UITestCase):
self.assertEqual(get_state_as_dict(xtabview)["VisibleCount"], nrRows) #we have default nr of rules self.assertEqual(get_state_as_dict(xtabview)["VisibleCount"], nrRows) #we have default nr of rules
select_pos(xTabs, "1") #tab Exceptions select_pos(xTabs, "1") #tab Exceptions
#abbrevations #abbreviations
abbrev = xDialog.getChild("abbrev") abbrev = xDialog.getChild("abbrev")
newabbrev = xDialog.getChild("newabbrev") newabbrev = xDialog.getChild("newabbrev")
delabbrev = xDialog.getChild("delabbrev") delabbrev = xDialog.getChild("delabbrev")
......
...@@ -53,7 +53,7 @@ class autocorrectOptions(UITestCase): ...@@ -53,7 +53,7 @@ class autocorrectOptions(UITestCase):
self.assertEqual(get_state_as_dict(xtabview)["VisibleCount"], nrRows) #we have default nr of rules self.assertEqual(get_state_as_dict(xtabview)["VisibleCount"], nrRows) #we have default nr of rules
select_pos(xTabs, "1") #tab Exceptions select_pos(xTabs, "1") #tab Exceptions
#abbrevations #abbreviations
abbrev = xDialog.getChild("abbrev") abbrev = xDialog.getChild("abbrev")
newabbrev = xDialog.getChild("newabbrev") newabbrev = xDialog.getChild("newabbrev")
delabbrev = xDialog.getChild("delabbrev") delabbrev = xDialog.getChild("delabbrev")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment