Kenichi Ishigaki
627666e888
not to use Test::FailWarnings except for developers environment
2019-01-07 03:48:10 +09:00
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
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
764b446776
skip fts3/metadata tests when those are disabled to resolve #65267
2011-01-31 03:00:40 +00:00
Kenichi Ishigaki
de36cae5e2
fts tests requires SQLite 3.6.6 and newer
2010-06-10 07:00:34 +00:00
Darren Duncan
03ae5523f0
t/rt_50503_fts3.t no longer skips its failing test
2009-10-16 23:46:08 +00:00
Adam Kennedy
a0188d13f9
Skipping test so we can do a dev release with the SQLite foreign key improvements
2009-10-15 03:57:44 +00:00
Kenichi Ishigaki
726440ae80
DBD::SQLite: added a failing test (WARNING: this test may cause segfaults now!), adapted from RT #50503 posted by sendai
2009-10-15 01:20:12 +00:00