[prev] [thread] [next] [lurker] [Date index for 2005/02/04]
Author: richardc
Date: 2005-02-04 12:57:24 +0000 (Fri, 04 Feb 2005)
New Revision: 1819
Modified:
trunk/Email-Store-Summary/Changes
trunk/Email-Store-Summary/t/1.t
Log:
fixup the test
Modified: trunk/Email-Store-Summary/Changes
===================================================================
--- trunk/Email-Store-Summary/Changes 2005-02-04 12:52:29 UTC (rev 1818)
+++ trunk/Email-Store-Summary/Changes 2005-02-04 12:57:24 UTC (rev 1819)
@@ -1,5 +1,9 @@
Revision history for Perl extension Email::Store::Summary.
+HEAD
+ - have the test exclude plugins other than Mail and Summary, so that
+ we're not afflicted by other peoples mungings --richardc
+
1.1 Thu Jul 15 13:13:01 BST 2004
- Return UTF8
Modified: trunk/Email-Store-Summary/t/1.t
===================================================================
--- trunk/Email-Store-Summary/t/1.t 2005-02-04 12:52:29 UTC (rev 1818)
+++ trunk/Email-Store-Summary/t/1.t 2005-02-04 12:57:24 UTC (rev 1819)
@@ -1,7 +1,9 @@
+# -*- cperl -*-
use Test::More tests => 5;
use File::Slurp;
BEGIN { unlink("t/test.db"); }
-use Email::Store "dbi:SQLite:dbname=t/test.db";
+use Email::Store { only => [qw( Mail Summary )] },
+ "dbi:SQLite:dbname=t/test.db";
Email::Store->setup;
ok(1, "Set up");
Generated at 17:00 on 06 Feb 2005 by mariachi 0.52