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