From: Dan Winship Date: Thu, 6 Jun 2013 02:49:31 +0000 (-0300) Subject: tests: fix and re-add the broken test X-Git-Tag: 2.37.2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6965b721b1c7ec571f54065ddd1ef4ee1f7a4c3d;p=platform%2Fupstream%2Fglib.git tests: fix and re-add the broken test --- 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