]> source.dussan.org Git - aspectj.git/commitdiff
210470: preventing weaver leaks: implement new IWeavingContext method
authoraclement <aclement>
Tue, 27 May 2008 18:51:23 +0000 (18:51 +0000)
committeraclement <aclement>
Tue, 27 May 2008 18:51:23 +0000 (18:51 +0000)
loadtime/testsrc/org/aspectj/weaver/loadtime/WeavingContextTest.java

index 97e037317a1706bdd80675711b57a13df2d2eeef..ea787dac8f57d4ff37328b66ee35f850afe7f71e 100644 (file)
@@ -151,6 +151,8 @@ public class WeavingContextTest extends TestCase {
                public String getClassLoaderName() {
                        return "ClassLoaderName";
                }
+               
+               public ClassLoader getClassLoader() { return this.loader;}
 
                public String getFile(URL url) {
                        return "File";