This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libdbd-sqlite3-perl.

commit bb93e93884fef6dfdc24d7bee43d99f8d7cc30a7
Author: Kenichi Ishigaki <ishig...@cpan.org>
Date:   Sat Feb 20 19:57:02 2016 +0900

    skip no warnings test because it's known to fail under perl >= 5.22 and 
non-utf8 locale (RT-112220)
---
 t/62_regexp_multibyte_char_class.t | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/t/62_regexp_multibyte_char_class.t 
b/t/62_regexp_multibyte_char_class.t
index 103d88e..47ef517 100644
--- a/t/62_regexp_multibyte_char_class.t
+++ b/t/62_regexp_multibyte_char_class.t
@@ -13,7 +13,7 @@ BEGIN {
                plan skip_all => 'Unicode is not supported before 5.8.5';
        }
 }
-use Test::NoWarnings;
+#use Test::NoWarnings; # see RT#112220
 
 # special case for multibyte (non-ASCII) character class,
 # which only works correctly under the unicode mode
@@ -21,7 +21,7 @@ my @words = 
("\x{e3}\x{83}\x{86}\x{e3}\x{82}\x{b9}\x{e3}\x{83}\x{88}", "\x{e3}\x
 
 my $regex = 
"\x{e3}\x{83}\x{86}[\x{e3}\x{82}\x{b9}\x{e3}\x{83}\x{b3}]\x{e3}\x{83}\x{88}"; # 
テ[スン]ト
 
-plan tests => 2 * 2 * @CALL_FUNCS + 1;
+plan tests => 2 * 2 * @CALL_FUNCS;
 
 foreach my $call_func (@CALL_FUNCS) {
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdbd-sqlite3-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to