[svn:DBD-Pg] r14790 - DBD-Pg/trunk/t

[email protected]
Newsgroups gmane.comp.db.postgresql.dbdpg.cvs
Message-ID <[email protected]>
Author: turnstep
Date: Mon Mar 28 07:57:36 2011
New Revision: 14790

Modified:
   DBD-Pg/trunk/t/00_signature.t

Log:
Revert test code


Modified: DBD-Pg/trunk/t/00_signature.t
==============================================================================
--- DBD-Pg/trunk/t/00_signature.t	(original)
+++ DBD-Pg/trunk/t/00_signature.t	Mon Mar 28 07:57:36 2011
@@ -8,20 +8,6 @@
 use Test::More;
 select(($|=1,select(STDERR),$|=1)[1]);
 
-my $testfh;
-if (exists $ENV{TEST_OUTPUT}) {
-	my $file = $ENV{TEST_OUTPUT};
-	open $testfh, '>>', $file or die qq{Could not append file "$file": $!\n};
-	Test::More->builder->output($testfh);
-	Test::More->builder->failure_output($testfh);
-	Test::More->builder->todo_output($testfh);
-}
-END {
-	if (defined $testfh) {
-		close $testfh or warn qq{Could not close testing file handle: $!\n};
-	}
-}
-
 if (!$ENV{TEST_SIGNATURE}) {
 	plan skip_all => 'Set the environment variable TEST_SIGNATURE to enable this test';
 }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.