]> git.openstreetmap.org Git - rails.git/blobdiff - test/fixtures/map_bug_comment.yml
Rename some columns and indexes in the bug tables
[rails.git] / test / fixtures / map_bug_comment.yml
index 2214c07646b4c887791151bbe0ae6ed1f9928d1a..a185c01e017acdb5c32ce9b9924cf3d741e94d36 100644 (file)
@@ -2,96 +2,96 @@ t1:
   id: 1
   bug_id: 1
   visible: true
-  date_created: 2007-01-01 00:00:00
-  commenter_name: 'testname'
-  commenter_ip: '192.168.1.1'
-  comment: 'This is the initial description of the bug 1'
+  created_at: 2007-01-01 00:00:00
+  author_name: 'testname'
+  author_ip: '192.168.1.1'
+  body: 'This is the initial description of the bug 1'
 
 
 t2:
   id: 2
   bug_id: 2
   visible: true
-  date_created: 2007-01-01 00:00:00
-  commenter_name: 'testname'
-  commenter_ip: '192.168.1.1'
-  comment: 'This is the initial description of the bug 2'
+  created_at: 2007-01-01 00:00:00
+  author_name: 'testname'
+  author_ip: '192.168.1.1'
+  body: 'This is the initial description of the bug 2'
 
 
 t3:
   id: 3
   bug_id: 2
   visible: true
-  date_created: 2007-02-01 00:00:00
-  commenter_name: 'testname'
-  commenter_ip: '192.168.1.1'
-  comment: 'This is an additional comment for bug 2'
+  created_at: 2007-02-01 00:00:00
+  author_name: 'testname'
+  author_ip: '192.168.1.1'
+  body: 'This is an additional comment for bug 2'
 
 
 t4:
   id: 4
   bug_id: 3
   visible: true
-  date_created: 2007-01-01 00:00:00
-  commenter_name: 'testname'
-  commenter_ip: '192.168.1.1'
-  comment: 'This is the initial comment for bug 3'
+  created_at: 2007-01-01 00:00:00
+  author_name: 'testname'
+  author_ip: '192.168.1.1'
+  body: 'This is the initial comment for bug 3'
 
 t5:
   id: 5
   bug_id: 4
   visible: true
-  date_created: 2007-01-01 00:00:00
-  commenter_name: 'testname'
-  commenter_ip: '192.168.1.1'
-  comment: 'Spam for bug 4'
+  created_at: 2007-01-01 00:00:00
+  author_name: 'testname'
+  author_ip: '192.168.1.1'
+  body: 'Spam for bug 4'
 
 
 t6:
   id: 6
   bug_id: 5
   visible: true
-  date_created: 2007-01-01 00:00:00
-  commenter_name: 'testname'
-  commenter_ip: '192.168.1.1'
-  comment: 'Valid comment for bug 5'
+  created_at: 2007-01-01 00:00:00
+  author_name: 'testname'
+  author_ip: '192.168.1.1'
+  body: 'Valid comment for bug 5'
 
 t7:
   id: 7
   bug_id: 5
   visible: false
-  date_created: 2007-02-01 00:00:00
-  commenter_name: 'testname'
-  commenter_ip: '192.168.1.1'
-  comment: 'Spam for bug 5'
+  created_at: 2007-02-01 00:00:00
+  author_name: 'testname'
+  author_ip: '192.168.1.1'
+  body: 'Spam for bug 5'
 
 t8:
   id: 8
   bug_id: 5
   visible: true
-  date_created: 2007-02-01 00:00:00
-  commenter_name: 'testname'
-  commenter_ip: '192.168.1.1'
-  comment: 'Another valid comment for bug 5'
+  created_at: 2007-02-01 00:00:00
+  author_name: 'testname'
+  author_ip: '192.168.1.1'
+  body: 'Another valid comment for bug 5'
 
 t9:
   id: 9
   bug_id: 6
   visible: true
-  date_created: 2007-01-01 00:00:00
+  created_at: 2007-01-01 00:00:00
   event: opened
-  commenter_id: 1
-  comment: 'This is a bug with from a logged-in user'
+  author_id: 1
+  body: 'This is a bug with from a logged-in user'
 
 
 t10:
   id: 10
   bug_id: 6
   visible: true
-  date_created: 2007-02-01 00:00:00
+  created_at: 2007-02-01 00:00:00
   event: commented
-  commenter_id: 4
-  comment: 'A comment from another logged-in user'
+  author_id: 4
+  body: 'A comment from another logged-in user'
 
 
 t11:
@@ -99,10 +99,10 @@ t11:
   bug_id: 7
   visible: true
   event: opened
-  date_created: 2007-01-01 00:00:00
-  commenter_name: 'testname'
-  commenter_ip: '192.168.1.1'
-  comment: 'Initial bug description'
+  created_at: 2007-01-01 00:00:00
+  author_name: 'testname'
+  author_ip: '192.168.1.1'
+  body: 'Initial bug description'
 
 
 t12:
@@ -110,18 +110,18 @@ t12:
   bug_id: 7
   visible: true
   event: commented
-  date_created: 2007-02-01 00:00:00
-  commenter_name: 'testname'
-  commenter_ip: '192.168.1.1'
-  comment: 'A comment description'
+  created_at: 2007-02-01 00:00:00
+  author_name: 'testname'
+  author_ip: '192.168.1.1'
+  body: 'A comment description'
 
 t13:
   id: 13
   bug_id: 7
   visible: true
   event: closed
-  date_created: 2007-03-01 00:00:00
-  commenter_id: 4
+  created_at: 2007-03-01 00:00:00
+  author_id: 4