X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e660e609661edadc1ed5ad49d6e83e936b2f91cd..7f598ab412674ce5a78da98c54aa2fe2e4a05792:/test/fixtures/note_comments.yml diff --git a/test/fixtures/note_comments.yml b/test/fixtures/note_comments.yml index e078b990a..881adb6ac 100644 --- a/test/fixtures/note_comments.yml +++ b/test/fixtures/note_comments.yml @@ -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'