]> git.openstreetmap.org Git - rails.git/blob - test/fixtures/changeset_comments.yml
Allow customer URL schemas for OAuth callback URLs
[rails.git] / test / fixtures / changeset_comments.yml
1 normal_comment_1:
2   id: 1
3   changeset_id: 3
4   created_at: 2007-01-01 00:00:00
5   author_id: 1
6   body: 'A comment from a logged-in user'
7   visible: true
8
9 normal_comment_2:
10   id: 2
11   changeset_id: 3
12   created_at: 2007-02-01 00:00:00
13   author_id: 4
14   body: 'A comment from another logged-in user'
15   visible: true
16
17 normal_comment_3:
18   id: 4
19   changeset_id: 3
20   created_at: 2007-02-01 00:00:00
21   author_id: 4
22   body: 'A comment from another logged-in user'
23   visible: true
24
25 hidden_comment:
26   id: 3
27   changeset_id: 3
28   created_at: 2007-02-01 00:00:00
29   author_id: 4
30   body: 'A non-visible comment'
31   visible: false