git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1683 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
Arjen Poutsma
2009-08-04 13:44:09 +00:00
parent 2f6a25cfb7
commit 028f811cd9
@@ -310,7 +310,7 @@ public final class ProxyFactoryTests {
}
@Test
@Ignore
@Ignore("Not implemented yet, see http://jira.springframework.org/browse/SPR-5708")
public void testExclusionOfNonPublicInterfaces() {
JFrame frame = new JFrame();
ProxyFactory proxyFactory = new ProxyFactory(frame);