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 143590
Collapse All | Expand All

(-)a/ide.kit/test/qa-functional/src/org/netbeans/test/ide/MemoryValidationTest.java (-1 / +1 lines)
Lines 107-113 Link Here
107
//        conf = conf.addTest("testDb");
107
//        conf = conf.addTest("testDb");
108
//        conf = conf.addTest("testWindowSystem");
108
//        conf = conf.addTest("testWindowSystem");
109
        conf = conf.addTest("testGCDocuments");
109
        conf = conf.addTest("testGCDocuments");
110
//        conf = conf.addTest("testGCProjects");
110
        conf = conf.addTest("testGCProjects");
111
        // not in commit suite because it needs net connectivity
111
        // not in commit suite because it needs net connectivity
112
        // suite.addTest(new IDEValidation("testPlugins"));
112
        // suite.addTest(new IDEValidation("testPlugins"));
113
        return NbModuleSuite.create(conf);
113
        return NbModuleSuite.create(conf);

Return to bug 143590