Showing
1 changed file
with
2 additions
and
3 deletions
core/store/dist/src/test/java/org/onlab/onos/store/cluster/impl/ClusterCommunicationManagerTest.java
| ... | @@ -5,14 +5,13 @@ import org.junit.Before; | ... | @@ -5,14 +5,13 @@ import org.junit.Before; |
| 5 | import org.junit.Test; | 5 | import org.junit.Test; |
| 6 | import org.onlab.onos.cluster.DefaultControllerNode; | 6 | import org.onlab.onos.cluster.DefaultControllerNode; |
| 7 | import org.onlab.onos.cluster.NodeId; | 7 | import org.onlab.onos.cluster.NodeId; |
| 8 | -import org.onlab.onos.store.cluster.messaging.SerializationService; | ||
| 9 | import org.onlab.packet.IpPrefix; | 8 | import org.onlab.packet.IpPrefix; |
| 10 | -import sun.jvm.hotspot.TestDebugger; | ||
| 11 | 9 | ||
| 12 | import java.util.concurrent.CountDownLatch; | 10 | import java.util.concurrent.CountDownLatch; |
| 13 | import java.util.concurrent.TimeUnit; | 11 | import java.util.concurrent.TimeUnit; |
| 14 | 12 | ||
| 15 | -import static org.junit.Assert.*; | 13 | +import static org.junit.Assert.assertEquals; |
| 14 | +import static org.junit.Assert.assertTrue; | ||
| 16 | 15 | ||
| 17 | /** | 16 | /** |
| 18 | * Tests of the cluster communication manager. | 17 | * Tests of the cluster communication manager. | ... | ... |
-
Please register or login to post a comment