summaryrefslogtreecommitdiffstats
path: root/tests/http.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-11-29 09:52:09 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-11-29 09:52:09 (GMT)
commit800a3f62b322f5dce3636afcd726167263ad44da (patch)
treeba99f154cc313c4c6a35378ec18dcaaab3a43158 /tests/http.test
parenta5162e47d57e9549fb2ee179f87823dcc11a7be7 (diff)
downloadtcl-800a3f62b322f5dce3636afcd726167263ad44da.zip
tcl-800a3f62b322f5dce3636afcd726167263ad44da.tar.gz
tcl-800a3f62b322f5dce3636afcd726167263ad44da.tar.bz2
Fix one failing testcase (thanks, Travis!)
Diffstat (limited to 'tests/http.test')
-rw-r--r--tests/http.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/http.test b/tests/http.test
index 3f0b55d..8eac3c3 100644
--- a/tests/http.test
+++ b/tests/http.test
@@ -680,7 +680,7 @@ test http-idna-1.2 {IDNA package: basics} -returnCodes error -body {
} -result {unknown or ambiguous subcommand "?": must be decode, encode, puny, or version}
test http-idna-1.3 {IDNA package: basics} -body {
::tcl::idna version
-} -result 1.0
+} -result 1.0.1
test http-idna-1.4 {IDNA package: basics} -returnCodes error -body {
::tcl::idna version what
} -result {wrong # args: should be "::tcl::idna version"}