Merge "Frameworks: Annotate JUnit4 test with @Test" am: 3a12454f9a

am: af8f4b192d

Change-Id: Id390ce18897982a278b0b8b74650e45fa25e5a36
This commit is contained in:
Andreas Gampe
2018-02-27 01:54:13 +00:00
committed by android-build-merger

View File

@@ -263,6 +263,7 @@ public class CredentialTest {
*
* @throws Exception
*/
@Test
public void validateCertCredentialWithoutCaCert() throws Exception {
Credential cred = createCredentialWithCertificateCredential();
cred.setCaCertificate(null);