Moved ClusterCommunicationManagerTest to correct package
Change-Id: I339269f0ca9f685fe6af1fd5d7e5e4597209f5dd
Showing
1 changed file
with
2 additions
and
3 deletions
| 1 | -package org.onlab.onos.store.cluster.impl; | 1 | +package org.onlab.onos.store.cluster.messaging.impl; |
| 2 | 2 | ||
| 3 | import org.junit.After; | 3 | import org.junit.After; |
| 4 | import org.junit.Before; | 4 | import org.junit.Before; |
| ... | @@ -6,8 +6,7 @@ import org.junit.Ignore; | ... | @@ -6,8 +6,7 @@ import org.junit.Ignore; |
| 6 | import org.junit.Test; | 6 | import org.junit.Test; |
| 7 | import org.onlab.onos.cluster.DefaultControllerNode; | 7 | import org.onlab.onos.cluster.DefaultControllerNode; |
| 8 | import org.onlab.onos.cluster.NodeId; | 8 | import org.onlab.onos.cluster.NodeId; |
| 9 | -import org.onlab.onos.store.cluster.messaging.impl.ClusterCommunicationManager; | 9 | +import org.onlab.onos.store.cluster.impl.ClusterNodesDelegate; |
| 10 | -import org.onlab.onos.store.cluster.messaging.impl.MessageSerializer; | ||
| 11 | import org.onlab.netty.NettyMessagingService; | 10 | import org.onlab.netty.NettyMessagingService; |
| 12 | import org.onlab.packet.IpPrefix; | 11 | import org.onlab.packet.IpPrefix; |
| 13 | 12 | ... | ... |
-
Please register or login to post a comment