diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2012-11-10 16:41:43 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2012-11-10 16:41:43 +0100 |
commit | 51966bd497e567bb9154c4fff4ccda918cff95a4 (patch) | |
tree | 262f79aecb55c6921f276d42e77f3a1761129331 /tests/content_visibility/fixtures | |
parent | 948bfcbe770bd8cb6f95a7a7c5cabb3ddfe27597 (diff) | |
download | forums-51966bd497e567bb9154c4fff4ccda918cff95a4.tar forums-51966bd497e567bb9154c4fff4ccda918cff95a4.tar.gz forums-51966bd497e567bb9154c4fff4ccda918cff95a4.tar.bz2 forums-51966bd497e567bb9154c4fff4ccda918cff95a4.tar.xz forums-51966bd497e567bb9154c4fff4ccda918cff95a4.zip |
[feature/soft-delete]Fix the rest of unit tests failures
PHPBB3-9567
Diffstat (limited to 'tests/content_visibility/fixtures')
-rw-r--r-- | tests/content_visibility/fixtures/set_post_visibility.xml | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ <column>topic_title</column> <column>topic_first_post_id</column> <column>topic_last_post_id</column> + <column>topic_posts_approved</column> + <column>topic_posts_softdeleted</column> + <column>topic_posts_unapproved</column> <row> <value>1</value> <value>1</value> @@ -14,6 +17,9 @@ <value>Approved</value> <value>2</value> <value>2</value> + <value>1</value> + <value>1</value> + <value>1</value> </row> <row> @@ -23,6 +29,9 @@ <value>2 Approved posts</value> <value>5</value> <value>6</value> + <value>1</value> + <value>1</value> + <value>1</value> </row> <row> @@ -32,6 +41,9 @@ <value>Only 1 Approved posts</value> <value>8</value> <value>8</value> + <value>1</value> + <value>0</value> + <value>0</value> </row> </table> <table name="phpbb_posts"> |