Skip to content

Commit 101c7be

Browse files
committed
Added default report test
1 parent 7206ec8 commit 101c7be

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

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

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

118118
@Test
119119
public void defaultReport() throws MojoExecutionException {
120-
final ByteArrayOutputStream console = new ByteArrayOutputStream();
121-
System.setOut(new PrintStream(console));
122-
123120
utPLSQLMojo.execute();
124-
125-
String standardOutput = console.toString();
126-
127-
assertTrue(standardOutput.contains("Finished"));
128121
}
129122

130123
}

0 commit comments

Comments
 (0)