summaryrefslogtreecommitdiffstats
path: root/uitest/impress_tests/backgrounds.py
diff options
context:
space:
mode:
Diffstat (limited to 'uitest/impress_tests/backgrounds.py')
-rw-r--r--uitest/impress_tests/backgrounds.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/uitest/impress_tests/backgrounds.py b/uitest/impress_tests/backgrounds.py
index 655b67414929..642db9f3681e 100644
--- a/uitest/impress_tests/backgrounds.py
+++ b/uitest/impress_tests/backgrounds.py
@@ -24,7 +24,7 @@ class ImpressBackgrounds(UITestCase):
self.assertEqual(
document.DrawPages.getByIndex(0).Background.FillGradient.Style, LINEAR)
self.assertEqual(
- document.DrawPages.getByIndex(0).Background.FillGradient.StartColor, 9101876)
+ document.DrawPages.getByIndex(0).Background.FillGradient.StartColor, 14543051)
self.assertEqual(
document.DrawPages.getByIndex(0).Background.FillGradient.Angle, 300)
self.assertEqual(
@@ -37,8 +37,8 @@ class ImpressBackgrounds(UITestCase):
document.DrawPages.getByIndex(0).Background.FillGradient.StartIntensity, 100)
self.assertEqual(
document.DrawPages.getByIndex(0).Background.FillGradient.EndIntensity, 100)
- #self.assertEqual(
- #document.DrawPages.getByIndex(0).Background.FillGradientName, 'Tango Green')
+ self.assertEqual(
+ document.DrawPages.getByIndex(0).Background.FillGradientName, 'Pastel Bouqet')
elif btn == 'btnhatch':
self.assertEqual(
document.DrawPages.getByIndex(0).Background.FillHatch.Style, SINGLE )