- From: Clark, John <CLARKJ2@ccf.org>
- Date: Wed, 23 May 2007 09:16:06 -0400
- To: public-grddl-wg@w3.org
- Message-ID: <F122C25B4CD6F34BB119A97593679601027CA896@CCHSCLEXMB59.cc.ad.cchs.net>
> > * ACTION: jjc to implement htmlbase1. > > * ACTION: jjc to turn "fails" into passes on > GRDDL.py and > > rebuild test-results, bonus points for Raptor. > > These were both actions for me, although as of right now I > haven't yet had a chance to work on them. And now I have. I modified `GRDDL.py` to fix one bug and I modified `testft.py` to include EARL `notApplicable` assertions when a client fails a test but passes a second test that is an alternative of the first. Note that this method of asserting `notApplicable` is different from the one Jeremy is using. These changes are included in the file `GRDDL.py-fixes_2007-05-22.diff`, which should be one of three files attached to this email. The file `GRDDL.py-EARL_2007-05-22.rdf` contains the EARL results for `GRDDL.py` (run under the `testft.py` driver after applying this patch), and the file `GRDDL-testing-summary_2007-05-22.html` contains the output from `earlsum.py`, which incorporates Jeremy's latest EARL report for Jena[0]. It does not contain the latest Raptor results because they use the test URIs from prior to the WG's decision on the normative URIs for tests[1]. I could have done a global search-and-replace, but that just seemed wrong. To generate these materials, here is a summary of the commands I executed: # From the `td` directory, with Python 2.5, 4Suite CVS, and # RDFLib 2.4.0... # Regenerate the test manifest from the test specification itself. $ 4xslt grddl-tests.html aboutTests.xsl > grddl-tests.rdf # Run GRDDL.py under the test harness. $ python testft.py \ --project http://www.w3.org/2001/sw/grddl-wg/td/GRDDLpy \ -r "python GRDDL.py --debug --zone=http://www.w3" \ grddl-tests.rdf > results/GRDDL.py_2007-05-22.rdf # Generate the summary, assuming the Jena results are in # the specified location... $ python earlsum.py grddl-tests.rdf GRDDLpy.rdf \ results/jena_2007-05-17.rdf \ results/GRDDL.py_2007-05-22.rdf \ > results/summary_2007-05-22.html If the WG agrees with my changes, then I claim victory on these actions. If not, well, this is at least a starting point. [0] http://lists.w3.org/Archives/Public/public-grddl-wg/2007May/att-0040/jen a-grddl-earl.rdf [1] http://lists.w3.org/Archives/Public/public-grddl-wg/2007Apr/att-0014/04- grddl-wg-minutes.html#item13 Take care, John L. Clark =================================== Cleveland Clinic is ranked one of the top 3 hospitals in America by U.S.News & World Report. Visit us online at http://www.clevelandclinic.org for a complete listing of our services, staff and locations. Confidentiality Note: This message is intended for use only by the individual or entity to which it is addressed and may contain information that is privileged, confidential, and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient or the employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and destroy the material in its entirety, whether electronic or hard copy. Thank you.
Attachments
- text/html attachment: GRDDL-testing-summary_2007-05-22.html
- application/octet-stream attachment: GRDDL.py-EARL_2007-05-22.rdf
- application/octet-stream attachment: GRDDL.py-fixes_2007-05-22.diff
Received on Wednesday, 23 May 2007 13:16:29 UTC