Revert "Bug 1672: Generated javadoc contains symbols of javadoc comment tags"
[mdsal.git] / binding / mdsal-binding-java-api-generator / src / test / java / org / opendaylight / yangtools / sal / java / api / generator / test / EndodingInJavaDocTest.java
index a5170d76f07d1ad0f4c3ceb81be859972860dc5b..330b28e46201e3aeb1afacc7d2f962bf442ed4db 100644 (file)
@@ -1,11 +1,3 @@
-/*
- * Copyright (c) 2015 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.test;
 
 import static org.junit.Assert.assertTrue;
@@ -15,7 +7,6 @@ import static org.opendaylight.yangtools.sal.java.api.generator.test.Compilation
 import static org.opendaylight.yangtools.sal.java.api.generator.test.CompilationTestUtils.cleanUp;
 import static org.opendaylight.yangtools.sal.java.api.generator.test.CompilationTestUtils.getSourceFiles;
 import static org.opendaylight.yangtools.sal.java.api.generator.test.CompilationTestUtils.testCompilation;
-
 import com.google.common.collect.ImmutableSet;
 import java.io.File;
 import java.util.List;
@@ -31,7 +22,7 @@ import org.opendaylight.yangtools.yang.model.api.SchemaContext;
 public class EndodingInJavaDocTest extends BaseCompilationTest {
 
     @Test
-    public void testJavadocEncodingCompilation() throws Exception {
+    public void testAugmentToUsesInAugment() throws Exception {
         final File sourcesOutputDir = new File(GENERATOR_OUTPUT_PATH + FS + "encoding-javadoc");
         assertTrue("Failed to create test file '" + sourcesOutputDir + "'", sourcesOutputDir.mkdir());
         final File compiledOutputDir = new File(COMPILER_OUTPUT_PATH + FS + "encoding-javadoc");