Index: modules/simpletest/simpletest.install
===================================================================
RCS file: /cvs/drupal/drupal/modules/simpletest/simpletest.install,v
retrieving revision 1.4
diff -u -r1.4 simpletest.install
--- modules/simpletest/simpletest.install	24 Jun 2008 21:51:02 -0000	1.4
+++ modules/simpletest/simpletest.install	10 Aug 2008 15:26:32 -0000
@@ -166,10 +166,8 @@
         'description' => t('Message status. Core understands pass, fail, exception.'),
       ),
       'message' => array(
-        'type' => 'varchar',
-        'length' => 255,
+        'type' => 'text',
         'not null' => TRUE,
-        'default' => '',
         'description' => t('The message itself.'),
       ),
       'message_group' => array(
@@ -256,4 +254,4 @@
   }
 
   return $ret;
-}
\ No newline at end of file
+}
