diff options
Diffstat (limited to 'testautomation')
-rwxr-xr-x | testautomation/graphics/optional/g_spellcheck.bas | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testautomation/graphics/optional/g_spellcheck.bas b/testautomation/graphics/optional/g_spellcheck.bas index f8a8eb6c0668..bf49f64329b5 100755 --- a/testautomation/graphics/optional/g_spellcheck.bas +++ b/testautomation/graphics/optional/g_spellcheck.bas @@ -42,13 +42,15 @@ sub main use "graphics\optional\includes\global\g_spellcheck.inc" hSetLocaleStrings ( gTesttoolPath + "graphics\tools\locale_1.txt" , glLocale () ) - PrintLog "-------------------------" + gApplication + "-------------------" + PrintLog "-------------------------" + gApplication + "-------------------" + call tiToolsSpellcheckError call tiToolsSpellcheckCheck_AlwaysIgnore call tiToolsSpellcheckCheck_Change call tiToolsSpellcheckCheck_ChangeAll gApplication = "DRAW" PrintLog "-------------------------" + gApplication + "-------------------" + call tiToolsSpellcheckError call tiToolsSpellcheckCheck_AlwaysIgnore call tiToolsSpellcheckCheck_Change call tiToolsSpellcheckCheck_ChangeAll |