[DBD::Pg] This test works again
[email protected] Thu, 9 Jan 2014 17:50:57 -0500
| Newsgroups | perl.dbd.pg.changes |
|---|---|
| Message-ID | <[email protected]> |
Committed by Greg Sabino Mullane <[email protected]> This test works again --- t/02attribs.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/02attribs.t b/t/02attribs.t index 278e9b3..89cd943 100644 --- a/t/02attribs.t +++ b/t/02attribs.t @@ -438,7 +438,7 @@ SKIP: { ok (Encode::is_utf8($name), $t); $t='Unicode (utf8) data returned from database is not corrupted'; - is (length($name), 5, $t); + is (length($name), 4, $t); $t='ASCII text returned from database does have utf8 bit set'; $sth->finish(); -- 1.8.4