File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
integration-tests/src/test/java/oracle/kubernetes/operator Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -136,6 +136,7 @@ public void testCustomSitConfigOverridesForDomain() throws Exception {
136
136
+ T3CHANNELPORT
137
137
+ " weblogic welcome1 "
138
138
+ domain .getAdminServerName ()
139
+ + " "
139
140
+ testMethod
140
141
+ "'" );
141
142
assertResult (result );
@@ -166,7 +167,7 @@ public void testCustomSitConfigOverridesForDomainMS() throws Exception {
166
167
+ fqdn
167
168
+ " "
168
169
+ T3CHANNELPORT
169
- + " weblogic welcome1 managed-server1"
170
+ + " weblogic welcome1 managed-server1 "
170
171
+ testMethod
171
172
+ "'" );
172
173
assertResult (result );
@@ -203,6 +204,7 @@ public void testCustomSitConfigOverridesForJdbc() throws Exception {
203
204
+ T3CHANNELPORT
204
205
+ " weblogic welcome1 "
205
206
+ domain .getAdminServerName ()
207
+ + " "
206
208
+ testMethod
207
209
+ " "
208
210
+ JDBC_URL
@@ -237,6 +239,7 @@ public void testCustomSitConfigOverridesForJms() throws Exception {
237
239
+ T3CHANNELPORT
238
240
+ " weblogic welcome1 "
239
241
+ domain .getAdminServerName ()
242
+ + " "
240
243
+ testMethod
241
244
+ "'" );
242
245
assertResult (result );
@@ -271,6 +274,7 @@ public void testCustomSitConfigOverridesForWldf() throws Exception {
271
274
+ T3CHANNELPORT
272
275
+ " weblogic welcome1 "
273
276
+ domain .getAdminServerName ()
277
+ + " "
274
278
+ testMethod
275
279
+ "'" );
276
280
assertResult (result );
You can’t perform that action at this time.
0 commit comments