[Lxr-commits] CVS: lxr-tools/tests AllTests.pm,1.2,1.3
Brought to you by:
ajlittoz
From: Malcolm B. <mb...@us...> - 2009-05-12 15:52:24
|
Update of /cvsroot/lxr/lxr-tools/tests In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv12758 Modified Files: AllTests.pm Log Message: Add Postgres tests to standard test suite Index: AllTests.pm =================================================================== RCS file: /cvsroot/lxr/lxr-tools/tests/AllTests.pm,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- AllTests.pm 6 May 2009 22:33:08 -0000 1.2 +++ AllTests.pm 12 May 2009 15:52:14 -0000 1.3 @@ -19,6 +19,7 @@ $suite->add_test(Test::Unit::TestSuite->new("PlainTest")); # $suite->add_test(Test::Unit::TestSuite->new("BKTest")); $suite->add_test(Test::Unit::TestSuite->new("MysqlTest")); + $suite->add_test(Test::Unit::TestSuite->new("PostgresTest")); return $suite; } |