test framework - two improvements
authorGalen Charlton <galen.charlton@liblime.com>
Wed, 30 Apr 2008 20:45:43 +0000 (15:45 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 1 May 2008 02:58:32 +0000 (21:58 -0500)
commitaad276c3cd88a25cfb229fe140ac8cf27c56b17d
tree66fdb20ba9a52d6479f4fdac4a36f40ac3e54470
parentf7b5af15c48878bea67f9d0e6038daf697f456c7
test framework - two improvements

[1] When running the database-dependent tests (cd t, make test),
    all tables in the test database are dropped prior to running
    the installer and test cases.  This means that the test
    database will start with a clean slate.
[2] It is now possible to specify a single test class to run,
    to avoid having to run all of them:

    cd t
    make test TEST_CLASS=Search

    To run all DB-dependent tests, just do the usual

    cd t
    make test

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
t/Makefile
t/database_dependent.pl