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

Jesse Vincent jesse at bestpractical.com
Thu May 17 15:05:20 EDT 2007


Thanks. Applied
On May 17, 2007, at 7:40 AM, Andreas J. Koenig wrote:

> 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
> _______________________________________________
> jifty-devel mailing list
> jifty-devel at lists.jifty.org
> http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-devel
>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
Url : http://lists.bestpractical.com/pipermail/jifty-devel/attachments/20070517/67e9259d/PGP.pgp


More information about the jifty-devel mailing list