]> git.openstreetmap.org Git - rails.git/blob - test/fixtures/map_bug_comment.yml
b322c131e683987ffa0657b998e38a2352e2a9e0
[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 t6:
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
78