Author: tchemit Date: 2008-01-12 21:32:32 +0000 (Sat, 12 Jan 2008) New Revision: 163 Modified: trunk/maven-jaxx-plugin/src/test/java/jaxx/CompilerTest.java Log: ajout d'un test sur les scripts (pour v?\195?\169rifier les statement sans d?\195?\169limiteur de fin) Modified: trunk/maven-jaxx-plugin/src/test/java/jaxx/CompilerTest.java =================================================================== --- trunk/maven-jaxx-plugin/src/test/java/jaxx/CompilerTest.java 2008-01-12 21:32:18 UTC (rev 162) +++ trunk/maven-jaxx-plugin/src/test/java/jaxx/CompilerTest.java 2008-01-12 21:32:32 UTC (rev 163) @@ -99,6 +99,10 @@ goal.execute(); } + @CompileConfig(packageName = "Script", runJavac = true) + public void testScript() throws MojoExecutionException, MojoFailureException { + goal.execute(); + } @CompileConfig(packageName = "OverridingDataBindings", runJavac = true) public void testOverridingDataBindings() throws MojoExecutionException, MojoFailureException {
participants (1)
-
tchemit@users.labs.libre-entreprise.org