From 72fd3e009efbc8454d99e791d4ec738384b8414d Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Sat, 20 Jan 2018 16:07:33 +0900 Subject: [PATCH] Remove NoWarnings test from t/43_fts.t because Perl may spit a locale warning under some environment --- t/43_fts3.t | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/t/43_fts3.t b/t/43_fts3.t index 1f44780..f18dc8a 100644 --- a/t/43_fts3.t +++ b/t/43_fts3.t @@ -38,13 +38,14 @@ BEGIN { plan skip_all => 'FTS3 tokenizer is disabled for this DBD::SQLite'; } } -use Test::NoWarnings; + +# Perl may spit a warning on locale +# use Test::NoWarnings; my $num = has_sqlite('3.7.4') ? 4 : 2; plan tests => $num * @tests # each test with unicode y/n and with fts3/fts4 - + 2 # connect_ok with unicode y/n - + 1; # Test::NoWarnings + + 2; # connect_ok with unicode y/n BEGIN { # Sadly perl for windows (and probably sqlite, too) may hang