diff options
author | Robert Collins <robertc@robertcollins.net> | 2010-03-09 09:24:36 +1100 |
---|---|---|
committer | Robert Collins <robertc@robertcollins.net> | 2010-03-09 09:24:36 +1100 |
commit | 2e85d8a7db825a7aef087710abe8159a716df6c7 (patch) | |
tree | aa7fe45eea82e19083b2525a05085880ee0e571d /tests/test-indicator-sound.c | |
parent | 56f9654524bbf61a625905fe9e9dcaa63eaf71b5 (diff) | |
download | ayatana-indicator-sound-2e85d8a7db825a7aef087710abe8159a716df6c7.tar.gz ayatana-indicator-sound-2e85d8a7db825a7aef087710abe8159a716df6c7.tar.bz2 ayatana-indicator-sound-2e85d8a7db825a7aef087710abe8159a716df6c7.zip |
snapshot closer-to-building.
Diffstat (limited to 'tests/test-indicator-sound.c')
-rw-r--r-- | tests/test-indicator-sound.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/test-indicator-sound.c b/tests/test-indicator-sound.c index 1d3569a..35d950c 100644 --- a/tests/test-indicator-sound.c +++ b/tests/test-indicator-sound.c @@ -20,7 +20,6 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include <string.h> #include <gtk/gtk.h> #include <libindicator/indicator-object.h> -#include <pulse/glib-mainloop.h> #include "../src/indicator-sound.h" static const gint STATE_MUTED = 0; @@ -86,11 +85,6 @@ void test_libindicator_image_names() tidy_up_hash(); } -void test_libindicator_pa_mocked() -{ g_assert(pa_glib_mainloop_new(NULL) == NULL); -} - - gint main (gint argc, gchar * argv[]) { @@ -100,7 +94,6 @@ gint main (gint argc, gchar * argv[]) g_test_add_func("/indicator-sound/indicator-sound/init", test_libindicator_sound_init); g_test_add_func("/indicator-sound/indicator-sound/state_machine", test_libindicator_determine_state); g_test_add_func("/indicator-sound/indicator-sound/image_names", test_libindicator_image_names); - g_test_add_func("/indicator-sound/indicator-sound/pa_is_mocked", test_libindicator_pa_mocked); return g_test_run (); } |