Merge "Frameworks: Annotate JUnit4 test with @Test"

This commit is contained in:
Andreas Gampe
2018-02-26 23:55:49 +00:00
committed by Gerrit Code Review

View File

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