mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
MINOR Fixed broken CMSMainSearchFormTest::testTitleFilter() when more fixtures are added that start with "Page 1", e.g. "Page 10"
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@114950 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
22ac12c0c5
commit
5bdfad6ae8
@ -11,7 +11,7 @@ class CMSMainSearchTreeFormTest extends FunctionalTest {
|
||||
$response = $this->get(
|
||||
'admin/SearchTreeForm/?' .
|
||||
http_build_query(array(
|
||||
'Title' => 'Page 1',
|
||||
'Title' => 'Page 10',
|
||||
'FilterClass' => 'CMSSiteTreeFilter_Search',
|
||||
'action_doSearchTree' => true
|
||||
))
|
||||
|
Loading…
Reference in New Issue
Block a user