Skip to content

Commit 4959989

Browse files
committed
minor fix
1 parent 879ab1b commit 4959989

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/JrfInOperatorTest.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -576,10 +576,7 @@ public void testAutoAndCustomSitConfigOverrides() throws Exception {
576576

577577
testAdminT3Channel(domain11);
578578
testAdminServerExternalService(domain11);
579-
// testBasicUseCases(domain11);
580-
// Bug 29591809
581-
// TODO: re-enable the test once the bug is fixed
582-
// testAdminT3ChannelWithJMS(domain11);
579+
583580
testCompletedSuccessfully = true;
584581

585582
} finally {

integration-tests/src/test/resources/domain-home-on-pv/create-jrfdomain-admin-port-enabled.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2014, 2019, Oracle Corporation and/or its affiliates. All rights reserved.
1+
# Copyright 2019, Oracle Corporation and/or its affiliates. All rights reserved.
22
# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
33

44
import os
@@ -254,7 +254,7 @@ def usage():
254254
#for index, arg in enumerate(sys.argv):
255255
# print "sys.argv[" + str(index) + "] = " + str(sys.argv[index])
256256

257-
if len(sys.argv) < 16:
257+
if len(sys.argv) < 21:
258258
usage()
259259

260260
#oracleHome will be passed by command line parameter -oh.

integration-tests/src/test/resources/domain-home-on-pv/create-jrfdomain-auto-custom-sit-config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def usage():
240240
#for index, arg in enumerate(sys.argv):
241241
# print "sys.argv[" + str(index) + "] = " + str(sys.argv[index])
242242

243-
if len(sys.argv) < 16:
243+
if len(sys.argv) < 19:
244244
usage()
245245

246246
#oracleHome will be passed by command line parameter -oh.

0 commit comments

Comments
 (0)