[DBD::Pg 3/3] Skip more tests if we are dealing with the crappy SQL_ASCII encoding
dbdpg-commits-gENoVmVU/[email protected] Sat, 7 Feb 2015 12:45:37 +0000
| Newsgroups | gmane.comp.db.postgresql.dbdpg.cvs |
|---|---|
| Message-ID | <[email protected]> |
Committed by Greg Sabino Mullane <greg-O9fzpki4YnJWk0Htik3J/[email protected]> Subject: [DBD::Pg 3/3] Skip more tests if we are dealing with the crappy SQL_ASCII encoding --- t/30unicode.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/30unicode.t b/t/30unicode.t index aa993b6..2d23c47 100644 --- a/t/30unicode.t +++ b/t/30unicode.t @@ -58,6 +58,7 @@ foreach ( my %ranges = ( UTF8 => qr/.*/, LATIN1 => qr/\A(?:ascii|latin 1 range)\z/, + SQL_ASCII => qr/nada/, ); foreach (@tests) { -- 1.8.4