Ignore:
Timestamp:
Jul 17, 2011, 8:48:59 PM (14 years ago)
Author:
cla
Message:

rdfint

  • added code to unitest for RDF Test Cases

-- implemented _reIdentifyBlankNode() to unify blank nodes. This eliminates the problem that blank nodes get different identifiers, leading to comparison errors
-- added _writeErrorData to write source and result data if testcase fails (NOTE: data gets not cleaned up!!!)

  • testcases 'rdf-element-not-mandatory/test001' and 'rdfms-uri-substructure/test001' from RDFTESTCASES_FAIL to RDFTESTCASES
File:
1 edited

Legend:

Unmodified
Added
Removed
  • php/trunk/unittest/makefile

    r54 r57  
    2727datatypes/test001 \
    2828datatypes/test002 \
     29rdf-element-not-mandatory/test001 \
    2930rdfms-reification-required/test001 \
     31rdfms-uri-substructure/test001 \
    3032rdfms-xmllang/test001 \
    3133rdfms-xmllang/test002 \
     
    4244# failing tescases, to be examined by maintainer
    4345RDFTESTCASES_FAIL= \
    44 rdf-element-not-mandatory/test001 \
    45 rdfms-uri-substructure/test001 \
    4646xml-canon/test001 \
    4747rdf-charmod-literals/test001 \
Note: See TracChangeset for help on using the changeset viewer.