Mailing List Archive

svn commit: r499099 - /spamassassin/trunk/t/strip2.t
Author: jm
Date: Tue Jan 23 11:14:30 2007
New Revision: 499099

URL: http://svn.apache.org/viewvc?view=rev&rev=499099
Log:
add the test that uses those two new test files

Modified:
spamassassin/trunk/t/strip2.t

Modified: spamassassin/trunk/t/strip2.t
URL: http://svn.apache.org/viewvc/spamassassin/trunk/t/strip2.t?view=diff&rev=499099&r1=499098&r2=499099
==============================================================================
--- spamassassin/trunk/t/strip2.t (original)
+++ spamassassin/trunk/t/strip2.t Tue Jan 23 11:14:30 2007
@@ -10,6 +10,8 @@
use File::Compare qw(compare_text);

my @files = qw(
+ data/nice/crlf-endings
+ data/nice/no_body
data/spam/002
data/spam/004
data/spam/011
@@ -20,7 +22,7 @@
);
my $input;

-plan tests => 8 + 10 * @files;
+plan tests => 98;

# Make sure all the files can do "report_safe 0" and "report_safe 1"
foreach $input (@files) {