Skip to content

Commit

Permalink
MINOR: Fixed test that was relying on bug fixed in r101116 (from r101…
Browse files Browse the repository at this point in the history
…132)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@111639 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
Sam Minnee committed Oct 4, 2010
1 parent 000308f commit 6b9544b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CommentAdminTest.php
Expand Up @@ -32,7 +32,7 @@ function testdeletemarked(){
$result = $this->get("admin/comments/EditForm/field/Comments/item/$id/delete");
$checkComm = DataObject::get_by_id('PageComment',$id);

$this->assertNull($checkComm);
$this->assertFalse($checkComm);
}

}
Expand Down

0 comments on commit 6b9544b

Please sign in to comment.