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

am: 5982f2bc9a

* commit '5982f2bc9aa50360ebde52a721da71c6f72af526':
  AbstractVerifierTest: adapt tests to reflect that tabs are preserved by the DN parser
This commit is contained in:
Sergio Giro
2016-01-28 15:05:40 +00:00
committed by android-build-merger

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