@@ -126,7 +126,7 @@ public static void staticUnPrepare() throws Exception {
126
126
}
127
127
128
128
@ Test
129
- public void test5OperatorUpgradeFrom2_0 () throws Exception {
129
+ public void testOperatorUpgradeFrom2_0 () throws Exception {
130
130
String testMethod = new Object () {}.getClass ().getEnclosingMethod ().getName ();
131
131
logTestBegin (testMethod );
132
132
setupOperatorAndDomain ("2.0" , "2.0" );
@@ -135,7 +135,7 @@ public void test5OperatorUpgradeFrom2_0() throws Exception {
135
135
}
136
136
137
137
@ Test
138
- public void test4OperatorUpgradeFrom2_0_1 () throws Exception {
138
+ public void testOperatorUpgradeFrom2_0_1 () throws Exception {
139
139
String testMethod = new Object () {}.getClass ().getEnclosingMethod ().getName ();
140
140
logTestBegin (testMethod );
141
141
setupOperatorAndDomain ("release/2.0.1" , "2.0.1" );
@@ -144,7 +144,7 @@ public void test4OperatorUpgradeFrom2_0_1() throws Exception {
144
144
}
145
145
146
146
@ Test
147
- public void test3OperatorUpgradeFrom2_1 () throws Exception {
147
+ public void testOperatorUpgradeFrom2_1 () throws Exception {
148
148
String testMethod = new Object () {}.getClass ().getEnclosingMethod ().getName ();
149
149
logTestBegin (testMethod );
150
150
setupOperatorAndDomain ("release/2.1" , "2.1" );
@@ -153,7 +153,7 @@ public void test3OperatorUpgradeFrom2_1() throws Exception {
153
153
}
154
154
155
155
@ Test
156
- public void test2OperatorUpgradeFrom2_2_0 () throws Exception {
156
+ public void testOperatorUpgradeFrom2_2_0 () throws Exception {
157
157
String testMethod = new Object () {}.getClass ().getEnclosingMethod ().getName ();
158
158
logTestBegin (testMethod );
159
159
setupOperatorAndDomain ("release/2.2" , "2.2.0" );
@@ -162,7 +162,7 @@ public void test2OperatorUpgradeFrom2_2_0() throws Exception {
162
162
}
163
163
164
164
@ Test
165
- public void test1OperatorUpgradeFrom2_2_1 () throws Exception {
165
+ public void testOperatorUpgradeFrom2_2_1 () throws Exception {
166
166
String testMethod = new Object () {}.getClass ().getEnclosingMethod ().getName ();
167
167
logTestBegin (testMethod );
168
168
setupOperatorAndDomain ("release/2.2.1" , "2.2.1" );
0 commit comments