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

This commit is contained in:
Javier Jardón 2010-06-22 22:46:29 +02:00
parent 8ceef86cf8
commit a39c3b43b2

View File

@ -192,7 +192,9 @@ 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_PRINT_OPERATION) &&