[test] Exclude message-area as it's a object property

This commit is contained in:
Javier Jardón
2010-06-22 22:26:18 +02:00
committed by Tristan Van Berkom
parent 6d16148936
commit f463059f00

View File

@@ -179,7 +179,8 @@ test_type (gconstpointer data)
continue;
if (g_type_is_a (type, GTK_TYPE_MESSAGE_DIALOG) &&
strcmp (pspec->name, "image") == 0)
(strcmp (pspec->name, "image") == 0 ||
strcmp (pspec->name, "message-area") == 0))
continue;
if (g_type_is_a (type, GTK_TYPE_PANED) &&