Re: Crazy Ivan can now generate EARL Reports

Dan Connolly wrote:
> On Mon, 2008-03-31 at 09:07 +0200, Hausenblas, Michael wrote:
>> Thanks Manu! Looking great to me. Maybe DanC has some further comments?
> 
> Is there a specific question directed to me? I tend to get
> confused by top-posting.

Specific question: Do you see anything wrong or out of place with the
attached EARL report? Is there any information that is missing?

-- manu

-- 
Manu Sporny
President/CEO - Digital Bazaar, Inc.
blog: RDFa Basics (video)
http://blog.digitalbazaar.com/2008/01/07/rdfa-basics
<rdf:RDF xmlns:earl="http://www.w3.org/ns/earl#"
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:foaf="http://xmlns.com/foaf/0.1/">

<earl:Software rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness">
 <dc:title>Crazy Ivan</dc:title>
 <dc:description>The W3C RDFa Test Harness</dc:description>
 <foaf:homepage rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness" />
</earl:Software>

<earl:TestCase 
rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0095">
 <dc:title>Test Case #95</dc:title>
 <dc:description>No triples with two nested @rel</dc:description>
</earl:TestCase>
<earl:Assertion 
rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-95">
 <earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
 <earl:subject rdf:resource="http://www.w3.org/2007/08/pyRdfa/extract?uri="/>
 <earl:test 
rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0095"/>
 <earl:result rdf:parseType="Resource">
  <rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
  <earl:outcome rdf:resource="http://www.w3.org/ns/earl#pass"/>
 </earl:result>
</earl:Assertion>

<earl:TestCase 
rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0097">
 <dc:title>Test Case #97</dc:title>
 <dc:description>No triples with four nested @rel</dc:description>
</earl:TestCase>
<earl:Assertion 
rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-97">
 <earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/>
 <earl:subject rdf:resource="http://www.w3.org/2007/08/pyRdfa/extract?uri="/>
 <earl:test 
rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0097"/>
 <earl:result rdf:parseType="Resource">
  <rdf:type rdf:resource="http://www.w3.org/ns/earl#TestResult"/>
  <earl:outcome rdf:resource="http://www.w3.org/ns/earl#fail"/>
 </earl:result>
</earl:Assertion>

</rdf:RDF>

Received on Tuesday, 1 April 2008 14:47:06 UTC