]> git.openstreetmap.org Git - rails.git/blobdiff - test/fixtures/current_ways.yml
Fixing failing potlatch tests. Someone who knows what the potlatch API is actually...
[rails.git] / test / fixtures / current_ways.yml
index bd31916e2a8bcea0baae7e2576bcc798c09ccfc5..b4b037a6104ee89371519569a47a567e0d5a09fd 100644 (file)
@@ -2,20 +2,26 @@ visible_way:
   id: 1
   changeset_id: 1
   timestamp: 2007-01-01 00:00:00
-  visible: 1
+  visible: true
   version: 1
 
 invisible_way:
   id: 2
   changeset_id: 1
   timestamp: 2007-01-01 00:00:00
-  visible: 0
+  visible: false
   version: 1
 
 used_way:
   id: 3
   changeset_id: 1
   timestamp: 2007-01-01 00:00:00
-  visible: 1
+  visible: true
   version: 1
 
+way_with_versions:
+  id: 4
+  changeset_id: 4
+  timestamp: 2008-01-01 00:04:00
+  visible: true
+  version: 4