| Issue 15: | assertTrue failure with empty string message fails to return tag context stuff | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. open HodgePodgeTest in eclipse plugin 2. run testAssertTrueFailingWithoutMessage What is the expected output? What do you see instead? I should see the tag context stuff. instead, the details/trace panel is blank. Please use labels and text to provide additional information.
Oct 7, 2007
Looks like n issue with fail(). Not sure of the cause but passing an empty string to fail() somehow supresses the exception output. Quick workaround is to add a default message to fail if none is passed in.
Oct 19, 2007
Added default message instead of null. Will this work?
Owner:
virtix
Cc: marc.esher
Oct 30, 2007
(No comment was entered for this change.)
Status:
Fixed
|
Labels: -Priority-Medium Priority-High