mbien commented on a change in pull request #3228:
URL: https://github.com/apache/netbeans/pull/3228#discussion_r759613479
##########
File path: harness/nbjunit/src/org/netbeans/junit/NbTestCase.java
##########
@@ -739,7 +739,7 @@ static public void assertFile(String message, File test,
File pass, File diff, D
} else {
try {
if (diffImpl.diff(test, pass, diffFile)) {
- throw new AssertionFileFailedError(message, null ==
diffFile ? "" : diffFile.getAbsolutePath());
+ throw new AssertionFileFailedError(message+"\n diff:
"+diffFile, null == diffFile ? "" : diffFile.getAbsolutePath());
Review comment:
it only prints the fileneme. so that you can quickly cat in bash to see
what the problem is.
--
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