File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
java/org/utplsql/maven/plugin
resources/unit-tests/ora_stuck_timeout Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -268,9 +268,9 @@ public void skip_utplsql_tests() throws Exception {
268268 }
269269
270270 /**
271- * Enable DBMS_OUTPUT
271+ * Set ORA Stuck Timeout
272272 * <p>
273- * Given : a pom.xml with dbmsOutput=true
273+ * Given : a pom.xml with oraStuckTimeout=0
274274 * When : pom is read
275275 * Then : Property is set
276276 */
@@ -280,8 +280,9 @@ public void ora_stuck_timeout() throws Exception {
280280 assertNotNull (utPlsqlMojo );
281281
282282 utPlsqlMojo .execute ();
283- }
284283
284+ assertEquals (Integer .valueOf (5 ), utPlsqlMojo .oraStuckTimeout );
285+ }
285286
286287 /**
287288 * Ora Stuck Timeout
Original file line number Diff line number Diff line change 2525 <goal >test</goal >
2626 </goals >
2727 <configuration >
28- <oraStuckTimeout >0 </oraStuckTimeout >
28+ <oraStuckTimeout >5 </oraStuckTimeout >
2929 <ignoreFailure >false</ignoreFailure >
3030 <paths >
3131 <path >app</path >
You can’t perform that action at this time.
0 commit comments