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

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

commit 95905b2b853a20be14931a4e0a5052bd6cc47479
Author: Tomas Hurka <[email protected]>
AuthorDate: Tue Aug 5 10:34:15 2025 +0200

    test should run on all JDKs not only on JDK 8
---
 .../modules/nbcode/integration/VerifySimpleTemplatesTest.java     | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git 
a/nbcode/integration/test/unit/src/org/netbeans/modules/nbcode/integration/VerifySimpleTemplatesTest.java
 
b/nbcode/integration/test/unit/src/org/netbeans/modules/nbcode/integration/VerifySimpleTemplatesTest.java
index 08c33ca..957770c 100644
--- 
a/nbcode/integration/test/unit/src/org/netbeans/modules/nbcode/integration/VerifySimpleTemplatesTest.java
+++ 
b/nbcode/integration/test/unit/src/org/netbeans/modules/nbcode/integration/VerifySimpleTemplatesTest.java
@@ -44,17 +44,11 @@ public class VerifySimpleTemplatesTest extends NbTestCase {
     }
 
     public static Test suite() {
-        String v = System.getProperty("java.version");
-        if (v == null || !v.startsWith("1.8")) {
-            return NbModuleSuite.emptyConfiguration().suite();
-        }
-
-        return NbModuleSuite.emptyConfiguration().
+        return 
NbModuleSuite.createConfiguration(VerifySimpleTemplatesTest.class).
             clusters("(extide|java).*").
             enableModules(".*", ".*").
             honorAutoloadEager(true).
             failOnException(Level.INFO).
-            addTest(VerifySimpleTemplatesTest.class).
             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