? controls-test.patch
Index: tests/functional/comment.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/simpletest/tests/functional/comment.test,v
retrieving revision 1.16
diff -u -p -r1.16 comment.test
--- tests/functional/comment.test	10 Apr 2008 00:39:01 -0000	1.16
+++ tests/functional/comment.test	17 Apr 2008 10:07:32 -0000
@@ -286,10 +286,10 @@ class CommentTestCase extends DrupalTest
   /**
    * Set comment form setting.
    *
-   * @param boolean $enabled Form value.
+   * @param boolean $below Form value.
    */
-  function setCommentForm($enabled) {
-    $this->setCommentSettings('comment_form_location', ($enabled ? '1' : '3'), 'Comment controls '. ($enabled ? 'enabled' : 'disabled') .'.');
+  function setCommentForm($below) {
+    $this->setCommentSettings('comment_form_location', ($below ? '1' : '0'), 'Comment form '. ($below ? 'displayed below comments' : 'displayed on a separate page') .'.');
   }
 
   /**
