[Lxr-commits] CVS: lxr/tests AllTests.pm,1.1.4.2,1.1.4.3
Brought to you by:
ajlittoz
From: Malcolm B. <mb...@us...> - 2005-04-29 20:59:23
|
Update of /cvsroot/lxr/lxr/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv875 Modified Files: Tag: bk-dev-branch AllTests.pm Log Message: Index: AllTests.pm =================================================================== RCS file: /cvsroot/lxr/lxr/tests/AllTests.pm,v retrieving revision 1.1.4.2 retrieving revision 1.1.4.3 diff -u -d -r1.1.4.2 -r1.1.4.3 --- AllTests.pm 13 Feb 2005 19:35:04 -0000 1.1.4.2 +++ AllTests.pm 29 Apr 2005 20:59:15 -0000 1.1.4.3 @@ -14,9 +14,8 @@ my $class = shift; my $suite = Test::Unit::TestSuite->empty_new("LXR Tests"); $suite->add_test(Test::Unit::TestSuite->new("ConfigTest")); - $suite->add_test(Test::Unit::TestSuite->new("BKTest")); $suite->add_test(Test::Unit::TestSuite->new("PlainTest")); - + $suite->add_test(Test::Unit::TestSuite->new("BKTest")); return $suite; } |