Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Bodges to get the httpd and mime tests to run again. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | toad-mimefix |
Files: | files | file ages | folders |
SHA3-256: |
a202a3b3acf0baea6f88974187014ed5 |
User & Date: | hypnotoad 2018-12-06 04:00:17.450 |
Context
2018-12-06
| ||
20:29 | Pulling changes from pooryorick branch check-in: e338b5bee7 user: hypnotoad tags: hypnotoad | |
04:00 | Bodges to get the httpd and mime tests to run again. Closed-Leaf check-in: a202a3b3ac user: hypnotoad tags: toad-mimefix | |
03:40 | Removing ncgi from the httpd tests. (It doesn't use ncgi anyway) check-in: 37595e2619 user: hypnotoad tags: toad-mimefix | |
Changes
Changes to modules/httpd/httpd.test.
︙ | ︙ | |||
15 16 17 18 19 20 21 22 23 24 25 26 | testsNeed TclOO 1 support { use [file join ${TCLLIBMOD} cmdline cmdline.tcl] cmdline use [file join ${TCLLIBMOD} fileutil fileutil.tcl] fileutil use [file join ${TCLLIBMOD} sha1 sha1.tcl] sha1 use [file join ${TCLLIBMOD} uri uri.tcl] uri use [file join ${TCLLIBMOD} dns ip.tcl] ip use [file join ${TCLLIBMOD} nettool nettool.tcl] nettool use [file join ${TCLLIBMOD} coroutine coroutine.tcl] coroutine use [file join ${TCLLIBMOD} cron cron.tcl] cron | > > > > > > | | | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | testsNeed TclOO 1 support { use [file join ${TCLLIBMOD} cmdline cmdline.tcl] cmdline use [file join ${TCLLIBMOD} fileutil fileutil.tcl] fileutil use [file join ${TCLLIBMOD} sha1 sha1.tcl] sha1 use [file join ${TCLLIBMOD} namespacex namespacex.tcl] namespacex use [file join ${TCLLIBMOD} ego ego.tcl] ego use [file join ${TCLLIBMOD} chan base.tcl] {chan base} use [file join ${TCLLIBMOD} chan getslimit.tcl] {chan getslimit} use [file join ${TCLLIBMOD} mime qp.tcl] {mime qp} use [file join ${TCLLIBMOD} mime mime.tcl] mime use [file join ${TCLLIBMOD} uri uri.tcl] uri use [file join ${TCLLIBMOD} dns ip.tcl] ip use [file join ${TCLLIBMOD} nettool nettool.tcl] nettool use [file join ${TCLLIBMOD} coroutine coroutine.tcl] coroutine use [file join ${TCLLIBMOD} cron cron.tcl] cron #use [file join ${TCLLIBMOD} virtchannel_core core.tcl] tcl::chan::core #use [file join ${TCLLIBMOD} virtchannel_core events.tcl] tcl::chan::events use [file join ${TCLLIBMOD} virtchannel_base memchan.tcl] tcl::chan::memchan use [file join ${MODDIR} clay clay.tcl] clay } testing { useLocal httpd.tcl httpd } |
︙ | ︙ |
Changes to modules/mime/mime.test.
︙ | ︙ | |||
13 14 15 16 17 18 19 | # ------------------------------------------------------------------------- source [file join \ [file dirname [file dirname [file dirname [ file normalize [info script]/...]]]]/devtools/testutilities.tcl] testsNeedTcl 8.5 | | < > > > | > > | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | # ------------------------------------------------------------------------- source [file join \ [file dirname [file dirname [file dirname [ file normalize [info script]/...]]]]/devtools/testutilities.tcl] testsNeedTcl 8.5 testsNeedTcltest 2 support { # This code loads md5x, i.e. md5 v2. Proper testing should do one # run using md5 v1, aka md5.tcl as well. use md5/md5x.tcl md5 use namespacex/namespacex.tcl namespacex use ego/ego.tcl ego use chan/base.tcl {chan base} use chan/getslimit.tcl {chan getslimit} } testing { useLocal qp.tcl {mime qp} useLocal mime.tcl mime } package require {chan base} # ------------------------------------------------------------------------- |
︙ | ︙ | |||
227 228 229 230 231 232 233 | part3 --bar-- } set tok [.new {} -string $msg] set partToks [$tok property parts] | | | 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 | part3 --bar-- } set tok [.new {} -string $msg] set partToks [$tok property parts] set res {} foreach childTok $partToks { lappend res [[$childTok body raw] read] } set res }} [list part1 part2 part3] |
︙ | ︙ | |||
447 448 449 450 451 452 453 | qp encode {How long is a piece of string ?} 1 }} How_long_is_a_piece_of_string_=3F test mime-4.13 {Test qp::encode in no_softbreak mode} {cleanly { qp encode {This is a very long string into which we do not want inserted softbreaks as we want one very long line returned even though that's probably not how we whould be doing it (see RFC2047) but we don't want to break backward compatibility} 0 1 }} {This is a very long string into which we do not want inserted softbreaks as we want one very long line returned even though that's probably not how we whould be doing it (see RFC2047) but we don't want to break backward compatibility} | | | 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 | qp encode {How long is a piece of string ?} 1 }} How_long_is_a_piece_of_string_=3F test mime-4.13 {Test qp::encode in no_softbreak mode} {cleanly { qp encode {This is a very long string into which we do not want inserted softbreaks as we want one very long line returned even though that's probably not how we whould be doing it (see RFC2047) but we don't want to break backward compatibility} 0 1 }} {This is a very long string into which we do not want inserted softbreaks as we want one very long line returned even though that's probably not how we whould be doing it (see RFC2047) but we don't want to break backward compatibility} test mime-5.1 {Test word_encode with quoted-printable method} {cleanly { word_encode iso8859-1 quoted-printable {Test de contrôle effectué} }} =?ISO-8859-1?Q?Test_de_contr=F4le_effectu=E9?= |
︙ | ︙ | |||
660 661 662 663 664 665 666 | {(a b)} 10 {(=?ISO-8859-1?Q?a?= =?ISO-8859-2?Q?_b?=)} {(a b)} 11 {(=?ISO-8859-1?Q?a?=x=?ISO-8859-2?Q?_b?=)} {(ax b)} 12 {a b c} {a b c} | | | 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 | {(a b)} 10 {(=?ISO-8859-1?Q?a?= =?ISO-8859-2?Q?_b?=)} {(a b)} 11 {(=?ISO-8859-1?Q?a?=x=?ISO-8859-2?Q?_b?=)} {(ax b)} 12 {a b c} {a b c} 13 {} {} } { test mime-6.$n {Test field_decode (from RFC 2047, part 8)} {cleanly { field_decode $encoded }} $expected ; # {} } |
︙ | ︙ | |||
697 698 699 700 701 702 703 | test mime-9.0.$name {Test chunk handling of serialize and helpers} {cleanly { set in [makeFile [set data [string repeat [string repeat {123456789 } 10]\n 350]] input.txt] set mi [makeFile {} mime.txt] with.$name $in -canonical text/plain { ::tcllib::chan::base .new chan1 [open $mi w] chan1 configure -translation binary | | | 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 | test mime-9.0.$name {Test chunk handling of serialize and helpers} {cleanly { set in [makeFile [set data [string repeat [string repeat {123456789 } 10]\n 350]] input.txt] set mi [makeFile {} mime.txt] with.$name $in -canonical text/plain { ::tcllib::chan::base .new chan1 [open $mi w] chan1 configure -translation binary $tok serialize -chan chan1 chan1 close with.$name $mi { set newdata [[$tok body raw] read] set res [string compare $data $newdata] removeFile input.txt |
︙ | ︙ | |||
819 820 821 822 823 824 825 | set msg "MIME-Version: 1.0 Content-Type: text/plain\r \r so plain " set tok [.new {} -string $msg] | | | | 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 | set msg "MIME-Version: 1.0 Content-Type: text/plain\r \r so plain " set tok [.new {} -string $msg] [$tok body raw] read } "so plain\n" # ------------------------------------------------------------------------- test mime-14.0 {cleanly { hostname argument to parseaddress }} { set parsed [parseaddress hostname fakedomain.fake {Here <h>}] list [llength $parsed] [lindex $parsed 0] } [list 1 [list address [email protected] comment {} domain {} error {} \ friendly Here group {} local h memberP 0 phrase Here \ proper {Here <[email protected]>} route {}]] |
︙ | ︙ | |||
974 975 976 977 978 979 980 | } {test/test {foo {}}} test mime-17.9 { header supplied by a component message, retrieved by lowercase name } { set mime [.new {} -string {Content-Disposition: form-data; name="field2"}] | | | | 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 | } {test/test {foo {}}} test mime-17.9 { header supplied by a component message, retrieved by lowercase name } { set mime [.new {} -string {Content-Disposition: form-data; name="field2"}] $mime header get content-disposition } {form-data {name field2}} test mime-17.10 { Content-Type is not automatically added to a subordinate } { set mime [.new {} -string {Content-Disposition: form-data; name="field2"}] $mime header get content-disposition } {form-data {name field2}} test mime-18.1 { non-seekable channel } { set script [list puts -nonewline $message1] |
︙ | ︙ | |||
1015 1016 1017 1018 1019 1020 1021 | cookie serialization } { set mime [.new {} -spec http -string {}] $mime cookie set one two set res [$mime serialize] $mime .destroy return $res | | | | 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 | cookie serialization } { set mime [.new {} -spec http -string {}] $mime cookie set one two set res [$mime serialize] $mime .destroy return $res } "Set-Cookie: one=two\r \t; HttpOnly\r \r " test mime-19.2 { cookie serialization } { set mime [.new {} -spec http -string {}] $mime cookie set one two path /three/four set res [$mime serialize] $mime .destroy return $res } "Set-Cookie: one=two\r \t; path=/three/four\r \t; HttpOnly\r \r " |
︙ | ︙ |