]> git.openstreetmap.org Git - rails.git/blobdiff - test/fixtures/current_relations.yml
Don't refer to the decline button when there isn't one
[rails.git] / test / fixtures / current_relations.yml
index 67c8ddb95f10f96f831e1bc0a487ffa49388f601..1f4fb46fe8ebbbf96bbbc13d8695108a11643e6a 100644 (file)
@@ -1,11 +1,41 @@
 visible_relation:
   id: 1
-  user_id: 1
+  changeset_id: 1
   timestamp: 2007-01-01 00:00:00
-  visible: 1
+  visible: true
+  version: 1
 
 invisible_relation:
   id: 2
-  user_id: 1
+  changeset_id: 3
   timestamp: 2007-01-01 00:00:00
-  visible: 0
+  visible: false
+  version: 1
+
+used_relation:
+  id: 3
+  changeset_id: 1
+  timestamp: 2007-01-01 00:00:00
+  visible: true
+  version: 1
+  
+multi_tag_relation:
+  id: 4
+  changeset_id: 4
+  timestamp: 2009-04-21 09:50:57
+  visible: true
+  version: 1
+  
+public_used_relation:
+  id: 5
+  changeset_id: 2
+  timestamp: 2009-04-22 00:30:33
+  visible: true
+  version: 1
+  
+public_visible_relation:
+  id: 6
+  changeset_id: 2
+  timestamp: 2009-04-22 00:34:12
+  visible: true
+  version: 1