X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=southbound%2Fsouthbound-impl%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fovsdb%2Fsouthbound%2Ftransactions%2Fmd%2FOpenVSwitchUpdateCommandTest.java;h=6fd4b5fd7eebaa8316d820273c29e6c9a79a0a7a;hb=8838b9b1339188e947135ab0bef9792d967bd57d;hp=f261f18b9dc613cccbb26d67b707c693d91441fb;hpb=a64075f5e626e84444fd0e6edf02e6d67e7c2ed6;p=ovsdb.git diff --git a/southbound/southbound-impl/src/test/java/org/opendaylight/ovsdb/southbound/transactions/md/OpenVSwitchUpdateCommandTest.java b/southbound/southbound-impl/src/test/java/org/opendaylight/ovsdb/southbound/transactions/md/OpenVSwitchUpdateCommandTest.java index f261f18b9..6fd4b5fd7 100644 --- a/southbound/southbound-impl/src/test/java/org/opendaylight/ovsdb/southbound/transactions/md/OpenVSwitchUpdateCommandTest.java +++ b/southbound/southbound-impl/src/test/java/org/opendaylight/ovsdb/southbound/transactions/md/OpenVSwitchUpdateCommandTest.java @@ -5,7 +5,6 @@ * terms of the Eclipse Public License v1.0 which accompanies this distribution, * and is available at http://www.eclipse.org/legal/epl-v10.html */ - package org.opendaylight.ovsdb.southbound.transactions.md; import static org.junit.Assert.assertEquals; @@ -309,8 +308,8 @@ public class OpenVSwitchUpdateCommandTest { verify(openVSwitch).getDatapathTypesColumn(); Map entries = ovsdbNodeBuilder.getDatapathTypeEntry(); assertEquals(2, entries.size()); - assertTrue(entries.containsKey(new DatapathTypeEntryKey(DatapathTypeNetdev.class))); - assertTrue(entries.containsKey(new DatapathTypeEntryKey(DatapathTypeSystem.class))); + assertTrue(entries.containsKey(new DatapathTypeEntryKey(DatapathTypeNetdev.VALUE))); + assertTrue(entries.containsKey(new DatapathTypeEntryKey(DatapathTypeSystem.VALUE))); } @Test