Skip to content

Commit

Permalink
Fix the plan for skipping tests when ideographic search won't work.
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Jul 13, 2010
1 parent 1c6b269 commit b8559a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/Search/Index.t
Expand Up @@ -248,7 +248,7 @@ SKIP: {
use utf8;

my $min_word_length = $session->db->quickHashRef("show variables like 'ft_min_word_len'");
skip 'MySQL minimum word length too long to support ideograms', 2
skip 'MySQL minimum word length too long to support ideograms', 1
if $min_word_length->{Value} > 2;

$article->update({
Expand Down

0 comments on commit b8559a5

Please sign in to comment.