Author: turnstep
Date: Thu Jan 17 08:49:03 2008
New Revision: 10587

Modified:
   DBD-Pg/trunk/t/07copy.t

Log:
Typo.


Modified: DBD-Pg/trunk/t/07copy.t
==============================================================================
--- DBD-Pg/trunk/t/07copy.t     (original)
+++ DBD-Pg/trunk/t/07copy.t     Thu Jan 17 08:49:03 2008
@@ -140,12 +140,6 @@
 ok($@, 'pg_endcopy fails when called twice after COPY OUT');
 
 
-
-
-
-
-
-
 ##
 ## Test the new COPY methods
 ##
@@ -215,7 +209,7 @@
 };
 ok($@, $t);
 
-$t=q{Calling pg_getcopydata gives an errors when in the middle of COPY .. 
FROM};
+$t=q{Calling pg_getcopydata gives an error when in the middle of COPY .. FROM};
 eval {
        $dbh->pg_getcopydata($data[0]);
 };

Reply via email to