- From: Martin McEvoy <martin@weborganics.co.uk>
- Date: Fri, 08 Aug 2008 12:55:23 +0100
- To: Fabien Gandon <Fabien.Gandon@sophia.inria.fr>
- CC: "Hausenblas, Michael" <michael.hausenblas@joanneum.at>, public-rdf-in-xhtml-tf@w3.org
Hey Fabien Fabien Gandon wrote: > Martin, > > I can't be sure but according to the test an empty RDF/XML document > is produced which *could *be the result of a tidying that removed too > much things. > TC 26 is here > http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/0026.xhtml > it contains <span about="http://internet-apps.blogspot.com/" > property="dc:creator" content="Mark Birbeck" /> > may be the empty <span /> or at least one attribute was removed by Tidy... This was indeed the problem tidy was removing <span about="http://internet-apps.blogspot.com/" property="dc:creator" content="Mark Birbeck" /> I ran the test With tidy disabled and it test 26 passes... <earl:TestCase rdf:about="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0026"> <dc:title>Test Case #26</dc:title> <dc:description>@content</dc:description> </earl:TestCase> <earl:Assertion rdf:about="http://rdfa.digitalbazaar.com/rdfa-test-harness#unit-test-assertion-26"> <earl:assertedBy rdf:resource="http://rdfa.digitalbazaar.com/rdfa-test-harness"/> <earl:subject rdf:resource="http://transformr.co.uk/rdfa/"/> <earl:test rdf:resource="http://www.w3.org/2006/07/SWD/RDFa/testsuite/xhtml1-testcases/Test0026"/> <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> I will work on a fix later today sorry for the issues :-) Best Wishes Martin McEvoy > > Cheers, > > Martin McEvoy a écrit : >> Fabien Gandon wrote: >>> >>> The only difference with my JUnit tests is a Failure at case 26 and >>> I am having a hard time understanding why it fails in the harness >>> while it works locally on my machine. >>> >> Hello Fabien >> >> Could this issue be caused by Tidy?, Transformr uses PHP tidy for all >> input documents, converts to xhtml, utf8 and then parses. >> >> >> Thanks >> >> Martin McEvoy > > -- > Fabien - http://ns.inria.fr/fabien.gandon/
Received on Friday, 8 August 2008 11:56:04 UTC