mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-16 12:28:48 +02:00
tests: Remove duplicate IPv6 zone ID URI parsing tests
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
7e400a886e
commit
c363c3a9a5
@ -681,17 +681,6 @@ static const UriAbsoluteTest absolute_tests[] = {
|
|||||||
{ "scheme", NULL, "foo:bar._webdav._tcp.local", -1, "", NULL, NULL}
|
{ "scheme", NULL, "foo:bar._webdav._tcp.local", -1, "", NULL, NULL}
|
||||||
},
|
},
|
||||||
|
|
||||||
/* IPv6 scope ID parsing (both correct and incorrect) */
|
|
||||||
{ "http://[fe80::dead:beef%em1]/", G_URI_FLAGS_NONE,
|
|
||||||
{ "http", NULL, "fe80::dead:beef%em1", -1, "/", NULL, NULL }
|
|
||||||
},
|
|
||||||
{ "http://[fe80::dead:beef%25em1]/", G_URI_FLAGS_NONE,
|
|
||||||
{ "http", NULL, "fe80::dead:beef%em1", -1, "/", NULL, NULL }
|
|
||||||
},
|
|
||||||
{ "http://[fe80::dead:beef%10]/", G_URI_FLAGS_NONE,
|
|
||||||
{ "http", NULL, "fe80::dead:beef%10", -1, "/", NULL, NULL }
|
|
||||||
},
|
|
||||||
|
|
||||||
/* ".." past top */
|
/* ".." past top */
|
||||||
{ "http://example.com/..", G_URI_FLAGS_NONE,
|
{ "http://example.com/..", G_URI_FLAGS_NONE,
|
||||||
{ "http", NULL, "example.com", -1, "/..", NULL, NULL }
|
{ "http", NULL, "example.com", -1, "/..", NULL, NULL }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user