diff options
author | Joerg Skottke [jsk] <jsk@openoffice.org> | 2010-07-22 12:52:42 +0200 |
---|---|---|
committer | Joerg Skottke [jsk] <jsk@openoffice.org> | 2010-07-22 12:52:42 +0200 |
commit | 84c8968decefff16c227fc92881b1d7424a4cb26 (patch) | |
tree | fde322fb691aa98ead948c43d641a867ecf93d81 | |
parent | a4a6b038634acb530ad01b6135d4a1ed1112a2a6 (diff) |
jl154: #i113234# provide warnlog
-rwxr-xr-x | testautomation/framework/required/includes/script_organizers.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testautomation/framework/required/includes/script_organizers.inc b/testautomation/framework/required/includes/script_organizers.inc index 81af8d54c4b0..33fb9e33f18c 100755 --- a/testautomation/framework/required/includes/script_organizers.inc +++ b/testautomation/framework/required/includes/script_organizers.inc @@ -122,7 +122,9 @@ testcase tUpdtScripts end select printlog( "Compare to reference list, create new one if differences were found" ) - hManageComparisionList( sFileIn, sFileOut, cScriptNamesList() ) + if ( hManageComparisionList( sFileIn, sFileOut, cScriptNamesList() ) <> 0 ) then + warnlog( "The number of scripts has changed. Please review!" ) + endif printlog( "Close <" & sDialog & ">" ) select case ( sDialog ) |