commit | 0b50a5fa07d2f3da7616ceb42fe1518e325f1664 | [log] [tgz] |
---|---|---|
author | Android Build Merger (Role) <noreply-android-build-merger@google.com> | Tue Feb 27 02:10:26 2018 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Feb 27 02:10:26 2018 +0000 |
tree | 004e4d57891a011e1d3e33e290a43e2bc203e2cc | |
parent | 83e0574c03164c0821d1d4cdc8c3ee371d9ee57f [diff] | |
parent | d33464629db7ac566082693a884ef5a65993224c [diff] |
Merge "Merge "Frameworks: Annotate JUnit4 test with @Test" am: 3a12454f9a am: af8f4b192d am: b4654687ef"
diff --git a/wifi/tests/src/android/net/wifi/hotspot2/pps/CredentialTest.java b/wifi/tests/src/android/net/wifi/hotspot2/pps/CredentialTest.java index b573adf..c5ad7de 100644 --- a/wifi/tests/src/android/net/wifi/hotspot2/pps/CredentialTest.java +++ b/wifi/tests/src/android/net/wifi/hotspot2/pps/CredentialTest.java
@@ -263,6 +263,7 @@ * * @throws Exception */ + @Test public void validateCertCredentialWithoutCaCert() throws Exception { Credential cred = createCredentialWithCertificateCredential(); cred.setCaCertificate(null);