/venus

To download this project, use:
bzr branch http://golem.ph.utexas.edu/~distler/code/venus/

« back to all changes in this revision

Viewing changes to tests/data/reconstitute/geo_latlong.xml

  • Committer: Sam Ruby
  • Date: 2008-08-11 12:17:17 UTC
  • mfrom: (86.1.1 venus)
  • Revision ID: rubys@intertwingly.net-20080811121717-9bpq6zq0tg267oz5
Add test case

Show diffs side-by-side

added added

removed removed

 
1
<!--
 
2
Description:  geo latitude and longitude inside an entry
 
3
Expect:       geo_lat == '40.711735' and geo_long == '-74.012421'
 
4
-->
 
5
 
 
6
<feed xmlns="http://www.w3.org/2005/Atom"
 
7
  xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#">
 
8
  <entry>
 
9
    <geo:lat>40.711735</geo:lat>
 
10
    <geo:long>-74.012421</geo:long>
 
11
  </entry>
 
12
</feed>
 
13