[Rt-commit] r3130 - in RT-Action-ExtractSubjectTag: . t

kevinr at bestpractical.com kevinr at bestpractical.com
Fri Jun 10 15:36:10 EDT 2005


Author: kevinr
Date: Fri Jun 10 15:36:10 2005
New Revision: 3130

Modified:
   RT-Action-ExtractSubjectTag/   (props changed)
   RT-Action-ExtractSubjectTag/MANIFEST
   RT-Action-ExtractSubjectTag/t/02custom_tags.t
Log:
 r4163 at STRATTON-ONE-THIRTY-THREE:  kevinr | 2005-06-10 13:50:15 -0400
 * Added a plan to the second test and made sure the tests will get distributed.


Modified: RT-Action-ExtractSubjectTag/MANIFEST
==============================================================================
--- RT-Action-ExtractSubjectTag/MANIFEST	(original)
+++ RT-Action-ExtractSubjectTag/MANIFEST	Fri Jun 10 15:36:10 2005
@@ -10,6 +10,8 @@
 inc/Module/Install/Win32.pm
 inc/Module/Install/WriteAll.pm
 lib/RT/Action/ExtractSubjectTag.pm
+t/01extract_tags.t
+t/02custom_tags.t
 Makefile.PL
 MANIFEST			This list of files
 README

Modified: RT-Action-ExtractSubjectTag/t/02custom_tags.t
==============================================================================
--- RT-Action-ExtractSubjectTag/t/02custom_tags.t	(original)
+++ RT-Action-ExtractSubjectTag/t/02custom_tags.t	Fri Jun 10 15:36:10 2005
@@ -1,8 +1,8 @@
 #!/sw/bin/perl5.8.6
 
 use strict;
-use Test::More qw/no_plan/;
-#use Test::More tests => 3;
+#use Test::More qw/no_plan/;
+use Test::More tests => 25;
 use RT;
 RT::LoadConfig();
 RT::Init();


More information about the Rt-commit mailing list