Merge "Frameworks: Annotate JUnit4 test with @Test"

am: 3a12454f9a

Change-Id: I9c6001ca771d3d2dfd1bdda10661cc685ff0d7bd
This commit is contained in:
Andreas Gampe
2018-02-27 01:45:38 +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);