Issue Details (XML | Word | Printable)

Key: WODEN-38
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Arthur Ryman
Reporter: Lawrence Mandel
Votes: 0
Watchers: 0
Operations

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

W3C test suite tests should be extracted as a whole

Created: 27/Jun/06 12:00 PM   Updated: 11/Nov/06 09:11 PM
Return to search
Component/s: Validation
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified

Resolution Date: 11/Nov/06 09:11 PM


 Description  « Hide
The W3C test suite is currently hard coded into the Woden test suite. This test suite should be extracted as a whole before being validated. This should improve the performance of the test suite.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Arthur Ryman added a comment - 31/Oct/06 05:13 PM
I'll update the W3C test suite to be packaged as a zip that can be easily downloaded.

Ant scans the directory and runs Woden on each test file. We could use this approach instead of JUnit.

I could update our test script to extract the zip and run the Ant task.

Arthur Ryman added a comment - 11/Nov/06 09:11 PM
I updated the build script and properties to get the W3C test cases and schemas. We should use the downloads/w3c directory as the common place to get the schemas. The code is committed in r473798.