Index: maven-commandline-plugin/src/test/org/codelutin/util/GeneratorTest.java diff -u maven-commandline-plugin/src/test/org/codelutin/util/GeneratorTest.java:1.1 maven-commandline-plugin/src/test/org/codelutin/util/GeneratorTest.java:1.2 --- maven-commandline-plugin/src/test/org/codelutin/util/GeneratorTest.java:1.1 Thu Nov 29 10:32:25 2007 +++ maven-commandline-plugin/src/test/org/codelutin/util/GeneratorTest.java Thu Nov 29 22:28:45 2007 @@ -47,6 +47,8 @@ goal.projectName = PROJECT_NAME; goal.out = new File(OUT_PATH); goal.rstFilePath = new File(RST_FILE_NAME); + goal.generateOptionImplementation= true; + //goal.showDetails = true; goal.execute(); assertNotNull(goal.parser); @@ -54,7 +56,7 @@ } - public void testLaunchWithDetails() throws Exception { + public void estLaunchWithDetails() throws Exception { Generator goal = new Generator(); @@ -71,7 +73,7 @@ } - public void testLaunchWithDetailsAndErrors() throws Exception { + public void estLaunchWithDetailsAndErrors() throws Exception { Generator goal = new Generator();