X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=binding%2Fmdsal-binding-java-api-generator%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fyangtools%2Fsal%2Fjava%2Fapi%2Fgenerator%2FIntegerRangeGeneratorTest.java;fp=binding%2Fmdsal-binding-java-api-generator%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fyangtools%2Fsal%2Fjava%2Fapi%2Fgenerator%2FIntegerRangeGeneratorTest.java;h=0000000000000000000000000000000000000000;hb=c52572c6c6407af06d40ea9b3b9f0a23eb526924;hp=a56f6ec2e24547b88ee157ea132872886ec802f3;hpb=15e5757677345f22f37a479214a35fd57bcbbc48;p=mdsal.git 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 index a56f6ec2e2..0000000000 --- a/binding/mdsal-binding-java-api-generator/src/test/java/org/opendaylight/yangtools/sal/java/api/generator/IntegerRangeGeneratorTest.java +++ /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