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
d43b278f00
fixed test plan for older DBI (SREZIC++)
...
- http://www.cpantesters.org/cpan/report/3db6dd42-d517-11e4-a801-1beddfbfc7aa
2015-03-29 12:00:17 +09:00
Kenichi Ishigaki
eb10c7ce6f
tweaked code and tests for older SQLite libraries (re: RT 101573)
2015-02-10 17:07:32 +09:00
Kenichi Ishigaki
6afbdb1ce0
don't use done_testing when Test::More 0.47 is required
2013-08-27 12:17:22 +09:00
Kenichi Ishigaki
6458091dbc
check only whether sort is defined or not, as sort may be zero under the new query planner introduced in SQLite 3.8.0
2013-08-27 12:14:45 +09:00
Kenichi Ishigaki
ac73b3ec7f
implemented status interfaces
2012-09-07 19:35:52 +00:00