Update tests for AntiSpoof fixes

Bug: T29987
Depends-On: Iccb3e50073bbbc2b979cb62dd0e129afd1c2e55f
Change-Id: I8bef839b9b9ca5fced94ce6428e769133ede868f
This commit is contained in:
Kaldari 2016-06-14 12:04:37 -06:00 committed by Aaron Schulz
parent 76ef672c2f
commit acd28cb00f
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
ccnorm("aanyone") = "AANY0NE"
ccnorm("aany0ne") = "AANYONE"

View file

@ -1 +1 @@
norm("foo") = "F0" & norm("anyone") = "ANY0NE"
norm("foo") = "FO" & norm("any0ne") = "ANYONE"