File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
vertx-mssql-client/src/test/java/io/vertx/mssqlclient/junit
vertx-oracle-client/src/test/java/io/vertx/oracleclient/test/junit Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ private boolean isNullOrEmpty(String connectionUri) {
6565
6666 @ Override
6767 protected void after () {
68- if (isNullOrEmpty (System .getProperty ("connection.uri" )) || this != SHARED_INSTANCE ) {
68+ if (isNullOrEmpty (System .getProperty ("connection.uri" )) && this != SHARED_INSTANCE ) {
6969 stopMSSQL ();
7070 }
7171 }
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ private boolean isNullOrEmpty(String s) {
4848
4949 @ Override
5050 protected void after () {
51- if (isNullOrEmpty (System .getProperty ("connection.uri" )) || this != SHARED_INSTANCE ) {
51+ if (isNullOrEmpty (System .getProperty ("connection.uri" )) && this != SHARED_INSTANCE ) {
5252 stopOracle ();
5353 }
5454 }
You can’t perform that action at this time.
0 commit comments