mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
g_network_address_parse: deprecate symbolic port names
(which shouldn't ever have been part of the API. Grr.) Solaris /etc/services doesn't even have "http", which was causing tests/network-address to fail...
This commit is contained in:
@@ -34,7 +34,6 @@ static ParseTest tests[] =
|
||||
{
|
||||
{ "www.gnome.org", "www.gnome.org", 1234, -1 },
|
||||
{ "www.gnome.org:8080", "www.gnome.org", 8080, -1 },
|
||||
{ "www.gnome.org:http", "www.gnome.org", 80, -1 },
|
||||
{ "[2001:db8::1]", "2001:db8::1", 1234, -1 },
|
||||
{ "[2001:db8::1]:888", "2001:db8::1", 888, -1 },
|
||||
{ "[hostname", NULL, 0, G_IO_ERROR_INVALID_ARGUMENT },
|
||||
|
Reference in New Issue
Block a user