[DBD::Pg 1/2] Adjust test count
dbdpg-commits-gENoVmVU/[email protected] Sun, 1 Sep 2013 23:34:22 -0400
| Newsgroups | gmane.comp.db.postgresql.dbdpg.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by Greg Sabino Mullane <greg-O9fzpki4YnJWk0Htik3J/[email protected]> Subject: [DBD::Pg 1/2] Adjust test count --- t/01constants.t | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/t/01constants.t b/t/01constants.t index 0d6bfae..29753b5 100644 --- a/t/01constants.t +++ b/t/01constants.t @@ -4,7 +4,7 @@ use 5.006; use strict; ## We cannot 'use warnings' here as PG_TSQUERY and others trip it up ## no critic (RequireUseWarnings) -use Test::More tests => 136; +use Test::More tests => 151; select(($|=1,select(STDERR),$|=1)[1]); use DBD::Pg qw(:pg_types :async); -- 1.7.1