]> git.openstreetmap.org Git - rails.git/blobdiff - test/fixtures/current_relations.yml
Booleans should be true/false for compatibility with other db adapters
[rails.git] / test / fixtures / current_relations.yml
index e4c3b18fa04c967bb9ffcfe800880b846e2194bd..165f1a21e032a7623a9735cfc9d50d8e2d9eef97 100644 (file)
@@ -2,19 +2,19 @@ visible_relation:
   id: 1
   changeset_id: 1
   timestamp: 2007-01-01 00:00:00
-  visible: 1
+  visible: true
   version: 1
 
 invisible_relation:
   id: 2
   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: 1
+  visible: true
   version: 1