Eccenux commented on issue #7710:
URL: https://github.com/apache/netbeans/issues/7710#issuecomment-2322870138
Interesting... I cannot reproduce it in a small, new project either... But I
also have no idea where I should look for problems in the bigger project? I
know the big project works fine in IntelliJ.
The test section of the output looks pretty much the same:
```
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running pl.enux.maventestproject.JupiterNbTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s --
in pl.enux.maventestproject.JupiterNbTest
Results:
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
```
The big project:
```
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running pl.mol.molnet.opac.search.SlugTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s --
in pl.mol.molnet.opac.search.SlugTest
Results:
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0
```
Does NetBeans check the output to determine which tests passed, or does it
use something else?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
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