diff options
author | Thorsten Bosbach <tbo@OpenOffice.org> | 2010-07-05 13:12:32 +0200 |
---|---|---|
committer | Thorsten Bosbach <tbo@OpenOffice.org> | 2010-07-05 13:12:32 +0200 |
commit | 723f3864d4832c430c8f1f0db5ee95afbd705f9d (patch) | |
tree | 2ef5e5dde88d8a38ad3368cd266fcb2ae9696e28 /testautomation/math/optional | |
parent | cbf512102c009e4ba6096286a744d59281af4e60 (diff) |
#i64504# enabled autotest again for this fixed issue
Diffstat (limited to 'testautomation/math/optional')
-rwxr-xr-x[-rw-r--r--] | testautomation/math/optional/includes/m_105.inc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/testautomation/math/optional/includes/m_105.inc b/testautomation/math/optional/includes/m_105.inc index 3bfac36f6f25..8c0bdf773050 100644..100755 --- a/testautomation/math/optional/includes/m_105.inc +++ b/testautomation/math/optional/includes/m_105.inc @@ -487,8 +487,6 @@ testcase tToolsCatalog endcase testcase tToolsCatalogNew - qaerrorlog "#i64504# Symbol set name is not saved on exiting OOo" -goto endsub dim i, j as integer dim sTemp as string dim iStartingSymbolSetCount as integer @@ -626,7 +624,7 @@ goto endsub SymbolSet.select "" endcatch i = Symbol.getItemCount - if i <> 1 then + if i < 2 then warnlog "Symbol not available in new Symbolset: intsead of 1: " + i endif SymbolSet.setText "TBOnewSymbolSetdelete" |