]> git.openstreetmap.org Git - rails.git/blob - test/fixtures/map_bug_comment.yml
Merge branch 'master' into openstreetbugs
[rails.git] / test / fixtures / map_bug_comment.yml
1 t1:
2   id: 1
3   bug_id: 1
4   visible: true
5   date_created: 2007-01-01 00:00:00
6   commenter_name: 'testname'
7   commenter_ip: '192.168.1.1'
8   comment: 'This is the initial description of the bug 1'
9
10
11 t2:
12   id: 2
13   bug_id: 2
14   visible: true
15   date_created: 2007-01-01 00:00:00
16   commenter_name: 'testname'
17   commenter_ip: '192.168.1.1'
18   comment: 'This is the initial description of the bug 2'
19
20
21 t3:
22   id: 3
23   bug_id: 2
24   visible: true
25   date_created: 2007-02-01 00:00:00
26   commenter_name: 'testname'
27   commenter_ip: '192.168.1.1'
28   comment: 'This is an additional comment for bug 2'
29
30
31 t4:
32   id: 4
33   bug_id: 3
34   visible: true
35   date_created: 2007-01-01 00:00:00
36   commenter_name: 'testname'
37   commenter_ip: '192.168.1.1'
38   comment: 'This is the initial comment for bug 3'
39
40 t5:
41   id: 5
42   bug_id: 4
43   visible: true
44   date_created: 2007-01-01 00:00:00
45   commenter_name: 'testname'
46   commenter_ip: '192.168.1.1'
47   comment: 'Spam for bug 4'
48
49
50 t6:
51   id: 6
52   bug_id: 5
53   visible: true
54   date_created: 2007-01-01 00:00:00
55   commenter_name: 'testname'
56   commenter_ip: '192.168.1.1'
57   comment: 'Valid comment for bug 5'
58
59 t7:
60   id: 7
61   bug_id: 5
62   visible: false
63   date_created: 2007-02-01 00:00:00
64   commenter_name: 'testname'
65   commenter_ip: '192.168.1.1'
66   comment: 'Spam for bug 5'
67
68 t8:
69   id: 8
70   bug_id: 5
71   visible: true
72   date_created: 2007-02-01 00:00:00
73   commenter_name: 'testname'
74   commenter_ip: '192.168.1.1'
75   comment: 'Another valid comment for bug 5'
76
77 t9:
78   id: 9
79   bug_id: 6
80   visible: true
81   date_created: 2007-01-01 00:00:00
82   event: opened
83   commenter_id: 1
84   comment: '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   date_created: 2007-02-01 00:00:00
92   event: commented
93   commenter_id: 4
94   comment: '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   date_created: 2007-01-01 00:00:00
103   commenter_name: 'testname'
104   commenter_ip: '192.168.1.1'
105   comment: 'Initial bug description'
106
107
108 t12:
109   id: 12
110   bug_id: 7
111   visible: true
112   event: commented
113   date_created: 2007-02-01 00:00:00
114   commenter_name: 'testname'
115   commenter_ip: '192.168.1.1'
116   comment: 'A comment description'
117
118 t13:
119   id: 13
120   bug_id: 7
121   visible: true
122   event: closed
123   date_created: 2007-03-01 00:00:00
124   commenter_id: 4
125
126
127
128