Unit test post-clean-up fix 60/38660/1
authorIgor Foltin <ifoltin@cisco.com>
Wed, 11 May 2016 11:26:50 +0000 (13:26 +0200)
committerIgor Foltin <ifoltin@cisco.com>
Wed, 11 May 2016 11:26:50 +0000 (13:26 +0200)
Moved unit tests Bug5712Test and Bug5829Test
to package org.opendaylight.yangtools.yang.stmt.

Change-Id: I2677c6c8f327428ebd1544a51aecaf0eb095c653
Signed-off-by: Igor Foltin <ifoltin@cisco.com>
yang/yang-parser-impl/src/test/java/org/opendaylight/yangtools/yang/stmt/Bug5712Test.java [moved from yang/yang-parser-impl/src/test/java/org/opendaylight/yangtools/yang/stmt/test/Bug5712Test.java with 98% similarity]
yang/yang-parser-impl/src/test/java/org/opendaylight/yangtools/yang/stmt/Bug5829Test.java [moved from yang/yang-parser-impl/src/test/java/org/opendaylight/yangtools/yang/stmt/test/Bug5829Test.java with 92% similarity]

similarity index 98%
rename from yang/yang-parser-impl/src/test/java/org/opendaylight/yangtools/yang/stmt/test/Bug5712Test.java
rename to yang/yang-parser-impl/src/test/java/org/opendaylight/yangtools/yang/stmt/Bug5712Test.java
index 8e9d2cf147bdb7112f8662d935be53d4a7692955..bdfdc05297560080e0d8962d6ca46fa6fbf4e56a 100644 (file)
@@ -6,7 +6,7 @@
  * and is available at http://www.eclipse.org/legal/epl-v10.html
  */
 
-package org.opendaylight.yangtools.yang.stmt.test;
+package org.opendaylight.yangtools.yang.stmt;
 
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertNotNull;
similarity index 92%
rename from yang/yang-parser-impl/src/test/java/org/opendaylight/yangtools/yang/stmt/test/Bug5829Test.java
rename to yang/yang-parser-impl/src/test/java/org/opendaylight/yangtools/yang/stmt/Bug5829Test.java
index a058e8b1cb261bfd57c545c04c56ccf52377fa4b..26a4ad88b9666baef21a98bbaffc4da8025ed899 100644 (file)
@@ -5,7 +5,8 @@
  * 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.yang.stmt.test;
+
+package org.opendaylight.yangtools.yang.stmt;
 
 import static org.junit.Assert.assertTrue;
 import static org.junit.Assert.fail;
@@ -15,7 +16,6 @@ import java.net.URISyntaxException;
 import org.junit.Test;
 import org.opendaylight.yangtools.yang.parser.spi.meta.ReactorException;
 import org.opendaylight.yangtools.yang.parser.spi.source.SourceException;
-import org.opendaylight.yangtools.yang.stmt.StmtTestUtils;
 
 public class Bug5829Test {
     @Test