From 50ff534ef31ea53312d04323f0a6b90c4e06bbf8 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Thu, 11 Oct 2012 11:16:27 +1300 Subject: [PATCH] Fixing tests --- tests/CommentingControllerTests.php | 2 -- tests/CommentsTest.yml | 6 +++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/tests/CommentingControllerTests.php b/tests/CommentingControllerTests.php index 484331c..b3a187c 100644 --- a/tests/CommentingControllerTests.php +++ b/tests/CommentingControllerTests.php @@ -19,8 +19,6 @@ class CommentingControllerTests extends FunctionalTest { } public function testRSS() { - $this->markTestIncomplete("Waiting for https://github.com/silverstripe/sapphire/pull/686 to land"); - $item = $this->objFromFixture('CommentableItem', 'first'); // comments sitewide diff --git a/tests/CommentsTest.yml b/tests/CommentsTest.yml index 8f0e20f..13daed9 100644 --- a/tests/CommentsTest.yml +++ b/tests/CommentsTest.yml @@ -20,7 +20,7 @@ CommentableItem: ProvideComments: 1 second: Title: Second - ProvideComments: 1 + ProvideComments: 1 third: Title: Third ProvideComments: 1 @@ -131,10 +131,10 @@ Comment: Comment: textTC Moderated: 1 IsSpam: 0 - BaseClass: CommentableItem + BaseClass: CommentableItem disabledCom: ParentID: =>CommentableItem.nocomments Name: Disabled Moderated: 0 IsSpam: 1 - BaseClass: CommentableItem \ No newline at end of file + BaseClass: CommentableItem