OPNFLWPLUG-1032: Neon-MRI: Bump odlparent, yangtools, mdsal
[openflowplugin.git] / extension / openflowplugin-extension-nicira / src / test / java / org / opendaylight / openflowplugin / extension / vendor / nicira / convertor / action / RegMoveConvertorTest.java
index f6d9a9677674cb508754dc9acb302941788cd070..1966331af4bcf05f9bc2b4d66999846ac3d0d7e5 100644 (file)
@@ -63,7 +63,6 @@ public class RegMoveConvertorTest {
         when(nxRegMove.getSrc()).thenReturn(src);
         when(nxRegMove.getDst()).thenReturn(dst);
         when(nxRegMove.getSrc().getStart()).thenReturn(1);
-        when(nxRegMove.getSrc().getEnd()).thenReturn(2);
         when(nxRegMove.getDst().getStart()).thenReturn(3);
         when(nxRegMove.getDst().getEnd()).thenReturn(4);
         when(nxRegMove.getDst().getDstChoice()).thenReturn(new DstNxTunIdCaseBuilder().build());