--- trunk/t/2_Condition.t 2006/08/06 17:20:09 172 +++ trunk/t/2_Condition.t 2006/08/06 18:15:11 173 @@ -3,7 +3,7 @@ use strict; use blib; -use Test::More tests => 31; +use Test::More tests => 32; use Test::Exception; #use Data::Dumper; @@ -37,6 +37,8 @@ cmp_ok($cond->set_options( SURE => 1 ), '==', $cond->set_options('SURE'), "set_option backward compatibility"); +ok($cond->set_mask(qw/0 1 2/), 'mask'); + my $v; cmp_ok($v = $cond->phrase, 'eq', 'search', "phrase: $v"); cmp_ok($v = $cond->max, '==', 42, "max: $v");