]> git.openstreetmap.org Git - rails.git/blob - test/fixtures/note_comments.yml
Add some tests for trace#view
[rails.git] / test / fixtures / note_comments.yml
1 t1:
2   id: 1
3   note_id: 1
4   visible: true
5   created_at: 2007-01-01 00:00:00
6   author_ip: '192.168.1.1'
7   body: 'This is the initial description of the note 1'
8
9 t2:
10   id: 2
11   note_id: 2
12   visible: true
13   created_at: 2007-01-01 00:00:00
14   author_ip: '192.168.1.1'
15   body: 'This is the initial description of the note 2'
16
17 t3:
18   id: 3
19   note_id: 2
20   visible: true
21   created_at: 2007-02-01 00:00:00
22   author_ip: '192.168.1.1'
23   body: 'This is an additional comment for note 2'
24
25 t4:
26   id: 4
27   note_id: 3
28   visible: true
29   created_at: 2007-01-01 00:00:00
30   author_ip: '192.168.1.1'
31   body: 'This is the initial comment for note 3'
32
33 t5:
34   id: 5
35   note_id: 4
36   visible: true
37   created_at: 2007-01-01 00:00:00
38   author_ip: '192.168.1.1'
39   body: 'Spam for note 4'
40
41 t6:
42   id: 6
43   note_id: 5
44   visible: true
45   created_at: 2007-01-01 00:00:00
46   author_ip: '192.168.1.1'
47   body: 'Valid comment for note 5'
48
49 t7:
50   id: 7
51   note_id: 5
52   visible: false
53   created_at: 2007-02-01 00:00:00
54   author_ip: '192.168.1.1'
55   body: 'Spam for note 5'
56
57 t8:
58   id: 8
59   note_id: 5
60   visible: true
61   created_at: 2007-02-01 00:00:00
62   author_ip: '192.168.1.1'
63   body: 'Another valid comment for note 5'
64
65 t9:
66   id: 9
67   note_id: 6
68   visible: true
69   created_at: 2007-01-01 00:00:00
70   event: opened
71   author_id: 1
72   body: 'This is a note with from a logged-in user'
73
74 t10:
75   id: 10
76   note_id: 6
77   visible: true
78   created_at: 2007-02-01 00:00:00
79   event: commented
80   author_id: 4
81   body: 'A comment from another logged-in user'
82
83 t11:
84   id: 11
85   note_id: 7
86   visible: true
87   event: opened
88   created_at: 2007-01-01 00:00:00
89   author_ip: '192.168.1.1'
90   body: 'Initial note description'
91
92 t12:
93   id: 12
94   note_id: 7
95   visible: true
96   event: commented
97   created_at: 2007-02-01 00:00:00
98   author_ip: '192.168.1.1'
99   body: 'A comment description'
100
101 t13:
102   id: 13
103   note_id: 7
104   visible: true
105   event: closed
106   created_at: 2007-03-01 00:00:00
107   author_id: 4