Author: turnstep
Date: Wed Mar 25 09:47:25 2009
New Revision: 12632

Modified:
   DBD-Pg/trunk/t/02attribs.t

Log:
Comment++


Modified: DBD-Pg/trunk/t/02attribs.t
==============================================================================
--- DBD-Pg/trunk/t/02attribs.t  (original)
+++ DBD-Pg/trunk/t/02attribs.t  Wed Mar 25 09:47:25 2009
@@ -1560,7 +1560,7 @@
                        $sth->execute(1);
                        my $val = $sth->fetchall_arrayref()->[0][0];
                        is ($val, $answer, $t);
-                       # Let the child exit
+                       # Let the child exit first
                        select(undef,undef,undef,0.3);
                }
                else { # Child

Reply via email to