Rename EnvironmentTests => StandardEnvironmentTests

This commit is contained in:
Chris Beams 2011-11-26 05:20:20 +00:00
parent a53d592f62
commit 2c26a23c46
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ import org.springframework.mock.env.MockPropertySource;
* *
* @author Chris Beams * @author Chris Beams
*/ */
public class EnvironmentTests { public class StandardEnvironmentTests {
private static final String ALLOWED_PROPERTY_NAME = "theanswer"; private static final String ALLOWED_PROPERTY_NAME = "theanswer";
private static final String ALLOWED_PROPERTY_VALUE = "42"; private static final String ALLOWED_PROPERTY_VALUE = "42";