commit | 84bb9d8dc463eaa3e38080e4ee6fe3d150b3cb1b | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Fri Aug 03 19:53:01 2001 +0000 |
committer | Fred Drake <fdrake@acm.org> | Fri Aug 03 19:53:01 2001 +0000 |
tree | 180f2738b9ae25a620be4d1d620e34f90a0ad232 | |
parent | 1d4601d30677ca8ac0fa70a3b57ea54d153ede4a [diff] |
Fix stupid bug: when migrating these tests from the Zope repository, the names of the test methods were not changed from the Zope-standard "check" names to the Python-standard "test_" names, so the tests were not actually being run. Added test of hexadecimal character references as a regression check for SF bug #445196.