]> git.openstreetmap.org Git - rails.git/blobdiff - test/fixtures/notes.yml
Update tests for change in name from "map_bug" to "note" etc
[rails.git] / test / fixtures / notes.yml
similarity index 90%
rename from test/fixtures/map_bugs.yml
rename to test/fixtures/notes.yml
index 92a02a6883a90b6b100153ec90656288383f8388..ffecba869f72fe63c74bed652f978cdfa94b8b7d 100644 (file)
@@ -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
-