Issue Details (XML | Word | Printable)

Key: SFOS-1054
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Steve Loughran
Reporter: Steve Loughran
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
SmartFrog

improve testcase selection in common.xml

Created: 13/Jan/09 03:38 PM (GMT)   Updated: 13/Jan/09 03:38 PM (GMT)
Component/s: build process, testharness
Affects Version/s: 3.17.010
Fix Version/s: 3.17.010

Time Tracking:
Not Specified

Compatibility: may break builds or test process


 Description  « Hide
I want to copy an idea from hadoop. currently we use the testcase property to be the fully qualified : -Dtestcase=org.smartfrog.something.TestCaseName

We could change it to only go on the TestCaseName value;

Advantage: easier to run a test given only the name.
Disadvantage: if tests in two packages have the same name, both get run

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Steve Loughran added a comment - 13/Jan/09 03:38 PM (GMT)
done!