From 2cc2511da8dbc575e556b8c4ed33de49592889a5 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 12 Mar 2018 16:16:18 +0100 Subject: Re-enable disable tests. All related to non-appearing Puleaudio on DBus. So let's get that fixed rather than hiding the mistake elsewhere. --- tests/integration/test-indicator.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'tests/integration') diff --git a/tests/integration/test-indicator.cpp b/tests/integration/test-indicator.cpp index eaa3382..5e74636 100644 --- a/tests/integration/test-indicator.cpp +++ b/tests/integration/test-indicator.cpp @@ -256,7 +256,7 @@ TEST_F(TestIndicator, DesktopTestExternalMicInOut) ).match()); } -TEST_F(TestIndicator, DISABLED_PhoneChangeRoleVolume) +TEST_F(TestIndicator, PhoneChangeRoleVolume) { double INITIAL_VOLUME = 0.0; @@ -628,7 +628,7 @@ TEST_F(TestIndicator, DesktopAddMprisPlayer) ).match()); } -TEST_F(TestIndicator, DISABLED_DesktopMprisPlayersPlaybackControls) +TEST_F(TestIndicator, DesktopMprisPlayersPlaybackControls) { double INITIAL_VOLUME = 0.0; @@ -1387,7 +1387,7 @@ TEST_F(TestIndicator, DesktopMprisPlayerButtonsState) ).match()); } -TEST_F(TestIndicator, DISABLED_DesktopChangeRoleVolume) +TEST_F(TestIndicator, DesktopChangeRoleVolume) { double INITIAL_VOLUME = 0.0; @@ -1493,7 +1493,7 @@ TEST_F(TestIndicator, DISABLED_DesktopChangeRoleVolume) ).match()); } -TEST_F(TestIndicator, DISABLED_PhoneNotificationVolume) +TEST_F(TestIndicator, PhoneNotificationVolume) { double INITIAL_VOLUME = 0.0; @@ -1559,7 +1559,7 @@ TEST_F(TestIndicator, DISABLED_PhoneNotificationVolume) checkVolumeNotification(0.5, "Speakers", false, notificationsSpy.at(1)); } -TEST_F(TestIndicator, DISABLED_PhoneNotificationWarningVolume) +TEST_F(TestIndicator, PhoneNotificationWarningVolume) { double INITIAL_VOLUME = 0.0; @@ -1757,7 +1757,7 @@ TEST_F(TestIndicator, DISABLED_PhoneNotificationWarningVolume) checkVolumeNotification(1.0, "Headphones", true, notificationsSpy.at(3)); } -TEST_F(TestIndicator, DISABLED_PhoneNotificationWarningVolumeAlertMode) +TEST_F(TestIndicator, PhoneNotificationWarningVolumeAlertMode) { double INITIAL_VOLUME = 0.0; @@ -1814,22 +1814,22 @@ TEST_F(TestIndicator, DISABLED_PhoneNotificationWarningVolumeAlertMode) notificationsSpy.clear(); } -TEST_F(TestIndicator, DISABLED_PhoneNotificationHeadphoneSpeakerWiredLabels) +TEST_F(TestIndicator, PhoneNotificationHeadphoneSpeakerWiredLabels) { checkPortDevicesLabels(WIRED, WIRED); } -TEST_F(TestIndicator, DISABLED_PhoneNotificationHeadphoneSpeakerBluetoothLabels) +TEST_F(TestIndicator, PhoneNotificationHeadphoneSpeakerBluetoothLabels) { checkPortDevicesLabels(BLUETOOTH, BLUETOOTH); } -TEST_F(TestIndicator, DISABLED_PhoneNotificationHeadphoneSpeakerUSBLabels) +TEST_F(TestIndicator, PhoneNotificationHeadphoneSpeakerUSBLabels) { checkPortDevicesLabels(USB, USB); } -TEST_F(TestIndicator, DISABLED_PhoneNotificationHeadphoneSpeakerHDMILabels) +TEST_F(TestIndicator, PhoneNotificationHeadphoneSpeakerHDMILabels) { checkPortDevicesLabels(HDMI, HDMI); } -- cgit v1.2.3