Change all occurrences of verify(x == y) into vereq(x, y), since when

this type of test fails, vereq() does a better job of reporting than
verify().

Change vereq(x, y) to use "not x == y" rather than "x != y" -- it
makes a difference is some overloading tests.
This commit is contained in:
Guido van Rossum 2001-10-08 16:35:45 +00:00
parent b35f0ce2b8
commit 4570455813
1 changed files with 376 additions and 374 deletions

File diff suppressed because it is too large Load Diff