Changeset 1849
- Timestamp:
- 11/25/06 12:02:36
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/feature-geo/plagger/t/plugins/Namespace-GeoRSS/base.t
r1843 r1849 16 16 - file://$t::TestPlagger::BaseDirURI/t/samples/gml-atom.xml 17 17 - file://$t::TestPlagger::BaseDirURI/t/samples/gml-rss.xml 18 - file://$t::TestPlagger::BaseDirURI/t/samples/rss1-geo.rdf 18 19 - module: Namespace::GeoRSS 19 20 --- expected … … 28 29 is $context->update->feeds->[1]->entries->[1]->location->longitude, -71.92; 29 30 30 31 is $context->update->feeds->[2]->entries->[0]->location->latitude, 46.183; 32 is $context->update->feeds->[2]->entries->[0]->location->longitude, -123.816;
