From 5bdfad6ae8f5806548c16e727161384a7406c097 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Tue, 14 Dec 2010 01:46:58 +0000 Subject: [PATCH] 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 --- tests/CMSMainSearchFormTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMSMainSearchFormTest.php b/tests/CMSMainSearchFormTest.php index fa115585..b28c3042 100644 --- a/tests/CMSMainSearchFormTest.php +++ b/tests/CMSMainSearchFormTest.php @@ -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 ))