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
1c50bae61b
returning an array should be better
2010-05-21 03:58:11 +00:00
Kenichi Ishigaki
937f856f37
compile options
2010-05-20 03:04:03 +00:00
Adam Kennedy
5072b34cb2
Removed the Perl version test. It's covered by the "use 5.006;" in DBD::SQLite itself
2010-01-08 10:06:47 +00:00
Adam Kennedy
40d6ff35c1
Rewrote 28_changestyle.t in Test::More style
2009-04-04 20:19:25 +00:00
Adam Kennedy
872a54eea9
Streamllining the naming scheme
2009-04-03 20:16:26 +00:00