Ticket #221 (closed defect: fixed)

Opened 7 months ago

Last modified 4 months ago

Resources Path Problem

Reported by: wmartinez Owned by:
Priority: blocker Milestone: verify
Version: 5.2 Keywords:
Cc:

Description (last modified by fcohen) (diff)

There is one problem that seems with to be related to the path system:

<resources>
    <soapui path="C:\MySOAPUI.xml"/>
</resources>

Usually in TestMaker you can only use /. Now this is no longer acceptable. TestMaker should accept “/” and “\” and the file system defined separator.

Also it seems that in Windows there are problems with the colon symbol “:”. It seems that TestMaker understand the path with the colon as an URL and not as a valid file path. TestMaker should understand the path with the colon a valid file path.

Change History

Changed 7 months ago by fcohen

  • priority changed from critical to blocker

Changed 7 months ago by mvillalobos

  • milestone set to verify

If XMLReader knows that a resource is a file, it adds the prefix "file:///" so it can be correctly parsed as a URL. It also makes sure that the File Separator will be the correct.

Changed 6 months ago by fcohen

  • description modified (diff)

Changed 4 months ago by fcohen

  • status changed from new to closed
  • resolution set to fixed

Confirmed on Windows XP. Fixed. -Frank

Note: See TracTickets for help on using tickets.