From cdc419a2f2785c93df8f9f0360aa9525c079784a Mon Sep 17 00:00:00 2001 From: Geoff Munn Date: Thu, 6 May 2010 03:27:44 +0000 Subject: [PATCH] BUGFIX: hardcoded ID replaced with actual value --- tests/SiteTreeSubsitesTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/SiteTreeSubsitesTest.php b/tests/SiteTreeSubsitesTest.php index 1be4128..07d69b1 100644 --- a/tests/SiteTreeSubsitesTest.php +++ b/tests/SiteTreeSubsitesTest.php @@ -81,7 +81,7 @@ class SiteTreeSubsitesTest extends SapphireTest { $this->assertEquals($importantpage->canEdit(), $link->canEdit()); $this->assertEquals($importantpage->canDelete(), $link->canDelete()); $link->AbsoluteLink(true); - $this->assertEquals($link->RelatedPageAdminLink(), 'Contact Us'); + $this->assertEquals($link->RelatedPageAdminLink(), 'Contact Us'); } function testPageWithVirtualPagesGetsTable() {