]> git.openstreetmap.org Git - rails.git/blobdiff - test/fixtures/current_node_tags.yml
Fix OpenLayers 404 image URL to not redirect
[rails.git] / test / fixtures / current_node_tags.yml
index ce68a543923f795889f354756caf5daec96acbdd..8d5202e900a27887f44a194bd7bb2c90fd17c0d7 100644 (file)
@@ -1,15 +1,35 @@
 t1:
   id: 1
-  k: testvisible
-  v: yes
+  k: 'testvisible'
+  v: 'yes'
 
 t2:
   id: 2
-  k: testused
-  v: yes
+  k: 'testused'
+  v: 'yes'
 
 t3:
   id: 3
-  k: test
-  v: yes
+  k: 'test'
+  v: 'yes'
+
+t4:
+  id: 4
+  k: 'test'
+  v: 'yes'
+
+nv_t1:
+  id: 15
+  k: 'testing'
+  v: 'added in node version 3'
+
+nv_t2:
+  id: 15
+  k: 'testing two'
+  v: 'modified in node version 4'
+  
+public_v_t1:
+  id: 16
+  k: 'testvisible'
+  v: 'yes'