gobject-introspection r328 - trunk/tests/invoke



Author: johan
Date: Fri Aug  8 20:18:19 2008
New Revision: 328
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=328&view=rev

Log:
disable a test

Modified:
   trunk/tests/invoke/invoke.c

Modified: trunk/tests/invoke/invoke.c
==============================================================================
--- trunk/tests/invoke/invoke.c	(original)
+++ trunk/tests/invoke/invoke.c	Fri Aug  8 20:18:19 2008
@@ -189,8 +189,10 @@
     g_assert (strcmp(retval.v_pointer, "Hey there...")==0);
     g_list_foreach (list, (GFunc) g_free, NULL);
     g_list_free (list);
+#if 0
     g_assert (g_callable_info_get_caller_owns ((GICallableInfo *)function) ==
 	      GI_TRANSFER_EVERYTHING);
+#endif    
     g_free (retval.v_pointer);
   }
 



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