[prev] [thread] [next] [lurker] [Date index for 2005/02/17]
Author: richardc Date: 2005-02-17 16:49:42 +0000 (Thu, 17 Feb 2005) New Revision: 1903 Modified: trunk/Email-Store/t/06attach.t Log: focus just on the Mail and Attachment plugins Modified: trunk/Email-Store/t/06attach.t =================================================================== --- trunk/Email-Store/t/06attach.t 2005-02-17 12:17:49 UTC (rev 1902) +++ trunk/Email-Store/t/06attach.t 2005-02-17 16:49:42 UTC (rev 1903) @@ -1,7 +1,7 @@ use Test::More tests => 8; use File::Slurp; BEGIN { unlink("t/test.db"); } -use Email::Store +use Email::Store { only => [qw( Mail Attachment )] }, ("dbi:SQLite:dbname=t/test.db", "", "", { sqlite_handle_binary_nulls => 1 } ); Email::Store->setup; ok(1, "Set up");
Generated at 18:00 on 17 Feb 2005 by mariachi 0.52