diff options
author | Wolfram Garten [wg] <Wolfram.Garten@oracle.com> | 2011-03-01 15:21:51 +0100 |
---|---|---|
committer | Wolfram Garten [wg] <Wolfram.Garten@oracle.com> | 2011-03-01 15:21:51 +0100 |
commit | c90c9a18bb5260cab192f39566ee0f048f281696 (patch) | |
tree | 699d30b3086e38ea99f09c0a06605b82003bd818 /testautomation | |
parent | 1944d51d110c5dc3557fe91875a0faaff7e3c0b3 (diff) |
Bug 116803 - [Automation]:crash when closing stylist.
Diffstat (limited to 'testautomation')
-rw-r--r-- | testautomation/graphics/optional/includes/global/g_stylist.inc | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/testautomation/graphics/optional/includes/global/g_stylist.inc b/testautomation/graphics/optional/includes/global/g_stylist.inc index 71d05f7d704c..0c03e0738abe 100644 --- a/testautomation/graphics/optional/includes/global/g_stylist.inc +++ b/testautomation/graphics/optional/includes/global/g_stylist.inc @@ -486,6 +486,8 @@ testcase tFormatStylistTemplateNew endcase 'tFormatStylistTemplateNew '-------------------------------------------------------- testcase tiFormatStylist +warnlog "#i116803# - Crash when closing stylist with closer" +goto endsub Dim Num1 as integer ' graphics : first line indent ; the one with 0,6cm in the summary Dim Num2 as integer ' presentations : background ; just one tabpage pops up: Area @@ -530,6 +532,8 @@ testcase tiFormatStylist end if sleep 1 + + FormatStylist Kontext "Gestalter" printlog "opening graphics styles" @@ -559,7 +563,7 @@ testcase tiFormatStylist sleep 1 printlog "presentation styles" Praesentationsvorlagen.Click - + printlog "Select number 2" Vorlagenliste.Select Num2 sleep 1 printlog "opening context menu" @@ -681,6 +685,10 @@ testcase tiFormatStylist TabOptionenNumerierung.Cancel sleep 1 endif + + + + kontext "DocumentImpress" printlog "Closing Stylist" if lcase(gPlatform) = "osx" then |