Issue 149: AssertNotEquals default error text
Status:  Fixed
Owner:
Closed:  Jul 2009
Project Member Reported by Zoram...@gmail.com, Jul 6, 2009
What steps will reproduce the problem?
1. Use the assertNotEquals with the default message.

What is the expected output? What do you see instead?

It shows 'Result: :: Expected [] BUT RECEIVED []' when I'm thinking the
message should be that you expected them to be different but they were the
same?

What version of the product are you using? On what operating system?

/trunk r1148

Jul 10, 2009
Project Member #1 virtix
I totally agree. The message text for assertFalse needs to be more descriptive. This
is in line with the bigger picture, too, and printing better failure exception messages.
Status: In
Owner: virtix
Labels: Type-Defect
Jul 19, 2009
Project Member #2 virtix
fixed. simply added additional meaningful text. still, expected and actual text is the 
same.
Status: Fixed