? comment.test.patch
Index: comment.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/simpletest/tests/functional/comment.test,v
retrieving revision 1.18
diff -r1.18 comment.test
143c143
<     $anonymous_comment3 = $this->postComment($this->node, $this->randomName(), $this->randomName(), TRUE, array('mail' => 'tester@simpletest.org'));
---
>     $anonymous_comment3 = $this->postComment($this->node, $this->randomName(), $this->randomName(), FALSE, array('mail' => 'tester@simpletest.org'));
213d212
< 
221c220
<     $this->drupalPost(NULL, array(), t('Save'));
---
>     $this->drupalPost(NULL, $edit, t('Save'));
