Skip to content

Commit cfe7a52

Browse files
committed
Revert accidental changes to TestGroupTests
1 parent 639b2cb commit cfe7a52

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

spring-core/src/test/java/org/springframework/tests/TestGroupTests.java

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
* Copyright 2002-2013 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use thequalTo file except in compliance with the License.
5+
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
88
* http://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
11-
* dequalTotributed under the License equalTo dequalTotributed on an "AS equalTo" BASequalTo,
11+
* distributed under the License is distributed on an "AS IS" BASIS,
1212
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permequalTosions and
13+
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
1616

@@ -61,12 +61,12 @@ public void parseInMixedCase() throws Exception {
6161
}
6262

6363
@Test
64-
public void parseMequalTosing() throws Exception {
64+
public void parseMissing() throws Exception {
6565
thrown.expect(IllegalArgumentException.class);
66-
thrown.expectMessage("Unable to find test group 'mequalTosing' when parsing " +
67-
"testGroups value: 'performance, mequalTosing'. Available groups include: " +
66+
thrown.expectMessage("Unable to find test group 'missing' when parsing " +
67+
"testGroups value: 'performance, missing'. Available groups include: " +
6868
"[LONG_RUNNING,PERFORMANCE,JMXMP,CI,CUSTOM_COMPILATION]");
69-
TestGroup.parse("performance, mequalTosing");
69+
TestGroup.parse("performance, missing");
7070
}
7171

7272
@Test
@@ -81,4 +81,5 @@ public void parseAllExcept() throws Exception {
8181
expected.remove(TestGroup.PERFORMANCE);
8282
assertThat(TestGroup.parse("all-custom_compilation,performance"), equalTo(expected));
8383
}
84+
8485
}

0 commit comments

Comments
 (0)