Author: turnstep
Date: Wed Jan 20 11:34:20 2010
New Revision: 13753

Modified:
   DBD-Pg/trunk/t/06bytea.t
   DBD-Pg/trunk/t/99_pod.t
   DBD-Pg/trunk/t/99_spellcheck.t

Log:
Minor test tweaks.


Modified: DBD-Pg/trunk/t/06bytea.t
==============================================================================
--- DBD-Pg/trunk/t/06bytea.t    (original)
+++ DBD-Pg/trunk/t/06bytea.t    Wed Jan 20 11:34:20 2010
@@ -62,10 +62,10 @@
 $t='Ensure proper handling of high bit characters';
 $sth->execute(403);
 ($binary_in) = $sth->fetchrow_array();
-ok( $binary_in eq $binary_out, $t );
+ok ($binary_in eq $binary_out, $t);
 $sth->execute(404);
 ($binary_in) = $sth->fetchrow_array();
-ok( $binary_in eq $binary_out, $t );
+ok ($binary_in eq $binary_out, $t);
 
 $t='quote properly handles bytea strings';
 my $string = "abc\123\\def\0ghi";

Modified: DBD-Pg/trunk/t/99_pod.t
==============================================================================
--- DBD-Pg/trunk/t/99_pod.t     (original)
+++ DBD-Pg/trunk/t/99_pod.t     Wed Jan 20 11:34:20 2010
@@ -220,9 +220,9 @@
        }
        close $fh or warn qq{Could not close "$filename": $!\n};
        if ($passed) {
-               pass "File $filename has no POD errors";
+               pass ("File $filename has no POD errors");
        }
        else {
-               fail "File $filename had at least one POD error";
+               fail ("File $filename had at least one POD error");
        }
 }

Modified: DBD-Pg/trunk/t/99_spellcheck.t
==============================================================================
--- DBD-Pg/trunk/t/99_spellcheck.t      (original)
+++ DBD-Pg/trunk/t/99_spellcheck.t      Wed Jan 20 11:34:20 2010
@@ -625,6 +625,7 @@
 ints
 Garamond
 gborg
+Hofmann
 n's
 Perlish
 Pg's

Reply via email to