[ python-Patches-1751515 ] struni: Replace assert_(==) with failUnlessEqual

"SourceForge.net" <[email protected]> Tue, 10 Jul 2007 15:25:12 -0700
Newsgroups gmane.comp.python.patches
Message-ID <[email protected]>
Patches item #1751515, was opened at 2007-07-11 00:25
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1751515&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tests
Group: Python 3000
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Christian Heimes (tiran)
Assigned to: Nobody/Anonymous (nobody)
Summary: struni: Replace assert_(==) with failUnlessEqual

Initial Comment:
Patch for py3k-struni branch

It replaces assert_(foo == bar) and failUnless(foo == bar) with failUnlessEqual(foo, bar). It makes debugging the error MUCH easier to see both values.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1751515&group_id=5470