summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRegina Henschel <rb.henschel@t-online.de>2011-06-23 18:34:06 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-06-23 18:34:06 +0300
commit4dd008c96b382fa221594626dd5ac2620cd4a763 (patch)
tree92dec987af45cee9c9e977e8b2bdd8231ea365ca
parent601dbcbe25cb01aed249f7828d0acba3318c25cf (diff)
Adapt texts to new B-spline implementation
-rw-r--r--testautomation/chart2/optional/includes/wizard/ch2_lvl1_wizard.inc6
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 357fa89c4..71897c2d8 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