mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 04:09:04 +00:00
updated AnnotationMetadata tests for change in Class exposure
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ public class AnnotationMetadataTests extends TestCase {
|
||||
assertEquals("myScope", scopeAttrs.get("value"));
|
||||
Map<String, Object> specialAttrs = metadata.getAnnotationAttributes(SpecialAttr.class.getName());
|
||||
assertEquals(2, specialAttrs.size());
|
||||
assertEquals(String.class, specialAttrs.get("clazz"));
|
||||
assertEquals(String.class.getName(), specialAttrs.get("clazz"));
|
||||
assertEquals(Thread.State.NEW, specialAttrs.get("state"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user