Re: Cwm's rdf parser is too forgiving

I've gotten it down to 4.


Problems:
  I didn't get a parse error running python ../cwm.py --quiet --rdf=RT 
http://www.w3.org/2000/10/rdf-tests/rdfcore/rdf-containers-syntax-vs-schema/error001.rdf 
--ntriples  > 
,temp/rdft_rdfcore_rdf-containers-syntax-vs-schema_Manifest.rdf_error001.nt
I should have.
 
  I didn't get a parse error running python ../cwm.py --quiet --rdf=RT 
http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-abouteach/error001.rdf 
--ntriples  > ,temp/rdft_rdfcore_rdfms-abouteach_Manifest.rdf_error001.nt
I should have.
 
  I didn't get a parse error running python ../cwm.py --quiet --rdf=RT 
http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-difference-between-ID-and-about/error1.rdf 
--ntriples  > 
,temp/rdft_rdfcore_rdfms-difference-between-ID-and-about_Manifest.rdf_error1.nt
I should have.
 
  I didn't get a parse error running python ../cwm.py --quiet --rdf=RT 
http://www.w3.org/2000/10/rdf-tests/rdfcore/rdfms-rdf-id/error007.rdf 
--ntriples  > ,temp/rdft_rdfcore_rdfms-rdf-id_Manifest.rdf_error007.nt
I should have.
 
Traceback (most recent call last):
  File "retest.py", line 500, in ?
    main()
  File "retest.py", line 497, in main
    raise RuntimeError("Total %i errors in %i tests." % (len(problems), 
tests))
RuntimeError: Total 4 errors in 149 tests.



Yosi

Received on Monday, 8 November 2004 20:01:57 UTC