Fix the plan for skipping tests when ideographic search won't work.

This commit is contained in:
Colin Kuskie 2010-07-13 11:39:46 -07:00
parent 0b87ce3e65
commit b24f73fb3d

View file

@ -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({