summaryrefslogtreecommitdiff
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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/uitest/impress_tests/backgrounds.py b/uitest/impress_tests/backgrounds.py
index e9a0a1d3d5c1..4e904899574c 100644
--- a/uitest/impress_tests/backgrounds.py
+++ b/uitest/impress_tests/backgrounds.py
@@ -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, 'Tango Green')
elif btn == 'btnhatch':
self.assertEqual(
document.DrawPages.getByIndex(0).Background.FillHatch.Style, SINGLE )