File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
integration-tests/src/test/java/oracle/kubernetes/operator Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ public static void staticUnPrepare() throws Exception {
71
71
}
72
72
73
73
/**
74
- * The properties tested is: env: "-Dweblogic.StdoutDebugEnabled=false"-->
74
+ * The property tested is: env: "-Dweblogic.StdoutDebugEnabled=false"-->
75
75
* "-Dweblogic.StdoutDebugEnabled=true"
76
76
*
77
77
* @throws Exception
@@ -94,7 +94,7 @@ public void testServerPodsRestartByChangingEnvProperty() throws Exception {
94
94
}
95
95
96
96
/**
97
- * The properties tested is: logHomeEnabled: true --> logHomeEnabled: false
97
+ * The property tested is: logHomeEnabled: true --> logHomeEnabled: false
98
98
*
99
99
* @throws Exception
100
100
*/
@@ -116,7 +116,7 @@ public void testServerPodsRestartByChangingLogHomeEnabled() throws Exception {
116
116
}
117
117
118
118
/**
119
- * The properties tested is: imagePullPolicy: IfNotPresent --> imagePullPolicy: Never
119
+ * The property tested is: imagePullPolicy: IfNotPresent --> imagePullPolicy: Never
120
120
*
121
121
* @throws Exception
122
122
*/
@@ -139,7 +139,7 @@ public void testServerPodsRestartByChangingImagePullPolicy() throws Exception {
139
139
}
140
140
141
141
/**
142
- * The properties tested is: includeServerOutInPodLog: true --> includeServerOutInPodLog: false
142
+ * The property tested is: includeServerOutInPodLog: true --> includeServerOutInPodLog: false
143
143
*
144
144
* @throws Exception
145
145
*/
@@ -162,7 +162,7 @@ public void testServerPodsRestartByChangingIncludeServerOutInPodLog() throws Exc
162
162
}
163
163
164
164
/**
165
- * The properties tested is: image: "store/oracle/weblogic:12.2.1.3" --> image:
165
+ * The property tested is: image: "store/oracle/weblogic:12.2.1.3" --> image:
166
166
* "store/oracle/weblogic:duplicate"
167
167
*
168
168
* @throws Exception
You can’t perform that action at this time.
0 commit comments