From: Justin Hunter Date: Thu, 23 Apr 2009 22:03:03 +0000 (+0000) Subject: readd the failing test back in X-Git-Tag: v1.70~169^2~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=643858317a9e94e95ac723531c62e9370e07d762;p=dbsrgits%2FSQL-Abstract.git readd the failing test back in --- diff --git a/t/04modifiers.t b/t/04modifiers.t index 47530b0..5be3098 100644 --- a/t/04modifiers.t +++ b/t/04modifiers.t @@ -144,12 +144,11 @@ my @and_or_tests = ( bind => [1..3], }, # test column multi-cond in arrayref (even more useful) -# { -# todo => 'Clarify semantics in 1.52', -# where => { x => { '!=' => [ -and => (1 .. 3) ] } }, -# stmt => 'WHERE x != ? AND x != ? AND x != ?', -# bind => [1..3], -# }, + { + where => { x => { '!=' => [ -and => (1 .. 3) ] } }, + stmt => 'WHERE x != ? AND x != ? AND x != ?', + bind => [1..3], + }, # the -or should affect only the inner hashref, as we are not in an outer arrayref {