wallcito / google-toolbox-for-mac

Automatically exported from code.google.com/p/google-toolbox-for-mac
Apache License 2.0
0 stars 0 forks source link

STAssertEquals reporting awkward #65

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
STAssertEquals failure reporting is awkward. Try comparing two unsigned 
integers:

STAssertEquals(3U, 5U, @"oops");

In GTM, this yields

'<03000000>' should be equal to '<05000000>' +/-'(null)'. oops

Whereas in straight OCUnit, it yields

'3' should be equal to '5': oops

Original issue reported on code.google.com by jon.m.r...@gmail.com on 4 Jan 2011 at 7:10