Index: modules/simpletest/drupal_web_test_case.php
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/drupal_web_test_case.php,v
retrieving revision 1.116
diff -u -p -r1.116 drupal_web_test_case.php
--- modules/simpletest/drupal_web_test_case.php	12 Jun 2009 08:39:39 -0000	1.116
+++ modules/simpletest/drupal_web_test_case.php	16 Jun 2009 02:37:53 -0000
@@ -1625,6 +1625,8 @@ class DrupalWebTestCase extends DrupalTe
    *   Message to display.
    * @param $group
    *   The group this message belongs to, defaults to 'Other'.
+   * @return
+   *   TRUE if the assertion succeeded, FALSE otherwise.
    */
   protected function assertLink($label, $index = 0, $message = '', $group = 'Other') {
     $links = $this->xpath('//a[text()="' . $label . '"]');
@@ -1643,6 +1645,8 @@ class DrupalWebTestCase extends DrupalTe
    *   Message to display.
    * @param $group
    *   The group this message belongs to, defaults to 'Other'.
+   * @return
+   *   TRUE if the assertion succeeded, FALSE otherwise.
    */
   protected function assertNoLink($label, $message = '', $group = 'Other') {
     $links = $this->xpath('//a[text()="' . $label . '"]');
