Fix broken ovsdb build due to commit in openflowplugin
[ovsdb.git] / of-extension / nx-sal / src / test / java / org / opendaylight / ovs / nx / sal / NiciraExtensionProviderTest.java
diff --git a/of-extension/nx-sal/src/test/java/org/opendaylight/ovs/nx/sal/NiciraExtensionProviderTest.java b/of-extension/nx-sal/src/test/java/org/opendaylight/ovs/nx/sal/NiciraExtensionProviderTest.java
deleted file mode 100644 (file)
index 80297b4..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
-* Copyright (C) 2014 Red Hat, Inc.
-*
-* This program and the accompanying materials are made available under the
-* terms of the Eclipse Public License v1.0 which accompanies this distribution,
-* and is available at http://www.eclipse.org/legal/epl-v10.html
-*
-* Authors : Sam Hague
-*/
-package org.opendaylight.ovs.nx.sal;
-
-import static org.junit.Assert.assertTrue;
-import org.junit.Test;
-
-public class NiciraExtensionProviderTest {
-
-    @Test
-    public void testRegisterConverters () {
-        assertTrue(true);
-    }
-}