--- trunk/t/5_Node.t 2006/06/24 15:34:42 160 +++ trunk/t/5_Node.t 2006/08/06 16:29:34 167 @@ -3,7 +3,7 @@ use strict; use blib; -my $tests = 271; +my $tests = 272; use Test::More; use Test::Exception; @@ -247,6 +247,7 @@ # test skip my $skip = int($max / 2) || die "skip is zero, can't test"; ok($cond->set_skip( $skip ), "cond set_skip($skip)"); +cmp_ok($cond->skip, '==', $skip, "skip is $skip"); like($node->cond_to_query( $cond ), qr/skip=$skip/, 'cond_to_query have skip');