summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2012-11-09 15:58:29 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-11-09 15:58:29 -0800
commit6011abdc2e0a974a02bc5f21ccc6db3e971be11f (patch)
tree2e677bde884523764bc546ad063921d4cb83c798 /tests
parentadbc60cde3b6037d2f99b4730f79d12aa5d28668 (diff)
parent678aa6530062e4db2afc5eadea82681e4ba49a1a (diff)
Merge "Use a custom character map instead of name normalizer"
Diffstat (limited to 'tests')
-rw-r--r--tests/src/com/android/dialer/SmartDialNameMatcherTest.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/src/com/android/dialer/SmartDialNameMatcherTest.java b/tests/src/com/android/dialer/SmartDialNameMatcherTest.java
index babae55fa..492e5b422 100644
--- a/tests/src/com/android/dialer/SmartDialNameMatcherTest.java
+++ b/tests/src/com/android/dialer/SmartDialNameMatcherTest.java
@@ -106,7 +106,6 @@ public class SmartDialNameMatcherTest extends TestCase {
final SmartDialNameMatcher matcher = new SmartDialNameMatcher(query);
final ArrayList<SmartDialMatchPosition> matchPositions =
new ArrayList<SmartDialMatchPosition>();
- displayName = SmartDialNameMatcher.stripDiacritics(displayName);
final boolean matches = matcher.matchesCombination(
displayName, query, matchPositions);
Log.d(TAG, "query=" + query + " text=" + displayName