1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 22:28:47 -04:00

Converted another batch of tests from lib.pl to t::lib::Test

This commit is contained in:
Adam Kennedy 2009-04-16 03:08:14 +00:00
parent e991a7db97
commit be6c4d5caa

View file

@ -6,6 +6,7 @@ Changes for Perl extension DBD-SQLite.
- Removed the table name generator from t/lib.pl, - Removed the table name generator from t/lib.pl,
getting us closer to removing t/lib.pl entirely (ADAMK) getting us closer to removing t/lib.pl entirely (ADAMK)
- Increased use of Test::NoWarnings (ADAMK) - Increased use of Test::NoWarnings (ADAMK)
- Converted half the remaining lib.pl tests to t::lib::Test (ADAMK)
1.22_06 Wed 15 Apr 2009 1.22_06 Wed 15 Apr 2009
- Simplifying various miscellaneous code (ADAMK) - Simplifying various miscellaneous code (ADAMK)