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() { public function testRSS() {
$this->markTestIncomplete("Waiting for https://github.com/silverstripe/sapphire/pull/686 to land");
$item = $this->objFromFixture('CommentableItem', 'first'); $item = $this->objFromFixture('CommentableItem', 'first');
// comments sitewide // comments sitewide

View File

@ -20,7 +20,7 @@ CommentableItem:
ProvideComments: 1 ProvideComments: 1
second: second:
Title: Second Title: Second
ProvideComments: 1 ProvideComments: 1
third: third:
Title: Third Title: Third
ProvideComments: 1 ProvideComments: 1