diff options
Diffstat (limited to 'uitest')
-rw-r--r-- | uitest/impress_tests/backgrounds.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uitest/impress_tests/backgrounds.py b/uitest/impress_tests/backgrounds.py index b1b2f950f16d..e427995bfac2 100644 --- a/uitest/impress_tests/backgrounds.py +++ b/uitest/impress_tests/backgrounds.py @@ -75,9 +75,9 @@ class ImpressBackgrounds(UITestCase): self.assertEqual( document.DrawPages.getByIndex(0).Background.FillBitmapLogicalSize, True) self.assertEqual( - document.DrawPages.getByIndex(0).Background.FillBitmapSizeX, 0) + document.DrawPages.getByIndex(0).Background.FillBitmapSizeX, 2540) self.assertEqual( - document.DrawPages.getByIndex(0).Background.FillBitmapSizeY, 0) + document.DrawPages.getByIndex(0).Background.FillBitmapSizeY, 2540) self.assertEqual(document.DrawPages.getByIndex(0).Background.FillBitmapName, 'Painted White') elif btn == 'btnpattern': self.assertEqual( |