[DBD::Pg] Tweak test due to new utf8
[email protected] Sun, 1 Dec 2013 23:57:03 -0500
| Newsgroups | perl.dbd.pg.changes |
|---|---|
| Message-ID | <[email protected]> |
Committed by Greg Sabino Mullane <[email protected]> Tweak test due to new utf8 --- t/02attribs.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/02attribs.t b/t/02attribs.t index 89cd943..278e9b3 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), 4, $t); + is (length($name), 5, $t); $t='ASCII text returned from database does have utf8 bit set'; $sth->finish(); -- 1.8.4