[Libreoffice-commits] .: testautomation/chart2

Tor Lillqvist tml at kemper.freedesktop.org
Thu Jun 23 08:48:26 PDT 2011


 testautomation/chart2/optional/includes/wizard/ch2_lvl1_wizard.inc |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 4dd008c96b382fa221594626dd5ac2620cd4a763
Author: Regina Henschel <rb.henschel at t-online.de>
Date:   Thu Jun 23 18:34:06 2011 +0300

    Adapt texts to new B-spline implementation

diff --git a/testautomation/chart2/optional/includes/wizard/ch2_lvl1_wizard.inc b/testautomation/chart2/optional/includes/wizard/ch2_lvl1_wizard.inc
index 357fa89..71897c2 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


More information about the Libreoffice-commits mailing list