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