History log of /dokuwiki/_test/tests/inc/search/search.test.php (Results 1 – 5 of 5)
Revision Date Author Comments
# 5737a81e 20-Feb-2013 Michael Hamann <michael@content-space.de>

Revert the search depth behavior changes from #154

This reverts parts of the changes from #154: Before merging the pull
request, a depth of 1 returned just the pages in the root namespace.
With the

Revert the search depth behavior changes from #154

This reverts parts of the changes from #154: Before merging the pull
request, a depth of 1 returned just the pages in the root namespace.
With the changes in the pull request, a depth of 1 also returned pages
in subnamespaces of the root namespace (as it was also tested in the test case).
This reverts this part of the changes and a depth of 1 returns just the
pages in the root namespace again.

show more ...


# 4dfbea87 23-Jan-2013 Andreas Gohr <gohr@cosmocode.de>

fixed test case


# 3fed52e1 21-Jan-2013 Guillaume Turri <guillaume.turri@gmail.com>

Added test for search_allpages

Currently both the 2nd and the third assertions fail
(the first one is just for upcoming non-regression)


# 050f8f4d 01-May-2012 Andreas Gohr <andi@splitbrain.org>

removed unecessary requiresin unit tests


# f8369d7d 18-Apr-2012 Tobias Sarnowski <sarnowski@cosmocode.de>

moved _testing to _test