Author: turnstep
Date: Tue Mar 10 16:43:10 2009
New Revision: 12600

Modified:
   DBD-Pg/trunk/t/01constants.t
   DBD-Pg/trunk/t/99_pod.t

Log:
Minor tweaks.


Modified: DBD-Pg/trunk/t/01constants.t
==============================================================================
--- DBD-Pg/trunk/t/01constants.t        (original)
+++ DBD-Pg/trunk/t/01constants.t        Tue Mar 10 16:43:10 2009
@@ -4,7 +4,7 @@
 use strict;
 ## We cannot 'use warnings' here as PG_TSQUERY and others trip it up
 ## no critic (RequireUseWarnings)
-use Test::More tests => 133;
+use Test::More tests => 134;
 select(($|=1,select(STDERR),$|=1)[1]);
 
 use DBD::Pg qw(:pg_types :async);

Modified: DBD-Pg/trunk/t/99_pod.t
==============================================================================
--- DBD-Pg/trunk/t/99_pod.t     (original)
+++ DBD-Pg/trunk/t/99_pod.t     Tue Mar 10 16:43:10 2009
@@ -127,6 +127,7 @@
                 qr{PG_POLYGON},
                 qr{PG_POLYGONARRAY},
                 qr{PG_RECORD},
+                qr{PG_RECORDARRAY},
                 qr{PG_REFCURSOR},
                 qr{PG_REFCURSORARRAY},
                 qr{PG_REGCLASS},

Reply via email to