Kenichi Ishigaki
f56689d929
use more test utility functions
2019-01-07 03:41:09 +09:00
Kenichi Ishigaki
fdde5b98ef
use Test::FailWarnings as Test::NoWarnings does not play well with done_testing
2019-01-06 09:17:14 +09:00
Kenichi Ishigaki
c84a0a9781
use done_testing and remove plan tests
2019-01-06 09:03:41 +09:00
Kenichi Ishigaki
fc55eeb0d7
fixed mixed EOLs and removed redundant blank lines
2019-01-06 05:55:34 +09:00
Kenichi Ishigaki
11c2f4e70f
use warnings
2019-01-02 21:17:30 +09:00
Kenichi Ishigaki
12ab284322
removed shebang from tests
2019-01-02 21:10:51 +09:00
Peter Rabbitson
c4eab85ff7
Workaround for upcoming lack of dot in @INC ( RT#120444, sigh )
...
Zero functional changes, simply executed the following:
find . -name '*.t' -exec perl -0777 -p -i -e 's|^use t::lib::SQLiteTest|use lib "t/lib";\nuse SQLiteTest|m' {} +
Also had to do a manual (but identical) fix in t/01_compile.t
2017-05-05 00:48:33 +02:00
Kenichi Ishigaki
434aea6479
rename t/lib/Test.pm to t/lib/SQLiteTest.pm
2017-03-04 15:04:39 +09:00
Kenichi Ishigaki
bb93e93884
skip no warnings test because it's known to fail under perl >= 5.22 and non-utf8 locale (RT-112220)
2016-02-20 19:57:02 +09:00
Kenichi Ishigaki
c716e6b56a
compare perl_match and db_match
2016-02-20 10:43:33 +09:00
Kenichi Ishigaki
8a50806e17
try Encode for older perls
2016-02-20 10:33:14 +09:00
Kenichi Ishigaki
95bd200674
not to use Japanese multibyte characters directly
2016-02-20 10:21:36 +09:00
Kenichi Ishigaki
7ae3f655d0
make sure to set internal unicode mode before registering default callbacks (REGEXP function etc)
2016-02-20 09:45:11 +09:00