This is an automated email from the ASF dual-hosted git repository.
matthiasblaesing pushed a commit to branch fix_unittests
in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/fix_unittests by this push:
new 2bdbb63765 Increase logging for lookup logger
2bdbb63765 is described below
commit 2bdbb637653cf19179963a3150add8f99d8b6977
Author: Matthias Bläsing <[email protected]>
AuthorDate: Wed Jun 8 19:25:30 2022 +0200
Increase logging for lookup logger
---
.../src/org/netbeans/core/validation/ValidateLayerConsistencyTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/platform/o.n.core/test/qa-functional/src/org/netbeans/core/validation/ValidateLayerConsistencyTest.java
b/platform/o.n.core/test/qa-functional/src/org/netbeans/core/validation/ValidateLayerConsistencyTest.java
index 3dbf17e0fe..a49638a228 100755
---
a/platform/o.n.core/test/qa-functional/src/org/netbeans/core/validation/ValidateLayerConsistencyTest.java
+++
b/platform/o.n.core/test/qa-functional/src/org/netbeans/core/validation/ValidateLayerConsistencyTest.java
@@ -77,7 +77,7 @@ public class ValidateLayerConsistencyTest extends NbTestCase {
static {
System.setProperty("java.awt.headless", "true");
-// System.setProperty("org.openide.util.lookup.level", "FINE");
+ System.setProperty("org.openide.util.lookup.level", "FINE");
}
private static final String SFS_LB = "SystemFileSystem.localizingBundle";
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists