X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ab2acea49be03b8c0d0fccecba2ed172115a5609:/test/fixtures/map_bugs.yml..08d6a0c91017af41d7b4f8f07a669d7cd4413772:/test/fixtures/notes.yml diff --git a/test/fixtures/map_bugs.yml b/test/fixtures/notes.yml similarity index 90% rename from test/fixtures/map_bugs.yml rename to test/fixtures/notes.yml index 92a02a688..ffecba869 100644 --- a/test/fixtures/map_bugs.yml +++ b/test/fixtures/notes.yml @@ -1,7 +1,7 @@ # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html <% SCALE = 10000000 unless defined?(SCALE) %> -open_bug: +open_note: id: 1 latitude: <%= 1*SCALE %> longitude: <%= 1*SCALE %> @@ -10,7 +10,7 @@ open_bug: created_at: 2007-01-01 00:00:00 updated_at: 2007-01-01 00:00:00 -open_bug_with_comment: +open_note_with_comment: id: 2 latitude: <%= 1.1*SCALE %> longitude: <%= 1.1*SCALE %> @@ -19,7 +19,7 @@ open_bug_with_comment: created_at: 2007-01-01 00:00:00 updated_at: 2007-02-01 00:00:00 -closed_bug_with_comment: +closed_note_with_comment: id: 3 latitude: <%= 1.2*SCALE %> longitude: <%= 1.2*SCALE %> @@ -29,7 +29,7 @@ closed_bug_with_comment: updated_at: 2007-03-01 00:00:00 closed_at: 2007-03-01 00:00:00 -hidden_bug_with_comment: +hidden_note_with_comment: id: 4 latitude: <%= 1.3*SCALE %> longitude: <%= 1.3*SCALE %> @@ -38,7 +38,7 @@ hidden_bug_with_comment: created_at: 2007-01-01 00:00:00 updated_at: 2007-03-01 00:00:00 -bug_with_hidden_comment: +note_with_hidden_comment: id: 5 latitude: <%= 1.4*SCALE %> longitude: <%= 1.4*SCALE %> @@ -47,7 +47,7 @@ bug_with_hidden_comment: created_at: 2007-01-01 00:00:00 updated_at: 2007-03-01 00:00:00 -bug_with_comments_by_users: +note_with_comments_by_users: id: 6 latitude: <%= 1.5*SCALE %> longitude: <%= 1.5*SCALE %> @@ -56,8 +56,7 @@ bug_with_comments_by_users: created_at: 2007-01-01 00:00:00 updated_at: 2007-03-01 00:00:00 - -bug_closed__by_user: +note_closed_by_user: id: 7 latitude: <%= 1.6*SCALE %> longitude: <%= 1.6*SCALE %> @@ -66,4 +65,3 @@ bug_closed__by_user: created_at: 2007-01-01 00:00:00 updated_at: 2007-03-01 00:00:00 closed_at: 2007-03-01 00:00:00 -