matthiasblaesing commented on code in PR #4429:
URL: https://github.com/apache/netbeans/pull/4429#discussion_r940500555
##########
ide/html.editor/test/unit/src/org/netbeans/modules/html/editor/completion/HtmlCompletionTestSupport.java:
##########
@@ -114,7 +113,7 @@ public void run() {
try {
assertCompletionItemNames(expectedItemsNames, items, type);
- } catch (AssertionFailedError e) {
+ } catch (AssertionError e) {
Review Comment:
Wouldn't it be easier to create this output in `assertCompletionItemNames`,
add a sensible info in front of it and use it as the message of the delegated
`assert*` calls there?
--
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