[maemo-commits] [maemo-commits] r15915 - projects/haf/trunk/hildon-fm/tests
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Aug 29 10:15:24 EEST 2008
- Previous message: [maemo-commits] r15914 - projects/haf/trunk/hildon-fm/tests
- Next message: [maemo-commits] r15916 - in projects/haf/trunk/hildon-fm: . tests
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: jukkkaup Date: 2008-08-29 10:15:23 +0300 (Fri, 29 Aug 2008) New Revision: 15915 Modified: projects/haf/trunk/hildon-fm/tests/check_test.c projects/haf/trunk/hildon-fm/tests/test_suites.h Log: * Updated auxiliary files for hildon-fm tests to their newest versions Modified: projects/haf/trunk/hildon-fm/tests/check_test.c =================================================================== --- projects/haf/trunk/hildon-fm/tests/check_test.c 2008-08-28 11:58:00 UTC (rev 15914) +++ projects/haf/trunk/hildon-fm/tests/check_test.c 2008-08-29 07:15:23 UTC (rev 15915) @@ -70,8 +70,8 @@ srunner_add_suite (sr, create_hildonfm_file_system_special_location_suite ()); srunner_add_suite (sr, create_hildonfm_file_system_storage_dialog_suite ()); srunner_add_suite (sr, create_hildonfm_file_system_voldev_suite ()); + srunner_add_suite (sr, create_hildonfm_file_system_info_suite ()); - /* Disable tests that need maemo environment to be up if it is not running */ if (environment != ENVIRONMENT_MAEMO_ERROR) { Modified: projects/haf/trunk/hildon-fm/tests/test_suites.h =================================================================== --- projects/haf/trunk/hildon-fm/tests/test_suites.h 2008-08-28 11:58:00 UTC (rev 15914) +++ projects/haf/trunk/hildon-fm/tests/test_suites.h 2008-08-29 07:15:23 UTC (rev 15915) @@ -37,5 +37,6 @@ Suite *create_hildonfm_file_system_special_location_suite (void); Suite *create_hildonfm_file_system_storage_dialog_suite (void); Suite *create_hildonfm_file_system_voldev_suite (void); +Suite *create_hildonfm_file_system_info_suite (void); #endif
- Previous message: [maemo-commits] r15914 - projects/haf/trunk/hildon-fm/tests
- Next message: [maemo-commits] r15916 - in projects/haf/trunk/hildon-fm: . tests
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]