X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/03f733c4f4091dc53e391aa74a020681af98a4ff..abf3358ce505c7e67a92d895a6b5cd4a641855d9:/test/fixtures/map_bugs.yml diff --git a/test/fixtures/map_bugs.yml b/test/fixtures/map_bugs.yml index c0f6f1fa8..7c465ab0f 100644 --- a/test/fixtures/map_bugs.yml +++ b/test/fixtures/map_bugs.yml @@ -47,3 +47,23 @@ bug_with_hidden_comment: date_created: 2007-01-01 00:00:00 last_changed: 2007-03-01 00:00:00 +bug_with_comments_by_users: + id: 6 + latitude: <%= 1.5*SCALE %> + longitude: <%= 1.5*SCALE %> + status: open + tile: <%= QuadTile.tile_for_point(1.5,1.5) %> + date_created: 2007-01-01 00:00:00 + last_changed: 2007-03-01 00:00:00 + + +bug_closed__by_user: + id: 7 + latitude: <%= 1.6*SCALE %> + longitude: <%= 1.6*SCALE %> + status: closed + tile: <%= QuadTile.tile_for_point(1.6,1.6) %> + date_created: 2007-01-01 00:00:00 + last_changed: 2007-03-01 00:00:00 + date_closed: 2007-03-01 00:00:00 +