From acd28cb00fa8260adcddc7275ae196024867ae03 Mon Sep 17 00:00:00 2001 From: Kaldari Date: Tue, 14 Jun 2016 12:04:37 -0600 Subject: [PATCH] Update tests for AntiSpoof fixes Bug: T29987 Depends-On: Iccb3e50073bbbc2b979cb62dd0e129afd1c2e55f Change-Id: I8bef839b9b9ca5fced94ce6428e769133ede868f --- tests/parserTests/ccnorm.t | 2 +- tests/parserTests/norm.t | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/parserTests/ccnorm.t b/tests/parserTests/ccnorm.t index 1ffa81ef4..f233e42e6 100644 --- a/tests/parserTests/ccnorm.t +++ b/tests/parserTests/ccnorm.t @@ -1 +1 @@ -ccnorm("aanyone") = "AANY0NE" +ccnorm("aany0ne") = "AANYONE" diff --git a/tests/parserTests/norm.t b/tests/parserTests/norm.t index 707ba15e3..ed2d442a8 100644 --- a/tests/parserTests/norm.t +++ b/tests/parserTests/norm.t @@ -1 +1 @@ -norm("foo") = "F0" & norm("anyone") = "ANY0NE" +norm("foo") = "FO" & norm("any0ne") = "ANYONE"