Changed testcases to use resource files stored in the test java package, rather than relying them to be on the filesystem. Anyone should now be able to run the test, rather than needed to set their PC up manually.
Changed testcases to use resource files stored in the test java package, rather than relying them to be on the filesystem. Anyone should now be able to run the test, rather than needed to set their PC up manually.
Added setAsDefineLater and setAsRunOffline to ToolContentManager interface, and added code in the tool service to call these methods when content is copied (for running the service).
Added setAsDefineLater and setAsRunOffline to ToolContentManager interface, and added code in the tool service to call these methods when content is copied (for running the service).
Removed supportsGrouping field as it doesn't exist in the database. The call was commented out in the test case so it was removed Also corrected the supportsGrouping call in the testcase.