test/fixtures/feedback.yml in typo-5.0.2 vs test/fixtures/feedback.yml in typo-5.0.3.98

- old
+ new

@@ -1,11 +1,9 @@ spam_comment: type: Comment - blog_id: 1 - id: 1 published: true - article_id: 2 + article: article2 author: Bob Foo url: http://fakeurl.com body: Test <a href="http://fakeurl.co.uk">body</a> created_at: 2005-01-01 02:00:00 updated_at: 2005-01-01 02:00:00 @@ -13,16 +11,14 @@ guid: 12313123123123123 state: ham comment2: type: Comment - blog_id: 1 - id: 2 published: true - article_id: 1 + article: article1 author: John Bar - user_id: 2 + user: longbob url: www.google.com email: john.bar@google.com body: Comment body _italic_ *bold* created_at: 2005-01-01 02:00:01 updated_at: 2005-01-01 02:00:01 @@ -30,28 +26,24 @@ guid: 453456456456456 state: ham comment3: type: Comment - blog_id: 1 - id: 3 published: false state: presumed_spam status_confirmed: false - article_id: 1 + article: article1 author: Foo Bar body: Zzzzzz created_at: 2005-01-01 02:00:07 updated_at: 2005-01-01 02:00:07 published_at: 2005-01-01 02:00:07 guid: 4534564564564567 trackback1: type: Trackback - blog_id: 1 - id: 4 - article_id: 2 + article: article2 published: false state: presumed_spam status_confirmed: false blog_name: Trackback Blog title: Trackback Entry @@ -62,13 +54,11 @@ published_at: 2005-01-01 03:00:00 guid: dsafsadffsdsf trackback2: type: Trackback - blog_id: 1 - id: 5 - article_id: 1 + article: article1 state: presumed_ham published: true blog_name: Trackback Blog title: Trackback Entry url: http://www.example.com @@ -78,13 +68,11 @@ published_at: 2005-01-01 03:00:01 guid: qweqweqddsfcs trackback3: type: Trackback - blog_id: 1 - id: 6 - article_id: 1 + article: article1 published: true state: presumed_ham blog_name: Trackback Blog 2 title: Trackback Entry 2 url: http://www.example.com @@ -94,13 +82,11 @@ published_at: 2005-01-01 03:00:03 guid: qweqweqddsfcs3 trackback4: type: Trackback - blog_id: 1 - id: 7 - article_id: 17 + article: search_target published: true state: presumed_ham blog_name: Trackback Blog 2 title: Trackback Entry 2 url: http://www.example.com @@ -110,13 +96,11 @@ published_at: 2005-01-01 03:00:04 guid: qweqweqddsfcs4 old_comment: type: Comment - blog_id: 1 - id: 8 - article_id: 14 + article: inactive_article author: John Bar guid: b1i2n3g4o5t6i7v url: www.google.com email: john.bar@google.com body: Comment body _italic_ *bold* @@ -126,14 +110,12 @@ published: true state: ham probably_spam_comment: type: Comment - blog_id: 1 - id: 9 published: false - article_id: 19 + article: spammed_article author: Bob Foo url: http://fakeurl.com body: Test <a href="http://fakeurl.co.uk">body</a> created_at: 2005-01-01 02:00:00 updated_at: 2005-01-01 02:00:00 @@ -142,13 +124,11 @@ state: presumed_spam status_confirmed: false definitely_spam_comment: type: Comment - blog_id: 1 - id: 10 published: false - article_id: 19 + article: spammed_article author: Bob Foo url: http://fakeurl.com body: Test <a href="http://fakeurl.co.uk">body</a> created_at: 2005-01-01 02:00:01 updated_at: 2005-01-01 02:00:01