aboutsummaryrefslogtreecommitdiffstats
path: root/tests/search/fixtures
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2015-01-28 21:46:38 +0530
committerDhruv <dhruv.goel92@gmail.com>2015-01-28 21:46:38 +0530
commit35edd7a0433b5d8f74febf62f192aabaefbe61b6 (patch)
tree2d91c621c60c653b7c25fa8dbe4e73d11b8d48e3 /tests/search/fixtures
parent252018b8131debcbcd67cec33cd0abaa7e83b7d6 (diff)
downloadforums-35edd7a0433b5d8f74febf62f192aabaefbe61b6.tar
forums-35edd7a0433b5d8f74febf62f192aabaefbe61b6.tar.gz
forums-35edd7a0433b5d8f74febf62f192aabaefbe61b6.tar.bz2
forums-35edd7a0433b5d8f74febf62f192aabaefbe61b6.tar.xz
forums-35edd7a0433b5d8f74febf62f192aabaefbe61b6.zip
[ticket/12933] Add test cases for * wildcard searches
PHPBB3-12933
Diffstat (limited to 'tests/search/fixtures')
-rw-r--r--tests/search/fixtures/posts.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/search/fixtures/posts.xml b/tests/search/fixtures/posts.xml
index 7b249ee303..16232b8f39 100644
--- a/tests/search/fixtures/posts.xml
+++ b/tests/search/fixtures/posts.xml
@@ -19,6 +19,11 @@
<value>commonword</value>
<value>commonword</value>
</row>
+ <row>
+ <value>baaz</value>
+ <value>baaz</value>
+ <value>baaz</value>
+ </row>
</table>
<table name="phpbb_search_wordlist">
<column>word_id</column>
@@ -39,5 +44,10 @@
<value>commonword</value>
<value>1</value>
</row>
+ <row>
+ <value>4</value>
+ <value>baaz</value>
+ <value>0</value>
+ </row>
</table>
</dataset>