]> git.openstreetmap.org Git - rails.git/blobdiff - test/fixtures/nodes.yml
Fixing the resync that I had done wrong at the end of last week on the nodes. All...
[rails.git] / test / fixtures / nodes.yml
index 5bdd7a52a2178c6fcdf582ea2938ae518ef0a630..202a7d931e5611f782fbbe0c2c113309a15fb564 100644 (file)
@@ -1,18 +1,41 @@
 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
 visible_node:
   id: 1
-  latitude: 1
-  longitude: 1
+  latitude: <%= 1*SCALE %>
+  longitude: <%= 1*SCALE %>
   user_id: 1
   visible: 1
-  tags: test=yes
   timestamp: 2007-01-01 00:00:00
 
 invisible_node:
   id: 2
-  latitude: 1
-  longitude: 1
+  latitude: <%= 2*SCALE %>
+  longitude: <%= 2*SCALE %>
   user_id: 1
   visible: 0
-  tags: test=yes
   timestamp: 2007-01-01 00:00:00
+
+used_node_1:
+  id: 3
+  latitude: <%= 3*SCALE %>
+  longitude: <%= 3*SCALE %>
+  user_id: 1
+  visible: 1
+  timestamp: 2007-01-01 00:00:00
+
+used_node_2:
+  id: 4
+  latitude: <%= 4*SCALE %>
+  longitude: <%= 4*SCALE %>
+  user_id: 1
+  visible: 1
+  timestamp: 2007-01-01 00:00:00
+
+node_used_by_relationship:
+  id: 5
+  latitude: <%= 5*SCALE %>
+  longitude: <%= 5*SCALE %>
+  user_id: 1
+  visible: 1
+  timestamp: 2007-01-01 00:00:00
+