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