diff options
author | Oliver Craemer [oc] <oliver.craemer@oracle.com> | 2011-03-21 11:25:07 +0100 |
---|---|---|
committer | Oliver Craemer [oc] <oliver.craemer@oracle.com> | 2011-03-21 11:25:07 +0100 |
commit | c36d6acad609f3f88de5cf27c7b458fe3d5dc5b3 (patch) | |
tree | 52d82b6fd5bdb243bfcc81da7346311b22f893a8 /testautomation | |
parent | b3e6f2772e0fb4fe920051b3e0da2f4bf07dbdbd (diff) |
#i117455# check qaerrorlogs for fixed issueids
Diffstat (limited to 'testautomation')
-rwxr-xr-x | testautomation/chart2/optional/includes/ch2_lvl1a.inc | 13 | ||||
-rw-r--r-- | testautomation/chart2/optional/includes/wizard/ch2_lvl1_wizard.inc | 11 |
2 files changed, 14 insertions, 10 deletions
diff --git a/testautomation/chart2/optional/includes/ch2_lvl1a.inc b/testautomation/chart2/optional/includes/ch2_lvl1a.inc index e012dd0253c8..e7154d3820cf 100755 --- a/testautomation/chart2/optional/includes/ch2_lvl1a.inc +++ b/testautomation/chart2/optional/includes/ch2_lvl1a.inc @@ -174,10 +174,15 @@ testcase tChartShapes printlog " Verify that the drawbar is visible" Kontext "DrawBar" - qaerrorlog "#i107003# disabled because of bug in toolbars" - ' if Not DrawBar.Exists then - ' Call hToolbarSelect("Drawing", true) - ' endif + if Not DrawBar.Exists then + warnlog "Drawbar is not enabled" + Kontext "DocumentCalc" + DocumentCalc.TypeKeys "<Escape>" + printlog " Close document" + Call hCloseDocument + goto endsub +' Call hToolbarSelect("Drawing", true) + endif printlog " Insert a shape to the chart by <STRG-RETURN>" Kontext "DocumentChart" diff --git a/testautomation/chart2/optional/includes/wizard/ch2_lvl1_wizard.inc b/testautomation/chart2/optional/includes/wizard/ch2_lvl1_wizard.inc index 357fa89c4393..142e588d0079 100644 --- a/testautomation/chart2/optional/includes/wizard/ch2_lvl1_wizard.inc +++ b/testautomation/chart2/optional/includes/wizard/ch2_lvl1_wizard.inc @@ -199,7 +199,7 @@ testcase tCreateNew3DChart endif printlog "Check that 3D look is 'simple' (=default)" if Scheme3D.GetSelIndex <> 1 then - warnlog "#i112522# - Default 3D Look ('simple') has not been preserved after save and reload." + warnlog "Default 3D Look ('simple') has not been preserved after save and reload." endif printlog "Check that 3D shape 'cone' is selected" if BarColumnShape.GetSelIndex <> 3 Then @@ -222,7 +222,7 @@ testcase tCreateNew3DChart warnlog "Data range wasn't correctly preserved after save and reload and does not caontain $A$2:$E$13." endif if instr ( sControlString , "$A$17:$E$17" ) = 0 Then - warnlog "#i72241# - Data range wasn't correctly preserved after save and reload and does not contain $A$17:$E$17." + warnlog "Data range wasn't correctly preserved after save and reload and does not contain $A$17:$E$17." endif printlog "Check that radio button 'rows' is checked" if NOT Rows.IsChecked then @@ -238,7 +238,7 @@ testcase tCreateNew3DChart endif printlog "Check that 'First column as label' checkbox is checked." if NOT FirstColumnAsLabel.IsChecked then - warnlog "#i72241# - Check box 'First column as label' (enabled) wasn't preserved after save and reload." + warnlog "Check box 'First column as label' (enabled) wasn't preserved after save and reload." endif else warnlog "Tab page 'Data Range' not visible!" @@ -260,7 +260,7 @@ testcase tCreateNew3DChart sControlString = RangeFor.GetText printlog "'Range for name' is: " & sControlString if instr ( sControlString , "$A$17" ) = 0 Then - warnlog "#i72241# - 'Range for name' wasn't correctly preserved after save and reload." + warnlog "'Range for name' wasn't correctly preserved after save and reload." else printlog "Select 'Y-Values' in Data Ranges list on the right." if fSetListBoxByItem ( DataRanges , 2 ) > 0 then @@ -546,7 +546,6 @@ testcase tCreateNewLineChart FormatDataRanges printlog "Switch to tab page Data Series" Kontext - Active.SetPage TabFormatDataRangesDataRange 'Due to bug #i77237# the tabpage has to be switched once before 'OK' or 'Cancel' can be used Active.SetPage TabFormatDataRangesDataSeries Kontext "TabChartTypeDataSeries" if TabChartTypeDataSeries.Exists(2) then @@ -867,7 +866,7 @@ testcase tCreateNewBubbleChart warnlog "Data range wasn't correctly preserved after save and reload: $A$19" endif if instr ( sControlString , "$B$13:$C$16" ) = 0 Then - QAErrorlog "#i100780#Data range wasn't correctly preserved after save and reload: $B$13:$C$16" + QAErrorlog "Data range wasn't correctly preserved after save and reload: $B$13:$C$16" endif if instr ( sControlString , "$C$12" ) = 0 Then warnlog "Data range wasn't correctly preserved after save and reload: $E$1:$F$13" |