From 2cb89ed696cba7a5dc89bd2a8a388ff71a96eed7 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Tue, 22 May 2012 17:16:29 +1200 Subject: [PATCH] MINOR Fixing invalid URL --- tests/controller/CMSMainTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/controller/CMSMainTest.php b/tests/controller/CMSMainTest.php index 49ae97ff..3a84c9fc 100644 --- a/tests/controller/CMSMainTest.php +++ b/tests/controller/CMSMainTest.php @@ -35,7 +35,7 @@ class CMSMainTest extends FunctionalTest { $page2 = $this->objFromFixture('Page', "page2"); $this->session()->inst_set('loggedInAs', $this->idFromFixture('Member', 'admin')); - $response = $this->get("admin/cms/publishall?confirm=1"); + $response = $this->get('admin/pages/publishall?confirm=1'); $this->assertContains( 'Done: Published 30 pages',