Loading wifi/tests/src/android/net/wifi/hotspot2/pps/CredentialTest.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -263,6 +263,7 @@ public class CredentialTest { * * * @throws Exception * @throws Exception */ */ @Test public void validateCertCredentialWithoutCaCert() throws Exception { public void validateCertCredentialWithoutCaCert() throws Exception { Credential cred = createCredentialWithCertificateCredential(); Credential cred = createCredentialWithCertificateCredential(); cred.setCaCertificate(null); cred.setCaCertificate(null); Loading Loading
wifi/tests/src/android/net/wifi/hotspot2/pps/CredentialTest.java +1 −0 Original line number Original line Diff line number Diff line Loading @@ -263,6 +263,7 @@ public class CredentialTest { * * * @throws Exception * @throws Exception */ */ @Test public void validateCertCredentialWithoutCaCert() throws Exception { public void validateCertCredentialWithoutCaCert() throws Exception { Credential cred = createCredentialWithCertificateCredential(); Credential cred = createCredentialWithCertificateCredential(); cred.setCaCertificate(null); cred.setCaCertificate(null); Loading