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

5 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
Kenichi Ishigaki
434aea6479 rename t/lib/Test.pm to t/lib/SQLiteTest.pm 2017-03-04 15:04:39 +09:00
Kenichi Ishigaki
b388c648a3 added a few test cases for int overflow regression 2014-10-24 15:41:14 +09:00
Kenichi Ishigaki
40cc2628bf updated rt_76395_int_overflow.t with test cases from ribasushi 2014-10-22 23:41:13 +09:00
Reini Urban
7bd422edcd add tests for rt_26775 and rt_76395 2013-05-29 10:03:26 -05:00