We have a new location in CVS for the ExcludingLookupTest version-2-3-77
authorjtulach@netbeans.org
Wed, 01 Nov 2006 11:16:42 +0000
changeset 230699676cfefb2
parent 229 600c9db5948a
child 231 06c1d33a476a
We have a new location in CVS for the ExcludingLookupTest
openide.util/src/org/openide/util/lookup/Lookups.java
     1.1 --- a/openide.util/src/org/openide/util/lookup/Lookups.java	Tue Oct 31 10:21:18 2006 +0000
     1.2 +++ b/openide.util/src/org/openide/util/lookup/Lookups.java	Wed Nov 01 11:16:42 2006 +0000
     1.3 @@ -167,7 +167,7 @@
     1.4       * assertEquals("Returns C as A.class is not between B and C", c, l2.lookup(B.class));
     1.5       * </pre>
     1.6       * For more info check the
     1.7 -     * <a href="http://www.netbeans.org/source/browse/openide/test/unit/src/org/openide/util/lookup/ExcludingLookupTest.java">
     1.8 +     * <a href="http://www.netbeans.org/source/browse/openide/util/test/unit/src/org/openide/util/lookup/ExcludingLookupTest.java">
     1.9       * excluding lookup tests</a> and the discussion in issue
    1.10       * <a href="http://openide.netbeans.org/issues/show_bug.cgi?id=53058">53058</a>.
    1.11       *