
ruz at bestpractical
Sep 4, 2007, 8:12 AM
Post #1 of 1
(101 views)
Permalink
|
|
r8895 - rtfm/branches/2.1-TESTING/t
|
|
Author: ruz Date: Tue Sep 4 11:12:43 2007 New Revision: 8895 Modified: rtfm/branches/2.1-TESTING/t/3upload-customfields.t rtfm/branches/2.1-TESTING/t/ArticleCollection_Overlay.pm.t rtfm/branches/2.1-TESTING/t/Article_Overlay.pm.t rtfm/branches/2.1-TESTING/t/Class_Overlay.pm.t Log: * add a plan for each test file Modified: rtfm/branches/2.1-TESTING/t/3upload-customfields.t ============================================================================== --- rtfm/branches/2.1-TESTING/t/3upload-customfields.t (original) +++ rtfm/branches/2.1-TESTING/t/3upload-customfields.t Tue Sep 4 11:12:43 2007 @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More qw/no_plan/; +use Test::More tests => 14; BEGIN { require 't/utils.pl' } BEGIN { Modified: rtfm/branches/2.1-TESTING/t/ArticleCollection_Overlay.pm.t ============================================================================== --- rtfm/branches/2.1-TESTING/t/ArticleCollection_Overlay.pm.t (original) +++ rtfm/branches/2.1-TESTING/t/ArticleCollection_Overlay.pm.t Tue Sep 4 11:12:43 2007 @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More qw/no_plan/; +use Test::More test => 31; BEGIN { require 't/utils.pl' } use_ok 'RT'; Modified: rtfm/branches/2.1-TESTING/t/Article_Overlay.pm.t ============================================================================== --- rtfm/branches/2.1-TESTING/t/Article_Overlay.pm.t (original) +++ rtfm/branches/2.1-TESTING/t/Article_Overlay.pm.t Tue Sep 4 11:12:43 2007 @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More 'no_plan'; +use Test::More tests => 69; BEGIN { require 't/utils.pl' } use_ok 'RT'; Modified: rtfm/branches/2.1-TESTING/t/Class_Overlay.pm.t ============================================================================== --- rtfm/branches/2.1-TESTING/t/Class_Overlay.pm.t (original) +++ rtfm/branches/2.1-TESTING/t/Class_Overlay.pm.t Tue Sep 4 11:12:43 2007 @@ -3,7 +3,7 @@ use strict; use warnings; -use Test::More 'no_plan'; +use Test::More test => 14; BEGIN { require 't/utils.pl' } use_ok 'RT'; _______________________________________________ Rt-commit mailing list Rt-commit[at]lists.bestpractical.com http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-commit
|