Changeset 1166 for trunk/t

Show
Ignore:
Timestamp:
06/11/08 16:23:07 (7 months ago)
Author:
earle
Message:

Link dc:contributor items in RDF output to actual URIs that exist in our system; closes #250.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/t/21_rdf.t

    r1081 r1166  
    9999    "sets the title correctly" ); 
    100100 
    101 like( $rdfxml, qr|<foaf:Person rdf:ID="Kake">|, 
     101like( $rdfxml, qr|id=Kake;format=rdf#obj"|, 
    102102    "last username to edit used as contributor" ); 
    103 like( $rdfxml, qr|<foaf:Person rdf:ID="Anonymous">|, 
     103like( $rdfxml, qr|id=Anonymous;format=rdf#obj"|, 
    104104    "... as well as previous usernames" ); 
    105105