[jifty-devel] trivial test patch against a failing test

Andreas J. Koenig andreas.koenig.7os6VVqR at franz.ak.mind.de
Thu May 17 07:40:18 EDT 2007


Index: t/01-dependencies.t
===================================================================
--- t/01-dependencies.t	(revision 3242)
+++ t/01-dependencies.t	(working copy)
@@ -66,7 +66,7 @@
 
 for (sort keys %required) {
     my $first_in = Module::CoreList->first_release($_, $required{$_});
-    fail("Required module $_ is already in core") if defined $first_in and $first_in <= 5.00803;
+    fail("Required module $_ (v. $required{$_}) is in core since $first_in") if defined $first_in and $first_in <= 5.008003;
 }
 
 1;

-- 
andreas


More information about the jifty-devel mailing list