diff options
author | Walter Dörwald <walter@livinglogic.de> | 2003-12-11 12:34:05 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2003-12-11 12:34:05 (GMT) |
commit | b167b04a2ed74dc746c5a584bc9ac1ebfe604442 (patch) | |
tree | 4b74106dc50aa8947bcb6853eaa8be8a8fcfda78 /Lib/test/output | |
parent | 35415da67c11e2a3193644c5186df340cde93042 (diff) | |
download | cpython-b167b04a2ed74dc746c5a584bc9ac1ebfe604442.zip cpython-b167b04a2ed74dc746c5a584bc9ac1ebfe604442.tar.gz cpython-b167b04a2ed74dc746c5a584bc9ac1ebfe604442.tar.bz2 |
Add tests to test_weakref.py to bring code coverage in _weakref.c up to 100%.
Port test_md5.py to PyUnit.
(Written by Neal Norwitz; from SF patch 736962)
(Backport candidate)
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_md5 | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Lib/test/output/test_md5 b/Lib/test/output/test_md5 deleted file mode 100644 index c21f8e3..0000000 --- a/Lib/test/output/test_md5 +++ /dev/null @@ -1,9 +0,0 @@ -test_md5 -MD5 test suite: -MD5 ("") = d41d8cd98f00b204e9800998ecf8427e -MD5 ("a") = 0cc175b9c0f1b6a831c399e269772661 -MD5 ("abc") = 900150983cd24fb0d6963f7d28e17f72 -MD5 ("message digest") = f96b697d7cb7938d525a2f31aaf161d0 -MD5 ("abcdefghijklmnopqrstuvwxyz") = c3fcd3d76192e4007dfb496cca67e13b -MD5 ("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789") = d174ab98d277d9f5a5611c2c9f419d9f -MD5 ("12345678901234567890123456789012345678901234567890123456789012345678901234567890") = 57edf4a22be3c955ac49da2e2107b67a |