AbstractVerifierTest: adapt tests to reflect that tabs are preserved by the DN parser

Recently in
53f06c0d1d
I changed the tests to reflect the fact that tabs and newlines were
discarded.

I must have made some mistake verifying the change, as tabs seem preserved.

Changing the assertion for tabs.

Bug: 26517725
Change-Id: I514a3d670019e3e2911e2c69b434d0f577ff9b7a
This commit is contained in:
Sergio Giro
2016-01-28 14:40:48 +00:00
parent 53f06c0d1d
commit f2b8106f8d

View File

@@ -107,7 +107,7 @@ public final class AbstractVerifierTest extends TestCase {
public void testGetCns_whitespace() {
assertCns("cn= p", "p");
assertCns("cn=\np", "p");
assertCns("cn=\tp", "p");
assertCns("cn=\tp", "\tp");
}
public void testGetCnsWithOid() {