X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6d668f6f3a8514d4cbf28984f80944ba149a0461..02ad2f5a5192404185d00ec1b53ae2982760c0ea:/test/fixtures/map_bug_comment.yml diff --git a/test/fixtures/map_bug_comment.yml b/test/fixtures/map_bug_comment.yml index b322c131e..2214c0764 100644 --- a/test/fixtures/map_bug_comment.yml +++ b/test/fixtures/map_bug_comment.yml @@ -54,9 +54,9 @@ t6: date_created: 2007-01-01 00:00:00 commenter_name: 'testname' commenter_ip: '192.168.1.1' - comment: 'Valid Comment for bug 5' + comment: 'Valid comment for bug 5' -t6: +t7: id: 7 bug_id: 5 visible: false @@ -74,5 +74,55 @@ t8: commenter_ip: '192.168.1.1' comment: 'Another valid comment for bug 5' +t9: + id: 9 + bug_id: 6 + visible: true + date_created: 2007-01-01 00:00:00 + event: opened + commenter_id: 1 + comment: '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 + event: commented + commenter_id: 4 + comment: 'A comment from another logged-in user' + + +t11: + id: 11 + 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' + + +t12: + id: 12 + 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' + +t13: + id: 13 + bug_id: 7 + visible: true + event: closed + date_created: 2007-03-01 00:00:00 + commenter_id: 4 + +