summaryrefslogtreecommitdiffstats
path: root/testautomation/math
diff options
context:
space:
mode:
authorThorsten Bosbach <tbo@openoffice.org>2011-02-02 11:03:16 +0100
committerThorsten Bosbach <tbo@openoffice.org>2011-02-02 11:03:16 +0100
commit5404b53cab99fdd392ae4dd60e1472c5accfe30f (patch)
tree38727d700690805bce63b8d36ec23f2cce2174ac /testautomation/math
parent#i116658# update issue ids and remove obsolete ones (diff)
downloadcore-5404b53cab99fdd392ae4dd60e1472c5accfe30f.tar.gz
core-5404b53cab99fdd392ae4dd60e1472c5accfe30f.zip
Fix some changed constants
Diffstat (limited to 'testautomation/math')
-rw-r--r--testautomation/math/optional/includes/m_105.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/testautomation/math/optional/includes/m_105.inc b/testautomation/math/optional/includes/m_105.inc
index 2f16f4247854..48e45c41e1cb 100644
--- a/testautomation/math/optional/includes/m_105.inc
+++ b/testautomation/math/optional/includes/m_105.inc
@@ -453,8 +453,8 @@ testcase tToolsCatalog
next j
next i
- if (listCount(lAllSymbols()) <> 106) then
- warnlog "There have to be 106 Symbols, but there are: " + listCount(lAllSymbols())
+ if (listCount(lAllSymbols()) <> 108) then
+ warnlog "There have to be 108 Symbols, but there are: " + listCount(lAllSymbols())
endif
' TODO: check sAllSymbols for not allowed characters!
listCopy(lAllSymbols(),lAllSymbolsSort())