[SPR-6057] test case to show that bug is already fixed
This commit is contained in:
@@ -64,6 +64,7 @@ public class ClassUtilsTests extends TestCase {
|
||||
assertEquals(TestBean[].class, ClassUtils.forName(TestBean[].class.getName()));
|
||||
assertEquals(TestBean[][].class, ClassUtils.forName("org.springframework.beans.TestBean[][]"));
|
||||
assertEquals(TestBean[][].class, ClassUtils.forName(TestBean[][].class.getName()));
|
||||
assertEquals(short[][][].class, ClassUtils.forName("[[[S"));
|
||||
}
|
||||
|
||||
public void testForNameWithPrimitiveClasses() throws ClassNotFoundException {
|
||||
|
||||
Reference in New Issue
Block a user