summaryrefslogtreecommitdiffstats
path: root/test/fixtures/messages.yml
blob: 88f54dbc2e6f446c868c41e8b3ad1c0c07c071bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
--- 
messages_001: 
  created_on: 2007-05-12 17:15:32 +02:00
  updated_on: 2007-05-12 17:15:32 +02:00
  subject: First post
  id: 1
  replies_count: 1
  last_reply_id: 2
  content: "This is the very first post\n\
    in the forum"
  author_id: 1
  parent_id: 
  board_id: 1
messages_002: 
  created_on: 2007-05-12 17:18:00 +02:00
  updated_on: 2007-05-12 17:18:00 +02:00
  subject: First reply
  id: 2
  replies_count: 0
  last_reply_id: 
  content: "Reply to the first post"
  author_id: 1
  parent_id: 1
  board_id: 1