Fixing tests

This commit is contained in:
Sean Harvey 2012-10-11 11:16:27 +13:00
parent a47efa518d
commit 50ff534ef3
2 changed files with 3 additions and 5 deletions

View File

@ -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

View File

@ -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
BaseClass: CommentableItem