From ef82a631a9379eacabdf81b0358cde9c108009c7 Mon Sep 17 00:00:00 2001 From: Bruno Dilly Date: Wed, 22 Aug 2012 20:04:51 +0000 Subject: [PATCH] EPhysics: keep tests in alphabetical order SVN revision: 75566 --- legacy/ephysics/src/bin/Makefile.am | 4 ++-- legacy/ephysics/src/bin/test.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/legacy/ephysics/src/bin/Makefile.am b/legacy/ephysics/src/bin/Makefile.am index 723a78e989..a31965d067 100644 --- a/legacy/ephysics/src/bin/Makefile.am +++ b/legacy/ephysics/src/bin/Makefile.am @@ -37,8 +37,8 @@ test_velocity.c \ test_shapes.c \ test_sleeping_threshold.c \ test_slider.c \ -test_win_resize.c \ -test_soft_body.c +test_soft_body.c \ +test_win_resize.c ephysics_logo_SOURCES = \ ephysics_logo.c diff --git a/legacy/ephysics/src/bin/test.c b/legacy/ephysics/src/bin/test.c index 2aabdcab3b..e97515c890 100644 --- a/legacy/ephysics/src/bin/test.c +++ b/legacy/ephysics/src/bin/test.c @@ -36,8 +36,8 @@ void test_velocity(void *data, Evas_Object *obj, void *event_info); void test_shapes(void *data, Evas_Object *obj, void *event_info); void test_sleeping(void *data, Evas_Object *obj, void *event_info); void test_slider(void *data, Evas_Object *obj, void *event_info); -void test_win_resize(void *data, Evas_Object *obj, void *event_info); void test_soft_body(void *data, Evas_Object *obj, void *event_info); +void test_win_resize(void *data, Evas_Object *obj, void *event_info); static const EPhysics_Test tests[] = { {"Bouncing Ball", test_bouncing_ball}, @@ -61,8 +61,8 @@ static const EPhysics_Test tests[] = { {"Shapes", test_shapes}, {"Sleeping Threshold", test_sleeping}, {"Slider", test_slider}, - {"Win Resize", test_win_resize}, {"Soft Body", test_soft_body}, + {"Win Resize", test_win_resize}, }; static void