From: Peter Rabbitson Date: Sun, 28 Nov 2010 01:31:25 +0000 (+0100) Subject: Better diagnostics (unparse the parent of the failed chunk) X-Git-Tag: v1.72~9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=eb8ff0c748c4602c2b56b179db1185ffec7f3de4;hp=536dbae1fcfc48ccf68b42c8d3fc9a904acd1cff;p=dbsrgits%2FSQL-Abstract.git Better diagnostics (unparse the parent of the failed chunk) --- diff --git a/lib/SQL/Abstract/Test.pm b/lib/SQL/Abstract/Test.pm index 6ad4881..318b6ef 100644 --- a/lib/SQL/Abstract/Test.pm +++ b/lib/SQL/Abstract/Test.pm @@ -134,7 +134,6 @@ sub _eq_sql { } # different amount of elements elsif (@$left != @$right) { - $sql_differ = sprintf ("left: %s\nright: %s\n", map { $sqlat->unparse ($_) } ($left, $right) ); return 0; } # one is empty - so is the other