Index: drupal_test_case.php
===================================================================
RCS file: /cvs/drupal/contributions/modules/simpletest/drupal_test_case.php,v
retrieving revision 1.53
diff -u -r1.53 drupal_test_case.php
--- drupal_test_case.php	19 Feb 2008 13:52:05 -0000	1.53
+++ drupal_test_case.php	5 Mar 2008 06:24:48 -0000
@@ -40,6 +40,7 @@
       'body'      => $this->randomName(32),
       'title'     => $this->randomName(8),
       'comment'   => 2,
+      'created'   => time(),
       'changed'   => time(),
       'format'    => 1,
       'moderate'  => 0,

