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
ae41bd45c1
applied a patch to fix table_info issue from Vlyon ( #46831 )
2009-06-11 01:20:49 +00:00
Adam Kennedy
2ac8ee6ee9
Increased use of Test::NoWarnings
2009-04-10 06:30:07 +00:00
Adam Kennedy
e87308e952
Cleared as many simple, obvious or duplicate RT bugs as I could find
2009-04-04 04:19:55 +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