[gnome-games] tests: Remove last bits of the test_games_clock_set test



commit 87c33ca1f910f19ad3c46fb28be56620a5445ba7
Author: Thomas Hindoe Paaboel Andersen <phomes gmail com>
Date:   Mon Jul 13 09:50:14 2009 +0200

    tests: Remove last bits of the test_games_clock_set test
    
    The test was removed in 6f0bf967e753a074821470e4739d0cfdf34bfbdf as it did no longer made sense.

 tests/libgames-support/test-libgames-support.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/tests/libgames-support/test-libgames-support.c b/tests/libgames-support/test-libgames-support.c
index 6507e87..3d8552d 100644
--- a/tests/libgames-support/test-libgames-support.c
+++ b/tests/libgames-support/test-libgames-support.c
@@ -54,13 +54,6 @@ libgames_support_suite (void)
   tcase_add_test (tc1, test_games_clock_new);
   tcase_add_checked_fixture (tc1, fx_setup_gtk, fx_teardown_gtk);
   suite_add_tcase (s, tc1);
-
-  TCase *tc2 = tcase_create ("games-clock-set");
-  tcase_add_test (tc2, test_games_clock_set);
-  tcase_add_checked_fixture (tc2, fx_setup_gtk, fx_teardown_gtk);
-  tcase_set_timeout(tc2, 0);
-  suite_add_tcase (s, tc2);
-
   
   return s;
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]