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

(-)a/java.kit/test/qa-functional/src/org/netbeans/test/ide/IDECommitValidationTest.java (-1 / +1 lines)
Lines 92-99 Link Here
92
        NbModuleSuite.Configuration conf = NbModuleSuite.createConfiguration(
92
        NbModuleSuite.Configuration conf = NbModuleSuite.createConfiguration(
93
            IDEValidation.class
93
            IDEValidation.class
94
        ).clusters(".*").enableModules(".*").honorAutoloadEager(true)
94
        ).clusters(".*").enableModules(".*").honorAutoloadEager(true)
95
        /* XXX: Enable as soon as there are no warnings during start
95
        .failOnException(Level.INFO)
96
        .failOnException(Level.INFO)
96
        /* XXX: Enable as soon as there are no warnings during start
97
        .failOnMessage(Level.WARNING)*/;
97
        .failOnMessage(Level.WARNING)*/;
98
        
98
        
99
        Set<String> allowedFiles = new HashSet<String>();
99
        Set<String> allowedFiles = new HashSet<String>();

Return to bug 160618