summaryrefslogtreecommitdiff
path: root/testautomation/framework/optional/includes/extras_table_autoformat.inc
diff options
context:
space:
mode:
Diffstat (limited to 'testautomation/framework/optional/includes/extras_table_autoformat.inc')
-rwxr-xr-x[-rw-r--r--]testautomation/framework/optional/includes/extras_table_autoformat.inc11
1 files changed, 3 insertions, 8 deletions
diff --git a/testautomation/framework/optional/includes/extras_table_autoformat.inc b/testautomation/framework/optional/includes/extras_table_autoformat.inc
index 2de2c491c528..7ecb2ce9bf30 100644..100755
--- a/testautomation/framework/optional/includes/extras_table_autoformat.inc
+++ b/testautomation/framework/optional/includes/extras_table_autoformat.inc
@@ -25,7 +25,7 @@
'
'/************************************************************************
'*
-'* owner : joerg.skottke@sun.com
+'* owner : joerg.skottke@oracle.com
'*
'* short description : Test the autoformat-feature for tables
'*
@@ -39,8 +39,7 @@ testcase tAutoformatTable( iApp as integer )
endif
- dim al_UI_formats( 1000 ) as string
- al_UI_formats( 0 ) = "0"
+ dim al_UI_formats( 1000 ) as string : al_UI_formats( 0 ) = "0"
dim iFormatCount as integer
dim iCurrentFormat as integer
@@ -113,11 +112,7 @@ testcase tAutoformatTable( iApp as integer )
hDestroyDocument()
irc = hManageComparisionList( sFileIn, sFileOut, al_UI_formats() )
- if ( irc <> 0 ) then
- warnlog( "The list of table autoformats has changed, please review." )
- else
- printlog( "The list of table autoformats is unchanged. Good." )
- endif
+ hListResultEvaluation( irc , 0 )
endcase