Kaydet (Commit) e1bfef17 authored tarafından Joerg Skottke [jsk]'s avatar Joerg Skottke [jsk]

automationooo330m3: #i110184# - Document load fails when loaded via API. Real…

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.
üst 1e183615
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment