[gtk/wip/otte/sortlistmodel: 115/121] xxx exhaustive
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/otte/sortlistmodel: 115/121] xxx exhaustive
- Date: Thu, 16 Jul 2020 20:58:18 +0000 (UTC)
commit 7be73fac064825bb43a05e13da9707d52c117c8b
Author: Benjamin Otte <otte redhat com>
Date: Thu Jul 16 21:49:46 2020 +0200
xxx exhaustive
testsuite/gtk/sortlistmodel-exhaustive.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/testsuite/gtk/sortlistmodel-exhaustive.c b/testsuite/gtk/sortlistmodel-exhaustive.c
index 6339e10eb5..4695a45442 100644
--- a/testsuite/gtk/sortlistmodel-exhaustive.c
+++ b/testsuite/gtk/sortlistmodel-exhaustive.c
@@ -329,7 +329,7 @@ test_two_sorters (gconstpointer model_id)
* see if the two sorters stay identical
*/
static void
-test_chained_sort (gconstpointer model_id)
+test_stability (gconstpointer model_id)
{
GListStore *store;
GtkFlattenListModel *flatten;
@@ -434,7 +434,7 @@ main (int argc, char *argv[])
setlocale (LC_ALL, "C");
add_test_for_all_models ("two-sorters", test_two_sorters);
- add_test_for_all_models ("chained-sort", test_chained_sort);
+ add_test_for_all_models ("stability", test_stability);
return g_test_run ();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]