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
d5c6e51914
resolved #61355
2010-09-16 06:59:36 +00:00
Kenichi Ishigaki
5cbeb50890
DBD-SQLite: switched to use :memory: for most of the tests
...
Speaking more specifically, for the tests that don't require reconnection. It seems this makes it easier to find memory leaks by DBD::SQLite itself.
2009-07-02 10:00:51 +00:00
Adam Kennedy
f8230304bf
Setting svn:eol-style to native
2009-04-11 02:59:57 +00:00
Darren Duncan
baf5d75f2f
fixed t/28 that broke following Test.pm update
2009-04-05 01:31:36 +00:00
Adam Kennedy
2bed12654d
Wrap the initial database code in a scope
2009-04-04 22:01:41 +00:00
Adam Kennedy
a95211acc0
Rewrote to use Test::More
2009-04-04 22:00:35 +00:00
Adam Kennedy
40d6ff35c1
Rewrote 28_changestyle.t in Test::More style
2009-04-04 20:19:25 +00:00
Adam Kennedy
90c018c655
Commit a bunch of RT fixes
2009-04-04 00:37:29 +00:00
Adam Kennedy
710575aee8
Streamllining the naming scheme
2009-04-03 20:19:01 +00:00