Make AbstractIdentifiablePayloadTest public
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / test / java / org / opendaylight / controller / cluster / datastore / AbstractClusterRefActorTest.java
index f47ff18027468caa790d8fa4a17b9e3303f762fc..567ccadb325203b27e99f1a4233098d9334c0a49 100644 (file)
@@ -26,7 +26,7 @@ public abstract class AbstractClusterRefActorTest extends AbstractTest {
 
     @AfterClass
     public static void tearDownClass() throws IOException {
-        JavaTestKit.shutdownActorSystem(system);
+        JavaTestKit.shutdownActorSystem(system, null, Boolean.TRUE);
         system = null;
     }