diff options
author | Barry Warsaw <barry@python.org> | 1996-12-10 23:20:09 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1996-12-10 23:20:09 (GMT) |
commit | dde5c70c8af0417d4c6b675ea52852e41886e573 (patch) | |
tree | a9744f7b4f2fad5b4dc7b75f91962fb481b71134 /Lib/test/output/test_md5 | |
parent | e4a252ef88bd788db6a0712b088ff128aa33d15d (diff) | |
download | cpython-dde5c70c8af0417d4c6b675ea52852e41886e573.zip cpython-dde5c70c8af0417d4c6b675ea52852e41886e573.tar.gz cpython-dde5c70c8af0417d4c6b675ea52852e41886e573.tar.bz2 |
Test output files in their new location
Diffstat (limited to 'Lib/test/output/test_md5')
-rw-r--r-- | Lib/test/output/test_md5 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Lib/test/output/test_md5 b/Lib/test/output/test_md5 new file mode 100644 index 0000000..c21f8e3 --- /dev/null +++ b/Lib/test/output/test_md5 @@ -0,0 +1,9 @@ +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 |