diff options
author | Wolfram Garten [wg] <Wolfram.Garten@oracle.com> | 2011-01-19 14:47:15 +0100 |
---|---|---|
committer | Wolfram Garten [wg] <Wolfram.Garten@oracle.com> | 2011-01-19 14:47:15 +0100 |
commit | 70a5e0a2fd9ea61a4cabcd6a84775d8ed27f8349 (patch) | |
tree | 38eb24398fcc77d7a2630ab2add6c88e546f25d7 /testautomation | |
parent | e08a0b440cf3479df0b67cc483087267bf1fae59 (diff) |
i116516: [Automation]: g_spellcheck.bas does not get into Quaste
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 |