Skip to content

Commit

Permalink
Rename Spr3896SuiteTests to Spr3896TestSuite
Browse files Browse the repository at this point in the history
This commit renames Spr3896SuiteTests to comply with our naming
convention for test classes that should be executed via the Gradle
build.

The effect of this commit is that test classes included in that "suite"
are no longer executed twice in the build. Consequently, Gradle and
Bamboo will now report the same number of executed tests for the
spring-test project.
  • Loading branch information
sbrannen committed Sep 11, 2019
1 parent 13ba7ef commit d759ae7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2002-2007 the original author or authors.
* Copyright 2002-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -45,5 +45,5 @@
BeanOverridingExplicitLocationsInheritedTests.class

})
public class Spr3896SuiteTests {
public class Spr3896TestSuite {
}

0 comments on commit d759ae7

Please sign in to comment.