This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 161144
Collapse All | Expand All

(-)a/apisupport.project/test/unit/src/org/netbeans/modules/apisupport/project/suite/SuiteProjectTest.java (+2 lines)
Lines 59-64 Link Here
59
import org.netbeans.spi.project.support.ant.PropertyEvaluator;
59
import org.netbeans.spi.project.support.ant.PropertyEvaluator;
60
import org.openide.filesystems.FileObject;
60
import org.openide.filesystems.FileObject;
61
import org.openide.util.Mutex;
61
import org.openide.util.Mutex;
62
import org.openide.util.test.MockLookup;
62
63
63
/**
64
/**
64
 * Test basic {@link SuiteProject} stuff.
65
 * Test basic {@link SuiteProject} stuff.
Lines 73-78 Link Here
73
    protected @Override void setUp() throws Exception {
74
    protected @Override void setUp() throws Exception {
74
        super.setUp();
75
        super.setUp();
75
        clearWorkDir();
76
        clearWorkDir();
77
        MockLookup.setLayersAndInstances();
76
        TestBase.initializeBuildProperties(getWorkDir(), getDataDir());
78
        TestBase.initializeBuildProperties(getWorkDir(), getDataDir());
77
    }
79
    }
78
    
80
    

Return to bug 161144