tests: fix and re-add the broken test
authorDan Winship <danw@gnome.org>
Thu, 6 Jun 2013 02:49:31 +0000 (23:49 -0300)
committerDan Winship <danw@gnome.org>
Thu, 6 Jun 2013 02:49:56 +0000 (23:49 -0300)
gio/tests/inet-address.c

index 0e798fb..7d7fd4f 100644 (file)
@@ -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