summaryrefslogtreecommitdiffstats
path: root/uitest
diff options
context:
space:
mode:
authorheiko tietze <tietze.heiko@gmail.com>2018-05-09 10:01:08 +0200
committerHeiko Tietze <tietze.heiko@gmail.com>2018-05-09 19:59:35 +0200
commitc23c770e3516f3077d77b3c0410652ae3c7554fc (patch)
tree4e47a7dc3940f5bcc19975100cfa1835817d0491 /uitest
parentDon't throw in LdapUserProfileBe ctor on LDAP misconfiguration (diff)
downloadcore-c23c770e3516f3077d77b3c0410652ae3c7554fc.tar.gz
core-c23c770e3516f3077d77b3c0410652ae3c7554fc.zip
Typos in change 53934
Change-Id: I7d2dd64beb70d44113c3c548ff6e13ff1d766614 Reviewed-on: https://gerrit.libreoffice.org/54017 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
Diffstat (limited to 'uitest')
-rw-r--r--uitest/impress_tests/backgrounds.py2
-rw-r--r--uitest/writer_tests/pageDialog.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/uitest/impress_tests/backgrounds.py b/uitest/impress_tests/backgrounds.py
index 642db9f3681e..b0c36db36ab4 100644
--- a/uitest/impress_tests/backgrounds.py
+++ b/uitest/impress_tests/backgrounds.py
@@ -38,7 +38,7 @@ class ImpressBackgrounds(UITestCase):
self.assertEqual(
document.DrawPages.getByIndex(0).Background.FillGradient.EndIntensity, 100)
self.assertEqual(
- document.DrawPages.getByIndex(0).Background.FillGradientName, 'Pastel Bouqet')
+ document.DrawPages.getByIndex(0).Background.FillGradientName, 'Pastel Bouquet')
elif btn == 'btnhatch':
self.assertEqual(
document.DrawPages.getByIndex(0).Background.FillHatch.Style, SINGLE )
diff --git a/uitest/writer_tests/pageDialog.py b/uitest/writer_tests/pageDialog.py
index 2c03718e26e7..8165008d4f2b 100644
--- a/uitest/writer_tests/pageDialog.py
+++ b/uitest/writer_tests/pageDialog.py
@@ -59,7 +59,7 @@ class WriterPageDialog(UITestCase):
self.assertEqual(
document.StyleFamilies.PageStyles.Standard.FillGradient.EndIntensity, 100)
self.assertEqual(
- document.StyleFamilies.PageStyles.Standard.FillGradientName, 'Pastel Bouqet')
+ document.StyleFamilies.PageStyles.Standard.FillGradientName, 'Pastel Bouquet')
elif btn == 'btnhatch':
self.assertEqual(
document.StyleFamilies.PageStyles.Standard.FillHatch.Style, SINGLE )