summaryrefslogtreecommitdiff
path: root/testautomation/framework/required/includes/smoketest.inc
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2008-07-10 14:39:30 +0000
committerRüdiger Timm <rt@openoffice.org>2008-07-10 14:39:30 +0000
commitcb4441793bf14923be12267954965e4d82351390 (patch)
tree937dd09cdb0dc53f73f5f434200ef961e41a473f /testautomation/framework/required/includes/smoketest.inc
parentcf530612f1a1fc6993a0402bc8501700726eaaba (diff)
INTEGRATION: CWS firsttime (1.1.4); FILE MERGED
2008/07/01 17:55:03 tbo 1.1.4.1: Issue number: i91245
Diffstat (limited to 'testautomation/framework/required/includes/smoketest.inc')
-rwxr-xr-xtestautomation/framework/required/includes/smoketest.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/testautomation/framework/required/includes/smoketest.inc b/testautomation/framework/required/includes/smoketest.inc
index e76fba2b4f34..78de3e49a535 100755
--- a/testautomation/framework/required/includes/smoketest.inc
+++ b/testautomation/framework/required/includes/smoketest.inc
@@ -8,9 +8,9 @@
'*
'* $RCSfile: smoketest.inc,v $
'*
-'* $Revision: 1.1 $
+'* $Revision: 1.2 $
'*
-'* last change: $Author: jsi $ $Date: 2008-06-16 12:19:03 $
+'* last change: $Author: rt $ $Date: 2008-07-10 15:39:30 $
'*
'* This file is part of OpenOffice.org.
'*
@@ -100,7 +100,7 @@ testcase tSmokeTest
for i = 1 to x
sTemp = LibraryTreeList.getItemText(i)
'printlog "("+i+"/"+x+"): '" + sTemp + "'"
- if (("10erTest_680"=sTemp) OR ("10ERTEST_680"=sTemp)) then
+ if (instr(sTemp,"10erTest_680")>0 OR instr(sTemp,"10ERTEST_680")) then
a = i
printlog "Found library ("+i+"/"+x+"): '" + sTemp + "'"
endif