This is an automated email from the ASF dual-hosted git repository.

jlahoda pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new c95399bd34 Enabling libs.nbjavacapi for debugger.jpda.truffle tests.
     new 9762c8e948 Merge pull request #6953 from lahodaj/fix-enabled-modules
c95399bd34 is described below

commit c95399bd34ba308ddea4c6a7b5b0f0a6c5fcfee5
Author: Jan Lahoda <[email protected]>
AuthorDate: Mon Jan 15 09:27:42 2024 +0100

    Enabling libs.nbjavacapi for debugger.jpda.truffle tests.
---
 .../src/org/netbeans/modules/debugger/jpda/truffle/JPDATestCase.java     | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/java/debugger.jpda.truffle/test/unit/src/org/netbeans/modules/debugger/jpda/truffle/JPDATestCase.java
 
b/java/debugger.jpda.truffle/test/unit/src/org/netbeans/modules/debugger/jpda/truffle/JPDATestCase.java
index 587c16d285..8b2bed9761 100644
--- 
a/java/debugger.jpda.truffle/test/unit/src/org/netbeans/modules/debugger/jpda/truffle/JPDATestCase.java
+++ 
b/java/debugger.jpda.truffle/test/unit/src/org/netbeans/modules/debugger/jpda/truffle/JPDATestCase.java
@@ -47,6 +47,7 @@ public abstract class JPDATestCase extends NbTestCase {
                 failOnException(Level.INFO).
                 enableClasspathModules(false). 
                 clusters(".*").
+                enableModules("org.netbeans.libs.nbjavacapi").
                 suite();
     }
 


---------------------------------------------------------------------
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

Reply via email to