diff options
author | Regina Henschel <rb.henschel@t-online.de> | 2011-06-23 18:34:06 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-06-23 18:34:06 +0300 |
commit | dac805e3be9c8017bbdb083e8e98819ad4b2a885 (patch) | |
tree | 15e5aef3a5f761797c0dafb8cc5ddfae454ba019 /testautomation | |
parent | a701035d7bcb5fb4b03e38fb7dc400956ffe7830 (diff) |
Adapt texts to new B-spline implementation
Diffstat (limited to 'testautomation')
-rw-r--r-- | testautomation/chart2/optional/includes/wizard/ch2_lvl1_wizard.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testautomation/chart2/optional/includes/wizard/ch2_lvl1_wizard.inc b/testautomation/chart2/optional/includes/wizard/ch2_lvl1_wizard.inc index 357fa89c4393..71897c2d8746 100644 --- a/testautomation/chart2/optional/includes/wizard/ch2_lvl1_wizard.inc +++ b/testautomation/chart2/optional/includes/wizard/ch2_lvl1_wizard.inc @@ -416,7 +416,7 @@ testcase tCreateNewLineChart BSpline.check printlog "Set Resolution to 33" Resolution.SetText "33" - printlog "et Data Points Order to 5" + printlog "et Degree of polynomials to 5" DataPointsOrder.SetText "5" printlog "Close 'Smooth Lines' dialog" if fCloseSmoothLinePropertiesOK() > 0 then @@ -524,9 +524,9 @@ testcase tCreateNewLineChart if Resolution.GetText <> "33" then warnlog "Value for Resolution '33' wasn't preserved after save and reload." endif - printlog "Check if 'Data Points Order' has value '5'" + printlog "Check if 'Degree of polynomials' has value '5'" if DataPointsOrder.GetText <> "5" then - warnlog "Value for Data Points Order '5' wasn't preserved after save and reload." + warnlog "Value for Degree of polynomials '5' wasn't preserved after save and reload." endif printlog "Close 'Smooth Lines' dialog" if fCloseSmoothLinePropertiesOK() > 0 then |