[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
parent a681c37604
commit 626240b0fe

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) &&