From 723f3864d4832c430c8f1f0db5ee95afbd705f9d Mon Sep 17 00:00:00 2001 From: Thorsten Bosbach Date: Mon, 5 Jul 2010 13:12:32 +0200 Subject: #i64504# enabled autotest again for this fixed issue --- testautomation/math/optional/includes/m_105.inc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) mode change 100644 => 100755 testautomation/math/optional/includes/m_105.inc (limited to 'testautomation/math/optional/includes/m_105.inc') diff --git a/testautomation/math/optional/includes/m_105.inc b/testautomation/math/optional/includes/m_105.inc old mode 100644 new mode 100755 index 3bfac36f6f25..8c0bdf773050 --- 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" -- cgit