]> git.openstreetmap.org Git - rails.git/blobdiff - test/fixtures/current_relations.yml
Make the box outline the same colour as the ways and points drawn
[rails.git] / test / fixtures / current_relations.yml
index c1f77d4282d36a316fe68159f08579ed611b53d9..165f1a21e032a7623a9735cfc9d50d8e2d9eef97 100644 (file)
@@ -1,17 +1,20 @@
 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: 1
   timestamp: 2007-01-01 00:00:00
-  visible: 0
+  visible: false
+  version: 1
 
 used_relation:
   id: 3
-  user_id: 1
+  changeset_id: 1
   timestamp: 2007-01-01 00:00:00
-  visible: 1
+  visible: true
+  version: 1