summaryrefslogtreecommitdiff
path: root/testautomation/framework/optional/includes/filedlg_reserved_names_unix.inc
diff options
context:
space:
mode:
authorskotti <skotti@wintermute>2009-10-20 15:33:57 +0200
committerskotti <skotti@wintermute>2009-10-20 15:33:57 +0200
commit79219f9a940386feac6de1682af2b67ae4add46a (patch)
tree2c8f7e9927429f1d336d68f83245ef410e0183c8 /testautomation/framework/optional/includes/filedlg_reserved_names_unix.inc
parent45a6861fee26ee451e16908e0a7f334d82b5b2e8 (diff)
#i106016# - Cloned changes from CWS automation320m2
Diffstat (limited to 'testautomation/framework/optional/includes/filedlg_reserved_names_unix.inc')
-rwxr-xr-xtestautomation/framework/optional/includes/filedlg_reserved_names_unix.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/testautomation/framework/optional/includes/filedlg_reserved_names_unix.inc b/testautomation/framework/optional/includes/filedlg_reserved_names_unix.inc
index a414101cfa4b..e84eff3f328f 100755
--- a/testautomation/framework/optional/includes/filedlg_reserved_names_unix.inc
+++ b/testautomation/framework/optional/includes/filedlg_reserved_names_unix.inc
@@ -39,9 +39,10 @@
testcase tSaveReservedNamesUNIX()
+ printlog( "Names that are reserved on WINDOWS but are OK on UNIX" )
if ( gPlatGroup = "w95" ) then
- printlog( "Test not relevant for Unix(like)"
+ printlog( "Test not relevant for Windows/DOS family of OSes" )
goto endsub
endif
@@ -53,7 +54,6 @@ testcase tSaveReservedNamesUNIX()
printlog( "" )
printlog( "Document Type is: " & hNumericDocType( iCurrentDocType ) )
- printlog( "Names that are reserved on WINDOWS but are OK on UNIX" )
irc = hSaveLoadDelSuccess( "NUL" , true )
if ( irc <> 0 ) then warnlog( "failed" )