summaryrefslogtreecommitdiff
path: root/uitest
diff options
context:
space:
mode:
authorandreas kainz <kainz.a@gmail.com>2018-02-11 00:43:03 +0100
committerHeiko Tietze <tietze.heiko@gmail.com>2018-02-18 14:38:41 +0100
commit61bfc53ee710f9c79ac597888a6ee9dfee165ea4 (patch)
treece3495f4e1075ce5e9b04265aa3c392865279f39 /uitest
parent7273bb3534264867e818c13baffcdf3862189cd2 (diff)
tdf#114817 new bitmap presets for Area Fill
Change-Id: Icc48efc2f6c085ccf0754620dc1cbf5132a7f824 Reviewed-on: https://gerrit.libreoffice.org/49551 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 5d422fe8b7bc..655b67414929 100644
--- a/uitest/impress_tests/backgrounds.py
+++ b/uitest/impress_tests/backgrounds.py
@@ -73,7 +73,7 @@ class ImpressBackgrounds(UITestCase):
document.DrawPages.getByIndex(0).Background.FillBitmapSizeX, 0)
self.assertEqual(
document.DrawPages.getByIndex(0).Background.FillBitmapSizeY, 0)
- self.assertEqual(document.DrawPages.getByIndex(0).Background.FillBitmapName, 'Sky')
+ self.assertEqual(document.DrawPages.getByIndex(0).Background.FillBitmapName, 'Painted White')
elif btn == 'btnpattern':
self.assertEqual(
document.DrawPages.getByIndex(0).Background.FillBitmapMode, REPEAT)
diff --git a/uitest/writer_tests/pageDialog.py b/uitest/writer_tests/pageDialog.py
index 84284f61dd45..9dc0a101d5e2 100644
--- a/uitest/writer_tests/pageDialog.py
+++ b/uitest/writer_tests/pageDialog.py
@@ -95,7 +95,7 @@ class WriterPageDialog(UITestCase):
self.assertEqual(
document.StyleFamilies.PageStyles.Standard.FillBitmapSizeY, 0)
self.assertEqual(
- document.StyleFamilies.PageStyles.Standard.FillBitmapName, 'Sky')
+ document.StyleFamilies.PageStyles.Standard.FillBitmapName, 'Painted White')
elif btn == 'btnpattern':
self.assertEqual(
document.StyleFamilies.PageStyles.Standard.FillBitmapMode, REPEAT)