X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/037585db3933a2954b43bd4b30ea5e30ade00be2..c9fdd5d3cb470e82b2cf457a022f034c0bda7e39:/test/fixtures/note_comments.yml diff --git a/test/fixtures/note_comments.yml b/test/fixtures/note_comments.yml index c3c568c25..c4b998cad 100644 --- a/test/fixtures/note_comments.yml +++ b/test/fixtures/note_comments.yml @@ -122,3 +122,21 @@ t14: created_at: 2007-02-01 00:00:00 author_id: 4 body: 'A comment description' + +t15: + id: 15 + note_id: 2 + visible: true + event: opened + created_at: 2007-01-01 00:00:00 + author_id: 10 + body: 'This is a note with from a suspended user' + +t16: + id: 16 + note_id: 2 + visible: true + event: opened + created_at: 2007-01-01 00:00:00 + author_id: 11 + body: 'This is a note with from a deleted user'