[glib] Remove a failing testcase



commit 1dac271ace5f4ca690ac2ce13864b444359c54ce
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Jun 5 21:50:52 2013 -0400

    Remove a failing testcase
    
    One of the recently added examples seems wrong. Drop it.

 gio/tests/inet-address.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gio/tests/inet-address.c b/gio/tests/inet-address.c
index 9e75eb0..0e798fb 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]