? fix-NodeSaveTestCase.patch
? fix-nonstatic-getInfo-declarations.patch
? rename_drupal_set_header.patch
Index: modules/node/node.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/node.test,v
retrieving revision 1.23
diff -u -p -r1.23 node.test
--- modules/node/node.test	3 May 2009 10:11:34 -0000	1.23
+++ modules/node/node.test	5 May 2009 19:26:24 -0000
@@ -689,7 +689,7 @@ class NodeRSSContentTestCase extends Dru
  */
 class NodeSaveTestCase extends DrupalWebTestCase {
   
-  function getInfo() {
+  public static function getInfo() {
     return array(
       'name' => t('Node save'),
       'description' => t('Test node_save() for saving content.'),
Index: modules/openid/openid.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/openid/openid.test,v
retrieving revision 1.1
diff -u -p -r1.1 openid.test
--- modules/openid/openid.test	29 Apr 2009 07:29:59 -0000	1.1
+++ modules/openid/openid.test	5 May 2009 19:26:25 -0000
@@ -7,7 +7,7 @@
 class OpenIDFunctionalTest extends DrupalWebTestCase {
   protected $web_user;
 
-  function getInfo() {
+  public static function getInfo() {
     return array(
       'name' => t('OpenID login and account registration'),
       'description' => t("Adds an identity to a user's profile and uses it to log in, creates a user account using auto-registration."),
@@ -162,7 +162,7 @@ class OpenIDFunctionalTest extends Drupa
  * Test internal helper functions.
  */
 class OpenIDUnitTest extends DrupalWebTestCase {
-  function getInfo() {
+  public static function getInfo() {
     return array(
       'name' => t('OpenID helper functions'),
       'description' => t('Test OpenID helper functions.'),
Index: modules/simpletest/tests/form.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/tests/form.test,v
retrieving revision 1.9
diff -u -p -r1.9 form.test
--- modules/simpletest/tests/form.test	29 Apr 2009 07:18:04 -0000	1.9
+++ modules/simpletest/tests/form.test	5 May 2009 19:26:27 -0000
@@ -395,7 +395,7 @@ class FormAPITestCase extends DrupalWebT
  */
 class FormsFormStorageTestCase extends DrupalWebTestCase {
 
-  function getInfo() {
+  public static function getInfo() {
     return array(
       'name'  => t('Multistep form using form storage'),
       'description'  => t('Tests a multistep form using form storage and makes sure validation and caching works right.'),
Index: modules/simpletest/tests/theme.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/tests/theme.test,v
retrieving revision 1.1
diff -u -p -r1.1 theme.test
--- modules/simpletest/tests/theme.test	15 Apr 2009 20:45:46 -0000	1.1
+++ modules/simpletest/tests/theme.test	5 May 2009 19:26:27 -0000
@@ -10,7 +10,7 @@
  * Unit tests for the theme API.
  */
 class TemplateUnitTest extends DrupalWebTestCase {
-  function getInfo() {
+  public static function getInfo() {
     return array(
       'name' => t('Theme API'),
       'description' => t('Test low-level theme template functions.'),
Index: modules/user/user.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/user/user.test,v
retrieving revision 1.34
diff -u -p -r1.34 user.test
--- modules/user/user.test	25 Apr 2009 17:52:43 -0000	1.34
+++ modules/user/user.test	5 May 2009 19:26:36 -0000
@@ -979,7 +979,7 @@ class UserBlocksUnitTests extends Drupal
  */
 class UserSaveTestCase extends DrupalWebTestCase {
 
-  function getInfo() {
+  public static function getInfo() {
     return array(
       'name' => t('User save test'),
       'description' => t('Test user_save() for arbitrary new uid.'),
