]> git.openstreetmap.org Git - rails.git/blobdiff - test/fixtures/relation_tags.yml
Add support for Windows Live authentication
[rails.git] / test / fixtures / relation_tags.yml
index 31b329ed75c941d4cc9a6d5655ea190608981902..daf3c6d0a7f3242ad5dcef99083b20602e547d8a 100644 (file)
@@ -16,6 +16,12 @@ t3:
   v: 'yes'
   version: 1
 
+t3_2:
+  relation_id: 3
+  k: 'name'
+  v: 'Test Relation'
+  version: 1
+
 mt_1:
   relation_id: 4
   k: 'tag1'
@@ -39,3 +45,33 @@ mt_4:
   k: 'tag4'
   v: 'val4'
   version: 1
+
+rv3_t1:
+  relation_id: 8
+  k: 'testing'
+  v: 'added in relation version 3'
+  version: 3
+
+rv3_t2:
+  relation_id: 8
+  k: 'testing two'
+  v: 'added in relation version 3'
+  version: 3
+
+rv3_t3:
+  relation_id: 8
+  k: 'testing three'
+  v: 'added in relation version 3'
+  version: 3
+
+rv4_t1:
+  relation_id: 8
+  k: 'testing'
+  v: 'added in relation version 3'
+  version: 4
+
+rv4_t2:
+  relation_id: 8
+  k: 'testing two'
+  v: 'modified in relation version 4'
+  version: 4