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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/impress_tests/backgrounds.py b/uitest/impress_tests/backgrounds.py
index 642db9f3681e..b0c36db36ab4 100644
--- a/uitest/impress_tests/backgrounds.py
+++ b/uitest/impress_tests/backgrounds.py
@@ -38,7 +38,7 @@ class ImpressBackgrounds(UITestCase):
self.assertEqual(
document.DrawPages.getByIndex(0).Background.FillGradient.EndIntensity, 100)
self.assertEqual(
- document.DrawPages.getByIndex(0).Background.FillGradientName, 'Pastel Bouqet')
+ document.DrawPages.getByIndex(0).Background.FillGradientName, 'Pastel Bouquet')
elif btn == 'btnhatch':
self.assertEqual(
document.DrawPages.getByIndex(0).Background.FillHatch.Style, SINGLE )