Issue 15: assertTrue failure with empty string message fails to return tag context stuff
Status:  Fixed
Owner:
Closed:  Oct 2007
Cc:
Project Member Reported by marc.es...@gmail.com, Oct 4, 2007
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 6, 2007
Project Member #1 virtix
I was able to reproduce this no problem. Looking into it further. assertEquals() 
with empty message param works fine as should assertTrue. May be rooted in fail() ...
Status: In
Labels: -Priority-Medium Priority-High
Oct 7, 2007
Project Member #2 virtix
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
Project Member #3 virtix
Added default message instead of null. Will this work?
Owner: virtix
Cc: marc.esher
Oct 30, 2007
Project Member #4 virtix
(No comment was entered for this change.)
Status: Fixed