JaroslavTulach commented on pull request #3418: URL: https://github.com/apache/netbeans/pull/3418#issuecomment-1006611294
The [newest run](https://github.com/apache/netbeans/runs/4727134768) still fails, but that will need an adjustment of the test, I guess: ``` [junit] Testcase: testGetTypeDeclaration(org.netbeans.modules.java.source.parsing.ClasspathInfoTest): FAILED [junit] Should be empty [sun.security.provider.Sun$1, sun.security.rsa.SunRsaSign$1] [junit] junit.framework.AssertionFailedError: Should be empty [sun.security.provider.Sun$1, sun.security.rsa.SunRsaSign$1] [junit] at org.netbeans.modules.java.source.parsing.ClasspathInfoTest.testGetTypeDeclaration(ClasspathInfoTest.java:134) [junit] at org.netbeans.junit.NbTestCase.access$200(NbTestCase.java:77) [junit] at org.netbeans.junit.NbTestCase$2.doSomething(NbTestCase.java:476) [junit] at org.netbeans.junit.NbTestCase$1Guard.run(NbTestCase.java:402) [junit] at java.lang.Thread.run(Thread.java:748) ``` -- 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
