summaryrefslogtreecommitdiffstats
path: root/harmony-tests
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2015-04-21 16:09:16 +0100
committerNarayan Kamath <narayan@google.com>2015-04-22 09:59:50 +0000
commit519bb724dc701bd0f59a4c27f72d4b589f382fad (patch)
tree8f23aae86a78af7402f0f1eb6dcc9e79b0e96c95 /harmony-tests
parentf27a212333ddef7cc365dbeb41cb417dade2d099 (diff)
downloadlibcore-519bb724dc701bd0f59a4c27f72d4b589f382fad.zip
libcore-519bb724dc701bd0f59a4c27f72d4b589f382fad.tar.gz
libcore-519bb724dc701bd0f59a4c27f72d4b589f382fad.tar.bz2
X509Certificate: Narrow down the scope of caught exceptions.
Also, fix the package name of the corresponding test so that vogar isn't confused. bug: 19245702 Change-Id: I647f0c9ca4c81bb41d4b64088b60f37ebc671e84
Diffstat (limited to 'harmony-tests')
-rw-r--r--harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/cert/X509CertificateTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/cert/X509CertificateTest.java b/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/cert/X509CertificateTest.java
index 64bfbb3..26403f5 100644
--- a/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/cert/X509CertificateTest.java
+++ b/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/cert/X509CertificateTest.java
@@ -20,7 +20,7 @@
* @version $Revision$
*/
-package tests.api.javax.security.cert;
+package org.apache.harmony.tests.javax.security.cert;
import junit.framework.Test;
import junit.framework.TestCase;