openide.util/test/unit/src/org/openide/util/lookup/ProxyLookupTest.java
branchweak_proxy_lookup_but_does_not_GC_template_and_its_class
changeset 340 c059ff4c4133
parent 326 00a401f0f875
child 341 29bbadcb8e5f
     1.1 --- a/openide.util/test/unit/src/org/openide/util/lookup/ProxyLookupTest.java	Tue Feb 05 17:53:22 2008 +0100
     1.2 +++ b/openide.util/test/unit/src/org/openide/util/lookup/ProxyLookupTest.java	Tue Feb 05 19:43:00 2008 +0100
     1.3 @@ -100,7 +100,7 @@
     1.4          
     1.5          Lookup.Result<Object> res = lookup.lookup (template);
     1.6  
     1.7 -        assertSize("Bigger", Collections.singleton(lookup), 336, IGNORE);
     1.8 +        assertSize("Bigger", Collections.singleton(lookup), 368, IGNORE);
     1.9          
    1.10          LL ll = new LL ();
    1.11          res.addLookupListener (ll);