Merge pull request #21105 from owncloud/fix-risky-test-comments

Add assertion to test
This commit is contained in:
Thomas Müller 2015-12-10 11:02:27 +01:00
commit 75c3d64635
1 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,8 @@ class Test_Comments_Comment extends TestCase
$comment = new \OC\Comments\Comment();
$comment->setId('c23');
$comment->setId('');
$this->assertSame('', $comment->getId());
}
public function simpleSetterProvider() {