[Jifty-commit] r5286 - in jifty/trunk: t/TestApp-Plugin-Comments/t

Jifty commits jifty-commit at lists.jifty.org
Tue Apr 8 16:50:04 EDT 2008


Author: sartak
Date: Tue Apr  8 16:50:04 2008
New Revision: 5286

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/t/TestApp-Plugin-Comments/t/00-model-BlogPost.t

Log:
 r53806 at onn:  sartak | 2008-04-08 16:48:01 -0400
 Check for the more specific module (Regexp::Common::Email::Address) in the Comments plugin test


Modified: jifty/trunk/t/TestApp-Plugin-Comments/t/00-model-BlogPost.t
==============================================================================
--- jifty/trunk/t/TestApp-Plugin-Comments/t/00-model-BlogPost.t	(original)
+++ jifty/trunk/t/TestApp-Plugin-Comments/t/00-model-BlogPost.t	Tue Apr  8 16:50:04 2008
@@ -13,7 +13,7 @@
 
 use Jifty::Test;
 
-eval "use HTML::Scrubber; use MIME::Base64::URLSafe; use Regexp::Common; 1";
+eval "use HTML::Scrubber; use MIME::Base64::URLSafe; use Regexp::Common::Email::Address; 1";
 if ($@) {
     plan skip_all => 'A requirement of the Comment plugin is not installed.';
 }


More information about the Jifty-commit mailing list