commit | e61fd5b5ed9d677da2f3349078d7f66f707199de | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Jul 11 12:20:59 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Jul 11 12:20:59 2007 +0000 |
tree | e28a7630ed3c285eabc7631f4276a2b06e74682b | |
parent | c9b9de17976a4832f505309b1096f9a7582c7be9 [diff] |
Patch by Christian Heimes to change self.assert_(x == y) into self.assertEqual(x, y). (Christian used self.failUnlessEqual(), but the double negative makes it hard to grok, so I changed it.)