removed old copy of md5 tests from mzscheme tests

svn: r17368
This commit is contained in:
Eli Barzilay 2009-12-20 09:58:19 +00:00
parent bf2992ff97
commit 942798196f
2 changed files with 0 additions and 18 deletions

View File

@ -1,17 +0,0 @@
(load-relative "loadtest.ss")
(Section 'md5)
(require file/md5)
(test #"d41d8cd98f00b204e9800998ecf8427e" md5 #"")
(test #"0cc175b9c0f1b6a831c399e269772661" md5 #"a")
(test #"900150983cd24fb0d6963f7d28e17f72" md5 #"abc")
(test #"f96b697d7cb7938d525a2f31aaf161d0" md5 #"message digest")
(test #"c3fcd3d76192e4007dfb496cca67e13b" md5 #"abcdefghijklmnopqrstuvwxyz")
(test #"d174ab98d277d9f5a5611c2c9f419d9f" md5 #"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789")
(test #"57edf4a22be3c955ac49da2e2107b67a" md5 #"12345678901234567890123456789012345678901234567890123456789012345678901234567890")
(test #"\324\35\214\331\217\0\262\4\351\200\t\230\354\370B~" md5 #"" #f)
(report-errs)

View File

@ -4,7 +4,6 @@
(load-relative "loadtest.ss")
(load-in-sandbox "mpair.ss")
(load-in-sandbox "md5.ss")
(load-in-sandbox "etc.ss")
(load-in-sandbox "structlib.ss")
(load-in-sandbox "async-channel.ss")