aboutsummaryrefslogtreecommitdiff
path: root/tests/src/com/android/providers/contacts/SearchIndexManagerTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/com/android/providers/contacts/SearchIndexManagerTest.java')
-rw-r--r--tests/src/com/android/providers/contacts/SearchIndexManagerTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/providers/contacts/SearchIndexManagerTest.java b/tests/src/com/android/providers/contacts/SearchIndexManagerTest.java
index 2c1db4cd..05a7e8dd 100644
--- a/tests/src/com/android/providers/contacts/SearchIndexManagerTest.java
+++ b/tests/src/com/android/providers/contacts/SearchIndexManagerTest.java
@@ -86,7 +86,7 @@ public class SearchIndexManagerTest extends BaseContactsProvider2Test {
values.put(StructuredName.PHONETIC_GIVEN_NAME, "taro");
DataUtil.insertStructuredName(mResolver, rawContactId, values);
- assertSearchIndex(zcontactId, null, "yamada taro", null);
+ assertSearchIndex(contactId, null, "yamada taro", null);
}
public void testSearchIndexForChineseName() {