summaryrefslogtreecommitdiff
path: root/testautomation
diff options
context:
space:
mode:
authorJoerg Skottke [jsk] <jsk@openoffice.org>2010-08-10 10:23:03 +0200
committerJoerg Skottke [jsk] <jsk@openoffice.org>2010-08-10 10:23:03 +0200
commite1bfef17e53bbb3f6749e1680be352df04e1d177 (patch)
treef0a968159e89935921e5c8c334af3f3a1c92b91a /testautomation
parent1e183615245644175a19336ec5c383d17827c539 (diff)
automationooo330m3: #i110184# - Document load fails when loaded via API. Real problem is that ConvertToURL is called twice which adds another two slashes to the URL which then again cannot be resolved by the API call. Another issue has been filed for the root cause.
Diffstat (limited to 'testautomation')
-rwxr-xr-xtestautomation/framework/optional/includes/security_macrosecurity.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/testautomation/framework/optional/includes/security_macrosecurity.inc b/testautomation/framework/optional/includes/security_macrosecurity.inc
index 2b6a05d9fcca..8d96cd000e02 100755
--- a/testautomation/framework/optional/includes/security_macrosecurity.inc
+++ b/testautomation/framework/optional/includes/security_macrosecurity.inc
@@ -57,8 +57,6 @@ testcase tMacroSecurityLevels( cFileFormat )
dim cWorkFile as string
cWorkFile = gTesttoolPath & "framework\optional\input\BasicDocs\"
cWorkFile = cWorkFile & "basic" & hGetSuffix( cFileFormat )
- cWorkFile = convertpath( cWorkFile )
- cWorkFile = convertToURL( cWorkFile )
dim iSecLevel as integer