@@ -130,7 +130,7 @@ public static void staticUnPrepare() throws Exception {
130
130
}
131
131
132
132
@ Test
133
- public void testOperatorUpgradeFrom2_0 () throws Exception {
133
+ public void test1OperatorUpgradeFrom2_0 () throws Exception {
134
134
String testMethod = new Object () {}.getClass ().getEnclosingMethod ().getName ();
135
135
logTestBegin (testMethod );
136
136
setupOperatorAndDomain ("2.0" , "2.0" );
@@ -139,7 +139,7 @@ public void testOperatorUpgradeFrom2_0() throws Exception {
139
139
}
140
140
141
141
@ Test
142
- public void testOperatorUpgradeFrom2_0_1 () throws Exception {
142
+ public void test5OperatorUpgradeFrom2_0_1 () throws Exception {
143
143
String testMethod = new Object () {}.getClass ().getEnclosingMethod ().getName ();
144
144
logTestBegin (testMethod );
145
145
setupOperatorAndDomain ("release/2.0.1" , "2.0.1" );
@@ -148,7 +148,7 @@ public void testOperatorUpgradeFrom2_0_1() throws Exception {
148
148
}
149
149
150
150
@ Test
151
- public void testOperatorUpgradeFrom2_1 () throws Exception {
151
+ public void test3OperatorUpgradeFrom2_1 () throws Exception {
152
152
String testMethod = new Object () {}.getClass ().getEnclosingMethod ().getName ();
153
153
logTestBegin (testMethod );
154
154
setupOperatorAndDomain ("release/2.1" , "2.1" );
@@ -157,7 +157,7 @@ public void testOperatorUpgradeFrom2_1() throws Exception {
157
157
}
158
158
159
159
@ Test
160
- public void testOperatorUpgradeFrom2_2_0 () throws Exception {
160
+ public void test4OperatorUpgradeFrom2_2_0 () throws Exception {
161
161
String testMethod = new Object () {}.getClass ().getEnclosingMethod ().getName ();
162
162
logTestBegin (testMethod );
163
163
setupOperatorAndDomain ("release/2.2" , "2.2.0" );
@@ -166,7 +166,7 @@ public void testOperatorUpgradeFrom2_2_0() throws Exception {
166
166
}
167
167
168
168
@ Test
169
- public void testOperatorUpgradeFrom2_2_1 () throws Exception {
169
+ public void test2OperatorUpgradeFrom2_2_1 () throws Exception {
170
170
String testMethod = new Object () {}.getClass ().getEnclosingMethod ().getName ();
171
171
logTestBegin (testMethod );
172
172
setupOperatorAndDomain ("release/2.2.1" , "2.2.1" );
0 commit comments