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

This commit is contained in:
Sergio Giro
2016-01-28 15:02:44 +00:00
committed by Gerrit Code Review

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() {