Skip to content

Commit 0f231e3

Browse files
committed
Code coverage
1 parent f999fab commit 0f231e3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

fj-doc-maven-plugin/src/test/java/test/org/fugerit/java/doc/project/facade/TestMojoVerify.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
import org.junit.Assert;
88
import org.junit.Test;
99

10-
import java.io.IOException;
11-
1210
public class TestMojoVerify {
1311

1412
private static final String PATH_OK = "src/test/resources/fj_doc_test/template";
@@ -39,8 +37,7 @@ public void testMojoVerifyKo() throws MojoExecutionException, MojoFailureExcepti
3937
@Override
4038
public void execute() throws MojoExecutionException, MojoFailureException {
4139
this.failOnErrors=false;
42-
this.templateFilePattern = ".{0,}[.]ftl";
43-
this.templateBasePath = PATH_OK;
40+
this.templateBasePath = PATH_KO;
4441
super.execute();
4542
res.setValue( Boolean.TRUE );
4643
}

0 commit comments

Comments
 (0)