Committed by Greg Sabino Mullane <[email protected]>

Subject: [DBD::Pg 2/2] Make sure this test matchess the description!

---
 t/02attribs.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/t/02attribs.t b/t/02attribs.t
index 197d962..ecc540c 100644
--- a/t/02attribs.t
+++ b/t/02attribs.t
@@ -442,7 +442,7 @@ SKIP: {
        $sth->finish();
        $sth->execute(1);
        my ($id2, $name2) = $sth->fetchrow_array();
-       ok (!Encode::is_utf8($name2), $t);
+       ok (Encode::is_utf8($name2), $t);
        $sth->finish();
 }
 
-- 
1.7.1

Reply via email to