summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-11-05 09:24:53 +0100
committerDaniel Stenberg <daniel@haxx.se>2018-11-05 09:24:59 +0100
commitd9abebc7ee2a4cfde42c790ae97a2d8c6911f3a9 (patch)
treec3e4feb132aadbab2da7fd762a7dc3be60d9b915 /tests
parent66dc1570db7dc80b3f6b23556ef65186a0a0ea8d (diff)
downloadcurl-d9abebc7ee2a4cfde42c790ae97a2d8c6911f3a9.tar.gz
Revert "url: a short host name + port is not a scheme"
This reverts commit 226cfa8264cd979eff3fd52c0f3585ef095e7cf2. This commit caused test failures on appveyor/windows. Work on fixing them is in #3235.
Diffstat (limited to 'tests')
-rw-r--r--tests/libtest/lib1560.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/libtest/lib1560.c b/tests/libtest/lib1560.c
index 6557e0567..57469a906 100644
--- a/tests/libtest/lib1560.c
+++ b/tests/libtest/lib1560.c
@@ -128,9 +128,6 @@ struct querycase {
};
static struct testcase get_parts_list[] ={
- {"boing:80",
- "https | [11] | [12] | [13] | boing | 80 | / | [16] | [17]",
- CURLU_DEFAULT_SCHEME, 0, CURLUE_OK},
{"http://[fd00:a41::50]:8080",
"http | [11] | [12] | [13] | [fd00:a41::50] | 8080 | / | [16] | [17]",
CURLU_DEFAULT_SCHEME, 0, CURLUE_OK},