Bug 6859 #4 Binding generator v1 refactoring
[mdsal.git] / binding / mdsal-binding-java-api-generator / src / test / java / org / opendaylight / yangtools / sal / java / api / generator / IntegerRangeGeneratorTest.java
diff --git a/binding/mdsal-binding-java-api-generator/src/test/java/org/opendaylight/yangtools/sal/java/api/generator/IntegerRangeGeneratorTest.java b/binding/mdsal-binding-java-api-generator/src/test/java/org/opendaylight/yangtools/sal/java/api/generator/IntegerRangeGeneratorTest.java
deleted file mode 100644 (file)
index a56f6ec..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * Copyright (c) 2016 Cisco Systems, Inc. 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.yangtools.sal.java.api.generator;
-
-import static org.junit.Assert.assertTrue;
-
-import org.junit.Test;
-
-public class IntegerRangeGeneratorTest {
-
-    @Test
-    public void convertTest() throws Exception {
-        assertTrue(new IntegerRangeGenerator().convert(1L).equals(new Long(1L).intValue()));
-    }
-}
\ No newline at end of file