From 51966bd497e567bb9154c4fff4ccda918cff95a4 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sat, 10 Nov 2012 16:41:43 +0100 Subject: [feature/soft-delete]Fix the rest of unit tests failures PHPBB3-9567 --- tests/content_visibility/fixtures/set_post_visibility.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'tests/content_visibility/fixtures') diff --git a/tests/content_visibility/fixtures/set_post_visibility.xml b/tests/content_visibility/fixtures/set_post_visibility.xml index 6fec5c5ad1..722525deaa 100644 --- a/tests/content_visibility/fixtures/set_post_visibility.xml +++ b/tests/content_visibility/fixtures/set_post_visibility.xml @@ -7,6 +7,9 @@ topic_title topic_first_post_id topic_last_post_id + topic_posts_approved + topic_posts_softdeleted + topic_posts_unapproved 1 1 @@ -14,6 +17,9 @@ Approved 2 2 + 1 + 1 + 1 @@ -23,6 +29,9 @@ 2 Approved posts 5 6 + 1 + 1 + 1 @@ -32,6 +41,9 @@ Only 1 Approved posts 8 8 + 1 + 0 + 0 -- cgit v1.2.1