Browse Source

Renamed ConfigurationPostProcessorTests -> ConfigurationClassPostProcessorTests

pull/23217/head
Chris Beams 17 years ago
parent
commit
d08d73f274
  1. 2
      org.springframework.context/src/test/java/org/springframework/context/annotation/ConfigurationClassPostProcessorTests.java

2
org.springframework.context/src/test/java/org/springframework/context/annotation/ConfigurationPostProcessorTests.java → org.springframework.context/src/test/java/org/springframework/context/annotation/ConfigurationClassPostProcessorTests.java

@ -36,7 +36,7 @@ import org.springframework.util.ClassUtils; @@ -36,7 +36,7 @@ import org.springframework.util.ClassUtils;
*
* @author Chris Beams
*/
public class ConfigurationPostProcessorTests {
public class ConfigurationClassPostProcessorTests {
private static final String ORIG_CGLIB_TEST_CLASS = ConfigurationClassPostProcessor.CGLIB_TEST_CLASS;
private static final String BOGUS_CGLIB_TEST_CLASS = "a.bogus.class";
Loading…
Cancel
Save