--- trunk/t/2_condition.t 2006/01/04 22:46:16 17 +++ trunk/t/2_condition.t 2006/01/04 22:48:29 18 @@ -3,7 +3,7 @@ use strict; use blib; -use Test::More tests => 14; +use Test::More tests => 15; use Test::Exception; #use Data::Dumper; @@ -21,3 +21,5 @@ foreach my $opt (qw/SURE USUAL FAST AGITO NOIDF SIMPLE/) { ok($cond->set_options( $opt ), 'set_option '.$opt); } + +cmp_ok($cond->phrase, 'eq', 'search', 'phrase');