openide.util/test/unit/src/org/openide/util/lookup/SimpleProxyLookupTest.java
changeset 833 0e00857c5827
parent 829 3b2ed3e1f01b
     1.1 --- a/openide.util/test/unit/src/org/openide/util/lookup/SimpleProxyLookupTest.java	Fri Sep 25 14:02:54 2009 +0200
     1.2 +++ b/openide.util/test/unit/src/org/openide/util/lookup/SimpleProxyLookupTest.java	Fri Oct 09 15:11:13 2009 -0400
     1.3 @@ -45,22 +45,18 @@
     1.4  import org.netbeans.junit.NbTestCase;
     1.5  import org.openide.util.Lookup;
     1.6  import org.openide.util.Lookup.Provider;
     1.7 -import org.openide.util.Lookup.Result;
     1.8 -import org.openide.util.Lookup.Template;
     1.9  
    1.10  /**
    1.11   *
    1.12   * @author Jan Lahoda
    1.13   */
    1.14 +@SuppressWarnings("unchecked") // XXX ought to be corrected, just a lot of them
    1.15  public class SimpleProxyLookupTest extends NbTestCase {
    1.16  
    1.17      public SimpleProxyLookupTest(String testName) {
    1.18          super(testName);
    1.19      }
    1.20  
    1.21 -    protected void setUp() throws Exception {
    1.22 -    }
    1.23 -
    1.24      public void test69810() throws Exception {
    1.25          Lookup.Template t = new Lookup.Template(String.class);
    1.26          SimpleProxyLookup spl = new SimpleProxyLookup(new Provider() {