Issue 167: Refactor how "Resources" work: get rid of all the workspace lookup junk and convert to Resource Adaptors
Status:  Fixed
Owner:
Closed:  Dec 2009
Cc:
Project Member Reported by marc.es...@gmail.com, Dec 12, 2009
start eclipse in -debug mode

1) Create a new empty project
2) link a network folder
3) set a custom remotefacade URL
4) run the test

you'll see that the remotefacade url is ignored, and in the error log
you'll see information about null resources.

The way to solve this is in TestSuiteCreator itself... when it gathers a
test, have it set the Resource object into the TestCase itself. This way,
RemoteCallCreator and its brethren can just ask the Test Element for its
corresponding resource rather than looking up the resource based on the
file path

This should solve the linked folder problem and, one hopes, all of the
other "null resource" problems that some people have been having

Dec 12, 2009
Project Member #1 marc.es...@gmail.com
this is now fixed
Status: Fixed