]> git.openstreetmap.org Git - rails.git/blobdiff - test/fixtures/note_comments.yml
Merge branch 'master' into notes
[rails.git] / test / fixtures / note_comments.yml
index e078b990ad2b56a17a612f6c3cf15677f3e47783..881adb6ace874f89ffeee0adb4c49b4768e44e18 100644 (file)
@@ -3,7 +3,6 @@ t1:
   note_id: 1
   visible: true
   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 note 1'
 
@@ -12,7 +11,6 @@ t2:
   note_id: 2
   visible: true
   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 note 2'
 
@@ -21,7 +19,6 @@ t3:
   note_id: 2
   visible: true
   created_at: 2007-02-01 00:00:00
-  author_name: 'testname'
   author_ip: '192.168.1.1'
   body: 'This is an additional comment for note 2'
 
@@ -30,7 +27,6 @@ t4:
   note_id: 3
   visible: true
   created_at: 2007-01-01 00:00:00
-  author_name: 'testname'
   author_ip: '192.168.1.1'
   body: 'This is the initial comment for note 3'
 
@@ -39,7 +35,6 @@ t5:
   note_id: 4
   visible: true
   created_at: 2007-01-01 00:00:00
-  author_name: 'testname'
   author_ip: '192.168.1.1'
   body: 'Spam for note 4'
 
@@ -48,7 +43,6 @@ t6:
   note_id: 5
   visible: true
   created_at: 2007-01-01 00:00:00
-  author_name: 'testname'
   author_ip: '192.168.1.1'
   body: 'Valid comment for note 5'
 
@@ -57,7 +51,6 @@ t7:
   note_id: 5
   visible: false
   created_at: 2007-02-01 00:00:00
-  author_name: 'testname'
   author_ip: '192.168.1.1'
   body: 'Spam for note 5'
 
@@ -66,7 +59,6 @@ t8:
   note_id: 5
   visible: true
   created_at: 2007-02-01 00:00:00
-  author_name: 'testname'
   author_ip: '192.168.1.1'
   body: 'Another valid comment for note 5'
 
@@ -94,7 +86,6 @@ t11:
   visible: true
   event: opened
   created_at: 2007-01-01 00:00:00
-  author_name: 'testname'
   author_ip: '192.168.1.1'
   body: 'Initial note description'
 
@@ -104,7 +95,6 @@ t12:
   visible: true
   event: commented
   created_at: 2007-02-01 00:00:00
-  author_name: 'testname'
   author_ip: '192.168.1.1'
   body: 'A comment description'