Skip to content

Commit 7206ec8

Browse files
committed
Added default report test
1 parent 4fb9b29 commit 7206ec8

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/test/java/org/utplsql/maven/plugin/UtPlsqlMojoTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ public void skipUtplsqlTests() throws MojoExecutionException {
117117

118118
@Test
119119
public void defaultReport() throws MojoExecutionException {
120-
utPLSQLMojo.execute();
121-
122120
final ByteArrayOutputStream console = new ByteArrayOutputStream();
123121
System.setOut(new PrintStream(console));
124122

0 commit comments

Comments
 (0)