diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-09-24 22:38:20 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-09-24 22:38:20 +0000 |
commit | 1fc0b924f2c042d319ae9948100a0a313df5aae5 (patch) | |
tree | cab25d01b7f01d3532a4ced8e1919ce889a0a5a6 /modules/comment | |
parent | 120ce90f90ba55f24f06d8072f7b30ab49e69088 (diff) | |
download | brdo-1fc0b924f2c042d319ae9948100a0a313df5aae5.tar.gz brdo-1fc0b924f2c042d319ae9948100a0a313df5aae5.tar.bz2 |
#313044 by Amitaibu: Remove silly assertion.
Diffstat (limited to 'modules/comment')
-rw-r--r-- | modules/comment/comment.test | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/comment/comment.test b/modules/comment/comment.test index 251ceeb73..5372940f0 100644 --- a/modules/comment/comment.test +++ b/modules/comment/comment.test @@ -17,7 +17,6 @@ class CommentHelperCase extends DrupalWebTestCase { $this->drupalLogin($this->web_user); $this->node = $this->drupalCreateNode(array('type' => 'article', 'promote' => 1)); - $this->assertTrue($this->node, t('Article node created.')); $this->drupalLogout(); } |