Remove binding spec2
[mdsal.git] / binding2 / mdsal-binding2-api / src / test / java / org / opendaylight / mdsal / binding / javav2 / api / TreeNodeModificationTest.java
diff --git a/binding2/mdsal-binding2-api/src/test/java/org/opendaylight/mdsal/binding/javav2/api/TreeNodeModificationTest.java b/binding2/mdsal-binding2-api/src/test/java/org/opendaylight/mdsal/binding/javav2/api/TreeNodeModificationTest.java
deleted file mode 100644 (file)
index 0e6c067..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * Copyright (c) 2017 Pantheon Technologies s.r.o. and others.  All rights reserved.
- *
- * 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
- */
-
-package org.opendaylight.mdsal.binding.javav2.api;
-
-import static org.junit.Assert.assertNotNull;
-
-import org.junit.Test;
-
-public class TreeNodeModificationTest {
-
-    @Test
-    public void notificationMethodEnumTest() throws Exception {
-        assertNotNull(TreeNodeModification.ModificationType.values());
-    }
-}