--- trunk/t/1_nos.t 2005/05/17 17:49:14 36 +++ trunk/t/1_nos.t 2005/05/17 19:15:27 37 @@ -3,7 +3,7 @@ use strict; use blib; -use Test::More tests => 28; +use Test::More tests => 31; BEGIN { use_ok('Nos') }; @@ -28,4 +28,5 @@ foreach my $i ( 1 .. 10 ) { ok($nos->add_message_to_list( list => 'another', message => "Subject: test $i" ), "add_message_to_list"); + ok($nos->add_message_to_list( list => 'test', message => "Subject: test e-mail $i\n\nisn't life great?" ), "add_message_to_list") if ($i % 3 == 0); }