Index: drupal_web_test_case.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/simpletest/drupal_web_test_case.php,v
retrieving revision 1.2.2.3.2.23
diff -u -p -r1.2.2.3.2.23 drupal_web_test_case.php
--- drupal_web_test_case.php	10 Dec 2008 16:29:26 -0000	1.2.2.3.2.23
+++ drupal_web_test_case.php	10 Jan 2009 21:02:34 -0000
@@ -1536,7 +1536,7 @@ class DrupalWebTestCase {
    *   TRUE on pass, FALSE on fail.
    */
   function assertTitle($title, $message, $group = 'Other') {
-    return $this->_assert($this->xpath('//title[text()="' . $title . '"]') !== FALSE, $message, $group);
+    return $this->assertTrue($this->xpath('//title[text()="' . $title . '"]'), $message, $group);
   }
 
   /**
