Changeset 1166 for trunk/t/21_rdf.t
- Timestamp:
- 06/11/08 16:23:07 (7 months ago)
- Files:
-
- 1 modified
-
trunk/t/21_rdf.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/t/21_rdf.t
r1081 r1166 99 99 "sets the title correctly" ); 100 100 101 like( $rdfxml, qr| <foaf:Person rdf:ID="Kake">|,101 like( $rdfxml, qr|id=Kake;format=rdf#obj"|, 102 102 "last username to edit used as contributor" ); 103 like( $rdfxml, qr| <foaf:Person rdf:ID="Anonymous">|,103 like( $rdfxml, qr|id=Anonymous;format=rdf#obj"|, 104 104 "... as well as previous usernames" ); 105 105
