summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2013-06-05 21:50:52 -0400
committerMatthias Clasen <mclasen@redhat.com>2013-06-05 21:50:52 -0400
commit1dac271ace5f4ca690ac2ce13864b444359c54ce (patch)
tree4e392944104509d1035953508de3233c893c40bd
parent76a10a572c67387533fa1e34796e39e3b7e70c30 (diff)
downloadglib-1dac271ace5f4ca690ac2ce13864b444359c54ce.tar.gz
Remove a failing testcase
One of the recently added examples seems wrong. Drop it.
-rw-r--r--gio/tests/inet-address.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gio/tests/inet-address.c b/gio/tests/inet-address.c
index 9e75eb0c3..0e798fbf1 100644
--- a/gio/tests/inet-address.c
+++ b/gio/tests/inet-address.c
@@ -66,8 +66,6 @@ test_parse (void)
g_assert (addr == NULL);
addr = g_inet_address_new_from_string ("::FFFFFFF");
g_assert (addr == NULL);
- addr = g_inet_address_new_from_string ("204.152.189.116:80");
- g_assert (addr != NULL);
}
static void