summaryrefslogtreecommitdiff
path: root/testautomation/math
diff options
context:
space:
mode:
authorThorsten Bosbach <tbo@OpenOffice.org>2010-07-02 19:57:18 +0200
committerThorsten Bosbach <tbo@OpenOffice.org>2010-07-02 19:57:18 +0200
commitfbd74e955db0de5e72bc7014808fc85006b31a2a (patch)
treeebb0bd5b4adeefcaa2a9faaacdedd1f017b5ca28 /testautomation/math
parent06c3be9d33f2b1bd5fe15978f066ac1be401da5e (diff)
#i112895# regression in math with passwords
Diffstat (limited to 'testautomation/math')
-rwxr-xr-xtestautomation/math/optional/includes/m_101_.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/testautomation/math/optional/includes/m_101_.inc b/testautomation/math/optional/includes/m_101_.inc
index 2fc34b5c1f01..254dfc3b2eed 100755
--- a/testautomation/math/optional/includes/m_101_.inc
+++ b/testautomation/math/optional/includes/m_101_.inc
@@ -280,7 +280,11 @@ testcase tFilePassword
printlog " Check: (" + i + "/" + x +"): " +sTemp
if Passwort.isEnabled then
if NOT((instr(sTemp,gMathFilter) = 1)OR(instr(sTemp," (.sxm)") > 1)) then
- warnlog "(" + i + "/" + x +"): '"+sTemp+"' Password Checkbox: Enabled"
+ if (4=i) then
+ warnlog "#i112895# (" + i + "/" + x +"): '"+sTemp+"' Password Checkbox: Enabled"
+ else
+ warnlog "(" + i + "/" + x +"): '"+sTemp+"' Password Checkbox: Enabled"
+ endif
endif
else
if (instr(sTemp,gMathFilter) = 1)OR(instr(sTemp," (.sxm)") > 1) then