neilcsmith-net commented on PR #8568: URL: https://github.com/apache/netbeans/pull/8568#issuecomment-4155425405
> It maybe that the evaluation does not matter, but somehow the version going bottom up lands in the wrong location. > It finds a sibling of the test file before it visits the actual test file. According to that stack trace you shared, it would do that whichever way you iterated the stack. And if `verifyContent` was in the test file, without the other changes you've made, it would land in the wrong location. So the current iteration order makes sense to me. If you just comment out the lines that search for the sibling file, does this work correctly in all your test cases? -- 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
