diff options
author | Oliver Craemer [oc] <oliver.craemer@oracle.com> | 2010-11-15 10:50:20 +0100 |
---|---|---|
committer | Oliver Craemer [oc] <oliver.craemer@oracle.com> | 2010-11-15 10:50:20 +0100 |
commit | f1c428c560e2b0e3abee2e5d53685711165da1cd (patch) | |
tree | 7096d0d0a3158de2f4b8b3192baed843fe642b3a /testautomation/spreadsheet | |
parent | fd8af45f19e3d0acc4887f3b07239875485647b5 (diff) |
#i115582# [c_updt1.bas] reenabling special handling for Linux in tFileRecentDocuments
Diffstat (limited to 'testautomation/spreadsheet')
-rw-r--r-- | testautomation/spreadsheet/required/includes/c_upd_filemenu.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testautomation/spreadsheet/required/includes/c_upd_filemenu.inc b/testautomation/spreadsheet/required/includes/c_upd_filemenu.inc index ea8efd09dd2c..38c25d41bde5 100644 --- a/testautomation/spreadsheet/required/includes/c_upd_filemenu.inc +++ b/testautomation/spreadsheet/required/includes/c_upd_filemenu.inc @@ -358,10 +358,10 @@ endcase testcase tFileRecentDocuments -'if gPlatform = "lin" then -' warnlog "#110649# Due to bug this testcase is not available" -' goto endsub -'end if +if gPlatform = "lin" then + warnlog "#110649# Due to bug this testcase is not available" + goto endsub +end if dim sTestFile as string |