[Jifty-commit] jifty branch, master, updated. 15f32fdfd89b01e2395885a1e5f59364d25ea5ea

Jifty commits jifty-commit at lists.jifty.org
Fri Jan 29 08:48:10 EST 2010


The branch, master has been updated
       via  15f32fdfd89b01e2395885a1e5f59364d25ea5ea (commit)
      from  f8785c88100d12be38eebed4e4791a62e354591b (commit)

Summary of changes:
 lib/Jifty/Test.pm |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit 15f32fdfd89b01e2395885a1e5f59364d25ea5ea
Author: Chia-liang Kao <clkao at clkao.org>
Date:   Fri Jan 29 21:46:45 2010 +0800

    Increase Test::LongString reporting string length.

diff --git a/lib/Jifty/Test.pm b/lib/Jifty/Test.pm
index f6d3417..952a436 100644
--- a/lib/Jifty/Test.pm
+++ b/lib/Jifty/Test.pm
@@ -18,6 +18,11 @@ use Cwd qw/abs_path cwd/;
 # END to be at the very last, later than Jifty::Test's
 use Test::HTTP::Server::Simple;
 
+# Mechanize uses Test::LongString to report mismatches.  Increase the
+# limit so we can see where errors come from more easily.
+use Test::LongString;
+$Test::LongString::Max = 128;
+
 =head1 NAME
 
 Jifty::Test - Jifty's test module

-----------------------------------------------------------------------


More information about the Jifty-commit mailing list