We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7206ec8 commit 101c7beCopy full SHA for 101c7be
1 file changed
src/test/java/org/utplsql/maven/plugin/UtPlsqlMojoTest.java
@@ -117,14 +117,7 @@ public void skipUtplsqlTests() throws MojoExecutionException {
117
118
@Test
119
public void defaultReport() throws MojoExecutionException {
120
- final ByteArrayOutputStream console = new ByteArrayOutputStream();
121
- System.setOut(new PrintStream(console));
122
-
123
utPLSQLMojo.execute();
124
125
- String standardOutput = console.toString();
126
127
- assertTrue(standardOutput.contains("Finished"));
128
}
129
130
0 commit comments