tests: fix and re-add the broken test

This commit is contained in:
Dan Winship 2013-06-05 23:49:31 -03:00
parent 1dac271ace
commit 6965b721b1

View 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