aboutsummaryrefslogtreecommitdiff
path: root/tests/sound-menu.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sound-menu.cc')
-rw-r--r--tests/sound-menu.cc16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/sound-menu.cc b/tests/sound-menu.cc
index 75a661b..9f0181c 100644
--- a/tests/sound-menu.cc
+++ b/tests/sound-menu.cc
@@ -170,20 +170,4 @@ TEST_F(SoundMenuTest, AddRemovePlayer) {
return;
}
-TEST_F(SoundMenuTest, AddRemovePlayerNoPlayNextPrev) {
- check_player_control_buttons(false, false, false);
-}
-
-TEST_F(SoundMenuTest, AddRemovePlayerNoNext) {
- check_player_control_buttons(true, false, true);
-}
-
-TEST_F(SoundMenuTest, AddRemovePlayerNoPrev) {
- check_player_control_buttons(true, true, false);
-}
-
-TEST_F(SoundMenuTest, AddRemovePlayerNoPlay) {
- check_player_control_buttons(false, true, true);
-}
-
//