[gtk/stack-fixes] Reorder tests
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/stack-fixes] Reorder tests
- Date: Mon, 11 Feb 2019 02:29:21 +0000 (UTC)
commit 2e1a204c4907d5ecbb6cc53cc224080411e9afd7
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Feb 10 21:15:57 2019 -0500
Reorder tests
Trying to get to the bottom of a ci failure
testsuite/gtk/singleselection.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/testsuite/gtk/singleselection.c b/testsuite/gtk/singleselection.c
index ec3588528a..455683de09 100644
--- a/testsuite/gtk/singleselection.c
+++ b/testsuite/gtk/singleselection.c
@@ -531,14 +531,14 @@ main (int argc, char *argv[])
selection_quark = g_quark_from_static_string ("Mana mana, badibidibi");
g_test_add_func ("/singleselection/create", test_create);
-#if GLIB_CHECK_VERSION (2, 58, 0) /* g_list_store_splice() is broken before 2.58 */
- g_test_add_func ("/singleselection/changes", test_changes);
-#endif
- g_test_add_func ("/singleselection/selection", test_selection);
g_test_add_func ("/singleselection/autoselect", test_autoselect);
+ g_test_add_func ("/singleselection/selection", test_selection);
g_test_add_func ("/singleselection/can-unselect", test_can_unselect);
g_test_add_func ("/singleselection/persistence", test_persistence);
g_test_add_func ("/singleselection/query-range", test_query_range);
+#if GLIB_CHECK_VERSION (2, 58, 0) /* g_list_store_splice() is broken before 2.58 */
+ g_test_add_func ("/singleselection/changes", test_changes);
+#endif
return g_test_run ();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]