Merge "Fix UserBigramSuggestTests"

This commit is contained in:
Tadashi G. Takaoka 2012-01-12 22:17:28 -08:00 committed by Android (Google) Code Review
commit 06eb042616

View file

@ -23,7 +23,7 @@ import com.android.inputmethod.latin.tests.R;
import java.util.Locale;
public class UserBigramSuggestTests extends SuggestTestsBase {
private static final int SUGGESTION_STARTS = 6;
private static final int SUGGESTION_STARTS = 1;
private static final int MAX_DATA = 20;
private static final int DELETE_DATA = 10;