aboutsummaryrefslogtreecommitdiffstats
path: root/tests/content_visibility/fixtures
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2012-10-05 12:37:01 +0200
committerJoas Schilling <nickvergessen@gmx.de>2012-10-05 12:39:05 +0200
commit63d11c976b0bcef68ce4809c8c76124451df88ea (patch)
treec7627d8ef061678054764354cdecc1094e1cd4fa /tests/content_visibility/fixtures
parent2a81e4b48ee223d8538e960b6e8e6e1c3e1277b2 (diff)
downloadforums-63d11c976b0bcef68ce4809c8c76124451df88ea.tar
forums-63d11c976b0bcef68ce4809c8c76124451df88ea.tar.gz
forums-63d11c976b0bcef68ce4809c8c76124451df88ea.tar.bz2
forums-63d11c976b0bcef68ce4809c8c76124451df88ea.tar.xz
forums-63d11c976b0bcef68ce4809c8c76124451df88ea.zip
[feature/soft-delete] Fix sync('topic') to match the new logic
This also fixes set_post_visibility() PHPBB3-9567
Diffstat (limited to 'tests/content_visibility/fixtures')
-rw-r--r--tests/content_visibility/fixtures/set_post_visibility.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/content_visibility/fixtures/set_post_visibility.xml b/tests/content_visibility/fixtures/set_post_visibility.xml
index 3859d17955..6fec5c5ad1 100644
--- a/tests/content_visibility/fixtures/set_post_visibility.xml
+++ b/tests/content_visibility/fixtures/set_post_visibility.xml
@@ -24,6 +24,15 @@
<value>5</value>
<value>6</value>
</row>
+
+ <row>
+ <value>3</value>
+ <value>1</value>
+ <value>1</value>
+ <value>Only 1 Approved posts</value>
+ <value>8</value>
+ <value>8</value>
+ </row>
</table>
<table name="phpbb_posts">
<column>post_id</column>
@@ -89,6 +98,14 @@
<value>2</value>
<value>Softdeleted</value>
</row>
+ <row>
+ <value>8</value>
+ <value>1</value>
+ <value>3</value>
+ <value>1</value>
+ <value>1</value>
+ <value>Approved</value>
+ </row>
</table>
<table name="phpbb_users">
<column>user_id</column>