automationdev300m87#i115106#uses hFileOpenLocally to open document

This commit is contained in:
Helge Delfs [hde] 2010-10-25 10:15:22 +02:00
parent de686c051d
commit 08c3ac4f14

View file

@ -290,7 +290,7 @@ testcase tUndoSpellcheck
'/// <B>Spellcheck(Autocheck/Spellcheck)</B> '/// <B>Spellcheck(Autocheck/Spellcheck)</B>
printlog "- Spellcheck: Autocheck" printlog "- Spellcheck: Autocheck"
'/// new document /// '/// new document ///
hfileOpen (gTesttoolpath + "writer\optional\input\undo\spellcheck_undo.odt") Call hfileOpenLocally (gTesttoolpath + "writer\optional\input\undo\spellcheck_undo.odt")
'/// Type "This is a testp<End>" '/// Type "This is a testp<End>"
Call wTypeKeys ( "<End>" ) 'This is a testp Call wTypeKeys ( "<End>" ) 'This is a testp