Skip to content

Commit 886bbc3

Browse files
committed
Merge branch '1.1.x'
2 parents 0a3d8a9 + 9a2d654 commit 886bbc3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636
import static org.junit.Assert.assertTrue;
3737

3838
/**
39-
* The SampleDataGemFireApplicationTest class is a test suite with test cases testing the
39+
* The SampleDataGemFireApplicationTests class is a test suite with test cases testing the
4040
* SampleDataGemFireApplication in Spring Boot.
4141
*
4242
* @author John Blum
4343
*/
4444
@RunWith(SpringJUnit4ClassRunner.class)
4545
@SpringApplicationConfiguration(classes = SampleDataGemFireApplication.class)
46-
public class SampleDataGemFireApplicationTest {
46+
public class SampleDataGemFireApplicationTests {
4747

4848
@Autowired
4949
private GemstoneService gemstoneService;
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*
2929
* @author Phillip Webb
3030
*/
31-
public class ByteArrayRandomAccessDataTest {
31+
public class ByteArrayRandomAccessDataTests {
3232

3333
@Test
3434
public void testGetInputStream() throws Exception {

spring-boot/src/test/java/org/springframework/boot/ansi/AnsiOutputTest.java renamed to spring-boot/src/test/java/org/springframework/boot/ansi/AnsiOutputTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
*
3535
* @author Phillip Webb
3636
*/
37-
public class AnsiOutputTest {
37+
public class AnsiOutputTests {
3838

3939
@BeforeClass
4040
public static void enable() {

0 commit comments

Comments
 (0)