[Buix-commits] r750 - trunk/lutinjaxx/maven/src/test/java/jaxx
Author: tchemit Date: 2008-07-22 15:35:22 +0000 (Tue, 22 Jul 2008) New Revision: 750 Modified: trunk/lutinjaxx/maven/src/test/java/jaxx/CompilerTest.java Log: move to our package org.codelutin.jaxx Modified: trunk/lutinjaxx/maven/src/test/java/jaxx/CompilerTest.java =================================================================== --- trunk/lutinjaxx/maven/src/test/java/jaxx/CompilerTest.java 2008-07-22 15:35:13 UTC (rev 749) +++ trunk/lutinjaxx/maven/src/test/java/jaxx/CompilerTest.java 2008-07-22 15:35:22 UTC (rev 750) @@ -3,6 +3,7 @@ import junit.framework.TestCase; import org.apache.maven.plugin.MojoExecutionException; import org.apache.maven.plugin.MojoFailureException; +import org.codelutin.jaxx.JaxxGeneratorGoal; import java.io.File; import java.io.IOException; @@ -68,13 +69,13 @@ } @CompileConfig(packageName = "InnerClasses", runJavac = true) - public void testInnerClasses() throws MojoExecutionException, MojoFailureException { - goal.execute(); - } - + public void testInnerClasses() throws MojoExecutionException, MojoFailureException { + goal.execute(); + } + @CompileConfig(packageName = "SpecialSubclassing", runJavac = true) - public void testSpecialSubclassing() throws MojoExecutionException, MojoFailureException { + public void testSpecialSubclassing() throws MojoExecutionException, MojoFailureException { try { goal.execute(); } catch (Exception e) { @@ -101,7 +102,7 @@ @CompileConfig(packageName = "Script", runJavac = false) public void testScript() throws MojoExecutionException, MojoFailureException { - try { + try { goal.execute(); } catch (Exception e) { // there is some inter-dependances between generated java file
participants (1)
-
tchemit@users.labs.libre-entreprise.org