summaryrefslogtreecommitdiff
path: root/testautomation/spreadsheet/optional/includes/solver/c_solver.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/spreadsheet/optional/includes/solver/c_solver.inc')
-rw-r--r--testautomation/spreadsheet/optional/includes/solver/c_solver.inc8
1 files changed, 2 insertions, 6 deletions
diff --git a/testautomation/spreadsheet/optional/includes/solver/c_solver.inc b/testautomation/spreadsheet/optional/includes/solver/c_solver.inc
index ba0e77d155be..74db821e9275 100644
--- a/testautomation/spreadsheet/optional/includes/solver/c_solver.inc
+++ b/testautomation/spreadsheet/optional/includes/solver/c_solver.inc
@@ -43,9 +43,7 @@ testcase tExampleCalculation
sDecimalseperator = GetDecimalSeperator
printlog " Open testdocument 'gTesttoolPath + spreadsheet\optional\input\Solver_testdoc01.ods'"
- Call hFileOpen (Convertpath (gTesttoolPath + "spreadsheet\optional\input\Solver_testdoc01.ods" ))
- printlog " If the file is not editable, click the edit button on standardbar"
- Call sMakeReadOnlyDocumentEditable
+ hFileOpenLocally( gTesttoolPath & "spreadsheet\optional\input\Solver_testdoc01.ods" )
printlog " Tools - Solver"
ToolsSolver
Kontext "Solver"
@@ -148,9 +146,7 @@ endcase
testcase tExampleCalculation2
printlog " Open testdocument 'gTesttoolPath + spreadsheet\optional\input\stest_large.ods'"
- Call hFileOpen (Convertpath (gTesttoolPath + "spreadsheet\optional\input\stest_large.ods" ))
- printlog " If the file is not editable, click the edit button on standardbar"
- Call sMakeReadOnlyDocumentEditable
+ hFileOpenLocally( gTesttoolPath & "spreadsheet\optional\input\stest_large.ods" )
printlog " Tools - Solver"
ToolsSolver
Kontext "Solver"