mirror of https://github.com/GNOME/gimp.git
test-ui: re-enable one of the tests, our gtk-dependency is big enough now.
This commit is contained in:
parent
41b47d1dde
commit
997e4b5f6c
|
@ -364,10 +364,6 @@ restore_recently_closed_multi_column_dock (gconstpointer data)
|
|||
>,
|
||||
n_session_infos_after_close);
|
||||
|
||||
#ifdef __GNUC__
|
||||
#warning FIXME test disabled until we depend on GTK+ >= 2.24.11
|
||||
#endif
|
||||
#if 0
|
||||
/* Restore the (only available) closed dock and make sure the session
|
||||
* infos in the global dock factory are increased again
|
||||
*/
|
||||
|
@ -381,7 +377,6 @@ restore_recently_closed_multi_column_dock (gconstpointer data)
|
|||
g_assert_cmpint (n_session_infos_after_close,
|
||||
<,
|
||||
n_session_infos_after_restore);
|
||||
#endif
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue