mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
Fixing tests
This commit is contained in:
parent
a47efa518d
commit
50ff534ef3
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user