]> git.openstreetmap.org Git - rails.git/blobdiff - test/fixtures/current_nodes.yml
Adding some additional node fixtures to test edge cases. Having a bit of an issue...
[rails.git] / test / fixtures / current_nodes.yml
index fa9f6f71114012616b1aa953e9aaaa2a57686cb7..35107d3d91d7b7524fe9afa85e32fb151faa2771 100644 (file)
@@ -38,3 +38,36 @@ node_used_by_relationship:
   user_id: 1
   visible: 1
   timestamp: 2007-01-01 00:00:00
+  
+node_too_far_north:
+  id: 6
+  latitude: 92
+  longitude: 6
+  user_id: 1
+  timestamp: 2008-05-02 00:00:00
+  
+node_too_far_south:
+  id: 7
+  latitude: -92
+  longitude: 7
+  user_id: 1
+  timestamp: 2008-05-02 00:00:00
+  
+node_too_far_west:
+  id: 8
+  latitude: 8
+  longitude: -180
+  user_id: 1
+  
+node_too_far_east:
+  id: 9
+  latitude: 9
+  longitude: 180
+  user_id: 1
+  
+node_totally_wrong:
+  id: 10
+  latitude: 1000
+  longitude: 1000
+  user_id: 1
+