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

6 commits

Author SHA1 Message Date
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
SATO Kentaro
8f8741d1b7 fix zero-length BLOB value is retrieved as undef 2017-03-14 00:20:56 +09:00
Kenichi Ishigaki
434aea6479 rename t/lib/Test.pm to t/lib/SQLiteTest.pm 2017-03-04 15:04:39 +09:00
Adam Kennedy
51bd0c50ff Completed the migration away from and deprecation of t/lib.pl 2009-04-17 04:24:04 +00:00
Adam Kennedy
e93d416d28 Removing the table name generator, since each test now uses it's own database 2009-04-16 00:54:21 +00:00
Adam Kennedy
872a54eea9 Streamllining the naming scheme 2009-04-03 20:16:26 +00:00
Renamed from t/40blobs.t (Browse further)