Fix failing robotest
Fixes: 124531152 Test: robotests Change-Id: I4442ae543b062ef17b4bfd828134ede879d2b22d
This commit is contained in:
@@ -142,9 +142,9 @@ public class UserDictionaryListControllerTest {
|
||||
String sortOrder) {
|
||||
if (hasDictionary) {
|
||||
final MatrixCursor cursor = new MatrixCursor(
|
||||
new String[] {UserDictionary.Words.LOCALE});
|
||||
cursor.addRow(new Object[] {"en"});
|
||||
cursor.addRow(new Object[] {"es"});
|
||||
new String[]{UserDictionary.Words.LOCALE});
|
||||
cursor.addRow(new Object[]{"en"});
|
||||
cursor.addRow(new Object[]{"es"});
|
||||
return cursor;
|
||||
} else {
|
||||
return null;
|
||||
|
Reference in New Issue
Block a user