Author: dom Date: 2006-03-05 21:40:46 +0000 (Sun, 05 Mar 2006) New Revision: 745
Modified: trunk/t/21_rdf.t Log: Sigh, and the rest. References #66
Modified: trunk/t/21_rdf.t =================================================================== --- trunk/t/21_rdf.t 2006-03-05 21:39:17 UTC (rev 744) +++ trunk/t/21_rdf.t 2006-03-05 21:40:46 UTC (rev 745) @@ -66,9 +66,9 @@
like( $rdfxml, qr|<?xml version="1.0"?>|, "RDF is encoding-neutral" );
- like( $rdfxml, qr|dc:titleBloomsbury</foaf:name>|, + like( $rdfxml, qr|dc:titleBloomsbury</dc:title>|, "finds the first locale" ); - like( $rdfxml, qr|dc:titleSt Pancras</foaf:name>|, + like( $rdfxml, qr|dc:titleSt Pancras</dc:title>|, "finds the second locale" );
like( $rdfxml, qr|<phone>test phone number</phone>|,
openguides-commits@lists.openguides.org