mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
MINOR: roll-back r110449 (disable one of test cases in BlogHolderFunctionalTest temporarily since it doesn't work and we didn't change anything about it in our customized branch)
This commit is contained in:
parent
a809722ddd
commit
3b5fe68774
@ -46,6 +46,6 @@ class BlogHolderFunctionalTest extends FunctionalTest {
|
||||
);
|
||||
$response = $this->post('blog/BlogEntryForm', $data);
|
||||
|
||||
//$this->assertType('BlogEntry', DataObject::get_one('BlogEntry', sprintf("\"Title\" = 'Allowed'")));
|
||||
$this->assertType('BlogEntry', DataObject::get_one('BlogEntry', sprintf("\"Title\" = 'Allowed'")));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user