Skip to content

Commit 05bf0ba

Browse files
committed
fix
1 parent 12045a2 commit 05bf0ba

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public static void staticUnPrepare() throws Exception {
130130
}
131131

132132
@Test
133-
public void testOperatorUpgradeFrom2_0() throws Exception {
133+
public void test1OperatorUpgradeFrom2_0() throws Exception {
134134
String testMethod = new Object() {}.getClass().getEnclosingMethod().getName();
135135
logTestBegin(testMethod);
136136
setupOperatorAndDomain("2.0", "2.0");
@@ -139,7 +139,7 @@ public void testOperatorUpgradeFrom2_0() throws Exception {
139139
}
140140

141141
@Test
142-
public void testOperatorUpgradeFrom2_0_1() throws Exception {
142+
public void test5OperatorUpgradeFrom2_0_1() throws Exception {
143143
String testMethod = new Object() {}.getClass().getEnclosingMethod().getName();
144144
logTestBegin(testMethod);
145145
setupOperatorAndDomain("release/2.0.1", "2.0.1");
@@ -148,7 +148,7 @@ public void testOperatorUpgradeFrom2_0_1() throws Exception {
148148
}
149149

150150
@Test
151-
public void testOperatorUpgradeFrom2_1() throws Exception {
151+
public void test3OperatorUpgradeFrom2_1() throws Exception {
152152
String testMethod = new Object() {}.getClass().getEnclosingMethod().getName();
153153
logTestBegin(testMethod);
154154
setupOperatorAndDomain("release/2.1", "2.1");
@@ -157,7 +157,7 @@ public void testOperatorUpgradeFrom2_1() throws Exception {
157157
}
158158

159159
@Test
160-
public void testOperatorUpgradeFrom2_2_0() throws Exception {
160+
public void test4OperatorUpgradeFrom2_2_0() throws Exception {
161161
String testMethod = new Object() {}.getClass().getEnclosingMethod().getName();
162162
logTestBegin(testMethod);
163163
setupOperatorAndDomain("release/2.2", "2.2.0");
@@ -166,7 +166,7 @@ public void testOperatorUpgradeFrom2_2_0() throws Exception {
166166
}
167167

168168
@Test
169-
public void testOperatorUpgradeFrom2_2_1() throws Exception {
169+
public void test2OperatorUpgradeFrom2_2_1() throws Exception {
170170
String testMethod = new Object() {}.getClass().getEnclosingMethod().getName();
171171
logTestBegin(testMethod);
172172
setupOperatorAndDomain("release/2.2.1", "2.2.1");

0 commit comments

Comments
 (0)