Kenichi Ishigaki
627666e888
not to use Test::FailWarnings except for developers environment
2019-01-07 03:48:10 +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
817c9a5669
mention cast() function
2018-11-03 16:28:08 +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
484534cb16
oops, forgot to change a variable name, though I believe the result doesn't change...
2011-03-07 12:24:23 +00:00
Kenichi Ishigaki
968ecf0063
sqlite_see_if_its_a_number attribute to enable sqlite_is_number check
2011-03-05 13:28:27 +00:00
Kenichi Ishigaki
03c6c1ee19
disabled sqlite_is_number related stuff
2010-08-25 02:28:02 +00:00
Darren Duncan
33ca8e347c
DBD::SQLite - un-TODOd 3 tests which now pass - in rt_29629, rt_29058
2010-08-24 23:24:27 +00:00
Kenichi Ishigaki
a35b4bee85
DBD-SQLite: marked the test that is broken again as todo, and added another workaround for example.
2009-04-10 07:34:24 +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
0c6f7fb3bd
Cleaning up the test
2009-04-05 02:32:10 +00:00
Kenichi Ishigaki
14b5e9270b
DBD-SQLite: hopefully resolved RT #29058 ; don't quote (as text) when a bind param look like a number
2009-04-05 02:05:15 +00:00