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