1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00
Commit graph

15 commits

Author SHA1 Message Date
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
a23de06650 fix GH #8 2015-04-16 19:59:21 +09:00
Kenichi Ishigaki
8fc2d566db applied two more patches from Yuriy Kaminskiy to fix 64bit integer handling 2012-03-25 02:37:09 +00:00
Kenichi Ishigaki
19b512b0b8 DBD-SQLite: applied @CALL_FUNCS trick and removed several _func tests 2009-07-23 14:12:35 +00:00
Kenichi Ishigaki
74efd983dc DBD-SQLite: skip_all should be placed before Test::NoWarnings 2009-05-22 01:36:09 +00:00
Kenichi Ishigaki
1c06ff021e DBD-SQLite: made sure if private methods/functions return true after successful calls (#44871) 2009-05-06 12:18:37 +00:00
Kenichi Ishigaki
804169717e DBD-SQLite: prepared install_method() for the rest of the functions, and added tests for the installed methods (TODO: need to tweak return values for several functions) 2009-05-06 08:39:49 +00:00
Adam Kennedy
e120f1e6a1 Tweak 2009-04-23 10:00:32 +00:00
Kenichi Ishigaki
28ed4ffc44 DBD-SQLite: resolved #45171, maybe a perl bug resolved somewhere perl > 5.8.5 2009-04-21 15:05:23 +00:00
Adam Kennedy
2ac8ee6ee9 Increased use of Test::NoWarnings 2009-04-10 06:30:07 +00:00
Adam Kennedy
193d8e8f52 All those explicit disconnects are no longer required 2009-04-04 02:54:00 +00:00
Adam Kennedy
872a54eea9 Streamllining the naming scheme 2009-04-03 20:16:26 +00:00
Renamed from t/08create_function.t (Browse further)