From 6965b721b1c7ec571f54065ddd1ef4ee1f7a4c3d Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 5 Jun 2013 23:49:31 -0300 Subject: [PATCH] tests: fix and re-add the broken test --- gio/tests/inet-address.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gio/tests/inet-address.c b/gio/tests/inet-address.c index 0e798fb..7d7fd4f 100644 --- a/gio/tests/inet-address.c +++ b/gio/tests/inet-address.c @@ -66,6 +66,8 @@ 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 -- 2.7.4