diff options
author | Conor Curran <conor.curran@canonical.com> | 2012-03-30 18:36:25 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2012-03-30 18:36:25 +0100 |
commit | 32f7a1035e36071e765173ce756b072cdeaa408f (patch) | |
tree | c154146d9b299a804791b1de2895a0a208380003 /tests | |
parent | a2911e4c491e6e8d97dd6e526a74fd7dd38caca6 (diff) | |
download | ayatana-indicator-sound-32f7a1035e36071e765173ce756b072cdeaa408f.tar.gz ayatana-indicator-sound-32f7a1035e36071e765173ce756b072cdeaa408f.tar.bz2 ayatana-indicator-sound-32f7a1035e36071e765173ce756b072cdeaa408f.zip |
turn off tests for now until they are relevant
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-indicator-sound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-indicator-sound.c b/tests/test-indicator-sound.c index 088ddb4..ae071d0 100644 --- a/tests/test-indicator-sound.c +++ b/tests/test-indicator-sound.c @@ -89,7 +89,7 @@ gint main (gint argc, gchar * argv[]) g_type_init(); g_test_init(&argc, &argv, NULL); - g_test_add_func("/indicator-sound/indicator-sound/image_names", test_libindicator_image_names); + //g_test_add_func("/indicator-sound/indicator-sound/image_names", test_libindicator_image_names); return g_test_run (); } |