summaryrefslogtreecommitdiff
path: root/testautomation
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2009-02-16 08:01:53 +0000
committerOliver Bolte <obo@openoffice.org>2009-02-16 08:01:53 +0000
commitcfe204d1d6726ac3194148d9abec8403edef5a22 (patch)
tree90556cddca161ec493e7701bf03b6baae592ef5a /testautomation
parentdcac1c5864f4539314add20862262ed83193a0db (diff)
CWS-TOOLING: integrate CWS macwebdav
2009-01-28 14:25:50 +0100 jsk r267058 : i98529 2009-01-26 13:24:52 +0100 hro r266918 : #i81536# Check for MacOsX file system locking capabilities
Diffstat (limited to 'testautomation')
-rwxr-xr-xtestautomation/framework/required/includes/script_organizers.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/testautomation/framework/required/includes/script_organizers.inc b/testautomation/framework/required/includes/script_organizers.inc
index 044764fb9899..725fd9638a17 100755
--- a/testautomation/framework/required/includes/script_organizers.inc
+++ b/testautomation/framework/required/includes/script_organizers.inc
@@ -43,9 +43,9 @@ testcase tUpdtScriptCount
dim aScriptCount( SCRIPTING_DIALOGS )
aScriptCount( 1 ) = 10
aScriptCount( 2 ) = 14
- aScriptCount( 3 ) = 10 : if ( gtSysName = "Mac OS X" ) then aScriptCount( 3 ) = 3
+ aScriptCount( 3 ) = 10
aScriptCount( 4 ) = 585
- aScriptCount( 5 ) = 601 : if ( gtSysName = "Mac OS X" ) then aScriptCount( 5 ) = 598
+ aScriptCount( 5 ) = 601
dim iCurrentDialog as integer
dim iCurrentScriptCount as integer