Automated merge with http://hg.netbeans.org/core-main release67_base
authorRichard Michalsky <rmichalsky@netbeans.org>
Thu, 21 May 2009 17:06:29 +0200
changeset 7897399c3021e21
parent 788 0c5f0e4f8cd5
parent 784 01e4c5ea3418
child 790 a489ef425d15
child 917 fa1c15f8173b
Automated merge with http://hg.netbeans.org/core-main
     1.1 --- a/openide.util/test/unit/src/org/openide/util/test/MockLookup.java	Wed May 20 10:33:40 2009 +0200
     1.2 +++ b/openide.util/test/unit/src/org/openide/util/test/MockLookup.java	Thu May 21 17:06:29 2009 +0200
     1.3 @@ -129,7 +129,7 @@
     1.4          Lookup projects = Lookups.forPath("Services");
     1.5          Collection<?> initialize = projects.lookupAll(Object.class);
     1.6          //System.err.println("all: " + initialize);
     1.7 -        setLookup(Lookups.fixed(instances), Lookups.metaInfServices(l), projects, Lookups.singleton(l));
     1.8 +        setLookup(Lookups.fixed(instances), Lookups.metaInfServices(l), Lookups.singleton(l), projects);
     1.9      }
    1.10  
    1.11  }