Skip to content

Commit ac9a1a8

Browse files
committed
fix
1 parent 5f08887 commit ac9a1a8

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
@@ -125,7 +125,7 @@ public static void staticUnPrepare() throws Exception {
125125
}
126126

127127
@Test
128-
public void testOperatorUpgradeFrom2_0() throws Exception {
128+
public void test5OperatorUpgradeFrom2_0() throws Exception {
129129
String testMethod = new Object() {}.getClass().getEnclosingMethod().getName();
130130
logTestBegin(testMethod);
131131
setupOperatorAndDomain("2.0", "2.0");
@@ -134,7 +134,7 @@ public void testOperatorUpgradeFrom2_0() throws Exception {
134134
}
135135

136136
@Test
137-
public void testOperatorUpgradeFrom2_0_1() throws Exception {
137+
public void test4OperatorUpgradeFrom2_0_1() throws Exception {
138138
String testMethod = new Object() {}.getClass().getEnclosingMethod().getName();
139139
logTestBegin(testMethod);
140140
setupOperatorAndDomain("release/2.0.1", "2.0.1");
@@ -143,7 +143,7 @@ public void testOperatorUpgradeFrom2_0_1() throws Exception {
143143
}
144144

145145
@Test
146-
public void testOperatorUpgradeFrom2_1() throws Exception {
146+
public void test3OperatorUpgradeFrom2_1() throws Exception {
147147
String testMethod = new Object() {}.getClass().getEnclosingMethod().getName();
148148
logTestBegin(testMethod);
149149
setupOperatorAndDomain("release/2.1", "2.1");
@@ -152,7 +152,7 @@ public void testOperatorUpgradeFrom2_1() throws Exception {
152152
}
153153

154154
@Test
155-
public void testOperatorUpgradeFrom2_2_0() throws Exception {
155+
public void test2OperatorUpgradeFrom2_2_0() throws Exception {
156156
String testMethod = new Object() {}.getClass().getEnclosingMethod().getName();
157157
logTestBegin(testMethod);
158158
setupOperatorAndDomain("release/2.2", "2.2.0");
@@ -161,7 +161,7 @@ public void testOperatorUpgradeFrom2_2_0() throws Exception {
161161
}
162162

163163
@Test
164-
public void testOperatorUpgradeFrom2_2_1() throws Exception {
164+
public void test1OperatorUpgradeFrom2_2_1() throws Exception {
165165
String testMethod = new Object() {}.getClass().getEnclosingMethod().getName();
166166
logTestBegin(testMethod);
167167
setupOperatorAndDomain("release/2.2.1", "2.2.1");

0 commit comments

Comments
 (0)