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
9f291b41d3
disabled (Print)Warn hack (by timbunce's guidance)
2010-11-04 16:24:00 +00:00
Adam Kennedy
85300f62f1
Now I can have my fancy module without CORION's hated dependency :)
...
Bundling Test::NoWarnings into inc
2009-04-05 23:42:14 +00:00
Max Maischein
9dbd444ccb
Make Test::NoWarnings optional. Please don't litter/burden DBD::SQLite with fancy prerequisites
2009-04-05 19:33:19 +00:00
Adam Kennedy
e1650f962b
Fixing implementation of PrintWarn to comply with the DBI specification.
...
I'm not sure why it doesn't warn anyway, but we'll survive with this for now.
2009-04-05 02:03:53 +00:00
Adam Kennedy
833e560411
Adding failing test
2009-04-05 00:28:55 +00:00