Changeset 1848
- Timestamp:
- 11/25/06 11:50:50
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/feature-geo/plagger/t/plugins/Namespace-Geo/base.t
r1846 r1848 19 19 feed: 20 20 - file://$t::TestPlagger::BaseDirURI/t/samples/rss2-geo.xml 21 - file://$t::TestPlagger::BaseDirURI/t/samples/rss2-geo-point.xml22 21 - file://$t::TestPlagger::BaseDirURI/t/samples/atom-geo.xml 23 22 - module: Namespace::Geo … … 27 26 is $feeds[0]->entries->[0]->location->latitude, 26.58; 28 27 is $feeds[0]->entries->[0]->location->longitude, -97.83; 28 is $feeds[0]->entries->[1]->location->latitude, 26.58; 29 is $feeds[0]->entries->[1]->location->longitude, -97.83; 30 29 31 is $feeds[1]->entries->[0]->location->latitude, 26.58; 30 32 is $feeds[1]->entries->[0]->location->longitude, -97.83; 31 32 is $feeds[2]->entries->[0]->location->latitude, 26.58; 33 is $feeds[2]->entries->[0]->location->longitude, -97.83; 34 is $feeds[2]->entries->[1]->location->latitude, 26.58; 35 is $feeds[2]->entries->[1]->location->longitude, -97.83; 33 is $feeds[1]->entries->[1]->location->latitude, 26.58; 34 is $feeds[1]->entries->[1]->location->longitude, -97.83; branches/feature-geo/plagger/t/samples/rss2-geo.xml
r1842 r1848 26 26 <pubDate>Fri, 30 May 2003 11:06:42 GMT</pubDate> 27 27 <guid>http://liftoff.msfc.nasa.gov/2003/05/30.html#item572</guid> 28 <geo:Point> 29 <geo:lat>26.58</geo:lat> 30 <geo:long>-97.83</geo:long> 31 </geo:Point> 28 32 </item> 29 33 <item>
