diff options
author | andreas kainz <kainz.a@gmail.com> | 2018-02-11 00:43:03 +0100 |
---|---|---|
committer | Heiko Tietze <tietze.heiko@gmail.com> | 2018-02-18 14:38:41 +0100 |
commit | 61bfc53ee710f9c79ac597888a6ee9dfee165ea4 (patch) | |
tree | ce3495f4e1075ce5e9b04265aa3c392865279f39 /uitest/impress_tests | |
parent | 7273bb3534264867e818c13baffcdf3862189cd2 (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/impress_tests')
-rw-r--r-- | uitest/impress_tests/backgrounds.py | 2 |
1 files changed, 1 insertions, 1 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) |