matthiasblaesing commented on pull request #2635: URL: https://github.com/apache/netbeans/pull/2635#issuecomment-753632787
There are unittest failures. The failing test can be run with `ant commit-validation`. The results can be then found in `<nb-checkout>/nbbuild/build/test/commit-validation/results/html/index.html`. I find: `ValidateLayerConsistencyTest#testFolderOrdering` ``` No warnings relating to folder ordering; cf: http://deadlock.netbeans.org/job/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbuild/build/generated/layers.txt Not all children in OptionsExport/Advanced/ marked with the position attribute: [CssPreprocessors, Databases, Debugger, Diff, Favorites, Files, HTMLPalette, J2EE, JSPPalette, JavaPlatform, ProjectLibraries, Toolbars, outputOptions], but some are: [Inspections] junit.framework.AssertionFailedError: No warnings relating to folder ordering; cf: http://deadlock.netbeans.org/job/nbms-and-javadoc/lastSuccessfulBuild/artifact/nbbuild/build/generated/layers.txt Not all children in OptionsExport/Advanced/ marked with the position attribute: [CssPreprocessors, Databases, Debugger, Diff, Favorites, Files, HTMLPalette, J2EE, JSPPalette, JavaPlatform, ProjectLibraries, Toolbars, outputOptions], but some are: [Inspections] at org.netbeans.core.validation.ValidateLayerConsistencyTest.assertNoErrors(ValidateLayerConsistencyTest.java:157) at org.netbeans.core.validation.ValidateLayerConsistencyTest.testFolderOrdering(ValidateLayerConsistencyTest.java:806) at org.netbeans.junit.NbTestCase.access$200(NbTestCase.java:77) at org.netbeans.junit.NbTestCase$2.doSomething(NbTestCase.java:476) at org.netbeans.junit.NbTestCase$1Guard.run(NbTestCase.java:402) ``` ---------------------------------------------------------------- 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. 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
