Revision: 1375
Author: mcculls
Date: Thu Nov 18 06:14:52 2010
Log: Fix strict container tests (avoid duplicate CGLIB classes)
http://code.google.com/p/google-guice/source/detail?r=1375
Modified:
/trunk/core/test/com/googlecode/guice/StrictContainerTestSuiteBuilder.java
=======================================
---
/trunk/core/test/com/googlecode/guice/StrictContainerTestSuiteBuilder.java
Mon May 18 18:49:41 2009
+++
/trunk/core/test/com/googlecode/guice/StrictContainerTestSuiteBuilder.java
Thu Nov 18 06:14:52 2010
@@ -102,7 +102,8 @@
|| name.startsWith("javax.")
|| name.startsWith("junit.")
|| name.startsWith("sun.")
- || name.startsWith("com.sun.")) {
+ || name.startsWith("com.sun.")
+ || name.contains("cglib")) {
return super.loadClass(name, resolve);
}
--
You received this message because you are subscribed to the Google Groups
"google-guice-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-guice-dev?hl=en.