? sites/mysql-drupal.fiasco.lan
? sites/default/files
? sites/default/settings.php
Index: modules/simpletest/tests/database_test.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/tests/database_test.test,v
retrieving revision 1.58
diff -u -p -r1.58 database_test.test
--- modules/simpletest/tests/database_test.test	27 Jun 2009 09:41:56 -0000	1.58
+++ modules/simpletest/tests/database_test.test	5 Jul 2009 02:52:22 -0000
@@ -2485,9 +2485,6 @@ class DatabaseInvalidDataTestCase extend
         $this->pass(t('The whole transaction is rolled back when a duplicate key insert occurs.'));
       }
 
-      // 23000 means "Integrity constraint violation" according to ANSI SQL.
-      $this->assertEqual($e->errorInfo[0], '23000', t('Exception has proper SQLSTATE.'));
-
       // Ensure the other values were not inserted.
       $record = db_select('test')
         ->fields('test', array('name', 'age'))
