Test harness input xml

Currently the test harness does a simple XHR request to a text file (see source to http://test.w3.org/html/tests/harness/harness.htm).
Which is missing one key part of information - automatic or manual verification.

    http://test.w3.org/html/tests/harness/approvedtests.txt

I'm going to make a change to use 'xml' rather than plain text and add this missing information.
If you have feedback on additional information please send feedback.

-Kris

<?xml version="1.0" encoding="utf-8"?>
  <Tests>
    <Test Uri="http://test.w3.org/html/tests/approved/audio/audio_001.htm"  type='manual verification'/>
    <Test Uri="http://test.w3.org/html/tests/approved/attributes/anchor_href.htm"  type='automatic verification'/>
 </Tests>

Received on Tuesday, 27 July 2010 02:14:08 UTC