diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2015-08-07 22:35:55 +0000 |
---|---|---|
committer | CI Train Bot <ci-train-bot@canonical.com> | 2015-08-07 22:35:55 +0000 |
commit | 6f29148f8d0379684e6d6e53ce6e0095bed0c923 (patch) | |
tree | 5bad24f90f1ee3164b1c14f26ab27abc72f9786e /tests/media-player-user.cc | |
parent | 5a30dde1f09e55729ec0b0b7ed451f15c6e635fa (diff) | |
parent | 4b736bd0c19e85674add330ee6a00ddd6deb512a (diff) | |
download | ayatana-indicator-sound-6f29148f8d0379684e6d6e53ce6e0095bed0c923.tar.gz ayatana-indicator-sound-6f29148f8d0379684e6d6e53ce6e0095bed0c923.tar.bz2 ayatana-indicator-sound-6f29148f8d0379684e6d6e53ce6e0095bed0c923.zip |
Revised UI volume warnings to comply with EU requirements. Fixes: #1481913
Approved by: PS Jenkins bot, Ted Gould
Diffstat (limited to 'tests/media-player-user.cc')
-rw-r--r-- | tests/media-player-user.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/media-player-user.cc b/tests/media-player-user.cc index ca20b5f..876bce2 100644 --- a/tests/media-player-user.cc +++ b/tests/media-player-user.cc @@ -239,7 +239,7 @@ running_update (GObject * obj, GParamSpec * pspec, bool * running) { *running = media_player_get_is_running(MEDIA_PLAYER(obj)) == TRUE; }; -TEST_F(MediaPlayerUserTest, DataSet) { +TEST_F(MediaPlayerUserTest, DISABLED_DataSet) { /* Put data into Acts */ set_property("Timestamp", g_variant_new_uint64(g_get_monotonic_time())); set_property("PlayerName", g_variant_new_string("The Player Formerly Known as Prince")); @@ -282,7 +282,7 @@ TEST_F(MediaPlayerUserTest, DataSet) { g_clear_object(&player); } -TEST_F(MediaPlayerUserTest, TimeoutTest) { +TEST_F(MediaPlayerUserTest, DISABLED_TimeoutTest) { /* Put data into Acts -- but 15 minutes ago */ set_property("Timestamp", g_variant_new_uint64(g_get_monotonic_time() - 15 * 60 * 1000 * 1000)); set_property("PlayerName", g_variant_new_string("The Player Formerly Known as Prince")); |