]> git.openstreetmap.org Git - rails.git/blob - test/fixtures/note_comments.yml
e078b990ad2b56a17a612f6c3cf15677f3e47783
[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_name: 'testname'
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   created_at: 2007-01-01 00:00:00
15   author_name: 'testname'
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   created_at: 2007-02-01 00:00:00
24   author_name: 'testname'
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   created_at: 2007-01-01 00:00:00
33   author_name: 'testname'
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   created_at: 2007-01-01 00:00:00
42   author_name: 'testname'
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   created_at: 2007-01-01 00:00:00
51   author_name: 'testname'
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   created_at: 2007-02-01 00:00:00
60   author_name: 'testname'
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   created_at: 2007-02-01 00:00:00
69   author_name: 'testname'
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   created_at: 2007-01-01 00:00:00
78   event: opened
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   created_at: 2007-02-01 00:00:00
87   event: commented
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_name: 'testname'
98   author_ip: '192.168.1.1'
99   body: 'Initial note description'
100
101 t12:
102   id: 12
103   note_id: 7
104   visible: true
105   event: commented
106   created_at: 2007-02-01 00:00:00
107   author_name: 'testname'
108   author_ip: '192.168.1.1'
109   body: 'A comment description'
110
111 t13:
112   id: 13
113   note_id: 7
114   visible: true
115   event: closed
116   created_at: 2007-03-01 00:00:00
117   author_id: 4