summaryrefslogtreecommitdiff
path: root/testautomation/graphics/optional/g_area.bas
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/graphics/optional/g_area.bas')
-rwxr-xr-xtestautomation/graphics/optional/g_area.bas4
1 files changed, 2 insertions, 2 deletions
diff --git a/testautomation/graphics/optional/g_area.bas b/testautomation/graphics/optional/g_area.bas
index ab8ba3ee2436..99fe74639b9d 100755
--- a/testautomation/graphics/optional/g_area.bas
+++ b/testautomation/graphics/optional/g_area.bas
@@ -47,7 +47,7 @@ sub main
Call tiFormatArea
Call tdFormatArea1
- gApplication = "Draw"
+ gApplication = "DRAW"
PrintLog "-------------------------" + gApplication + "-------------------"
Call tiFormatArea
Call tdFormatArea1
@@ -58,6 +58,6 @@ end sub
sub LoadIncludeFiles
use "global\system\includes\master.inc"
use "global\system\includes\gvariabl.inc"
- gApplication = "Impress"
+ gApplication = "IMPRESS"
Call GetUseFiles
end sub