Author: desruisseaux
Date: Thu May 19 03:02:22 2016
New Revision: 1744498
URL: http://svn.apache.org/viewvc?rev=1744498&view=rev
Log:
Update for API change.
Modified:
sis/release-test/maven/src/test/java/org/apache/sis/test/IntegrationTest.java
Modified:
sis/release-test/maven/src/test/java/org/apache/sis/test/IntegrationTest.java
URL:
http://svn.apache.org/viewvc/sis/release-test/maven/src/test/java/org/apache/sis/test/IntegrationTest.java?rev=1744498&r1=1744497&r2=1744498&view=diff
==============================================================================
---
sis/release-test/maven/src/test/java/org/apache/sis/test/IntegrationTest.java
[UTF-8] (original)
+++
sis/release-test/maven/src/test/java/org/apache/sis/test/IntegrationTest.java
[UTF-8] Thu May 19 03:02:22 2016
@@ -16,7 +16,6 @@
*/
package org.apache.sis.test;
-import javax.management.JMException;
import org.junit.AfterClass;
import org.junit.BeforeClass;
import org.junit.runners.Suite;
@@ -49,10 +48,10 @@ public final strictfp class IntegrationT
/**
* Shutdown the library only once after the execution of all test suite.
*
- * @throws JMException If an error occurred during unregistration of the
supervisor MBean.
+ * @throws Exception if an error occurred during unregistration of the
supervisor MBean.
*/
@AfterClass
- public static void finish() throws JMException {
+ public static void finish() throws Exception {
skipShutdown = false;
shutdown();
}