summaryrefslogtreecommitdiff
path: root/testautomation/graphics/optional/includes/global/g_load_save.inc
diff options
context:
space:
mode:
authorWolfram Garten [wg] <Wolfram.Garten@oracle.com>2010-11-16 15:07:04 +0100
committerWolfram Garten [wg] <Wolfram.Garten@oracle.com>2010-11-16 15:07:04 +0100
commit50af4c7874f752ee2056de0e68b82bbbbb3fbf74 (patch)
treecf429720c0ccba044941286f661939917e6dbfac /testautomation/graphics/optional/includes/global/g_load_save.inc
parentecb0457177a87a11d900d72a35b68af332195ba1 (diff)
i115273,[Automation]: shift old documentation to new style using printlogs
Diffstat (limited to 'testautomation/graphics/optional/includes/global/g_load_save.inc')
-rw-r--r--testautomation/graphics/optional/includes/global/g_load_save.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/testautomation/graphics/optional/includes/global/g_load_save.inc b/testautomation/graphics/optional/includes/global/g_load_save.inc
index bb8044786d6d..d0d51e8337c7 100644
--- a/testautomation/graphics/optional/includes/global/g_load_save.inc
+++ b/testautomation/graphics/optional/includes/global/g_load_save.inc
@@ -83,9 +83,9 @@ testcase tFileOpenSaveEtc
Sleep 10
printlog "load document 'test1'"
hFileOpen (Dokument$ + "." + ExtensionString)
- printlog "check if the document is writable
+ printlog "check if the document is writable"
if fIsDocumentWritable = false then
- printlog "make the document writable and check if it's succesfull
+ printlog "make the document writable and check if it's succesfull"
if fMakeDocumentWritable = false then
warnlog "The document can't be make writeable. Test stopped."
goto endsub
@@ -345,7 +345,6 @@ testcase tTestDXF255CharBug
sleep 1
Kontext "GrafikEinfuegenDlg"
sleep 2
- printlog " Dateiname.SetText (ConvertPath (gTesttoolpath + "graphics\required\input\255chars.dxf"))"
Dateiname.SetText (ConvertPath (gTesttoolpath + "graphics\required\input\255chars.dxf"))
Oeffnen.Click
Sleep 2