aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-03-12 16:16:18 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-03-12 16:16:18 +0100
commit2cc2511da8dbc575e556b8c4ed33de49592889a5 (patch)
tree9e2fd900e9e110d659086b48ee7110edd9c6701c /tests
parent6b77c86bb91af090fde9a0505b99fa908c41dd8b (diff)
downloadayatana-indicator-sound-2cc2511da8dbc575e556b8c4ed33de49592889a5.tar.gz
ayatana-indicator-sound-2cc2511da8dbc575e556b8c4ed33de49592889a5.tar.bz2
ayatana-indicator-sound-2cc2511da8dbc575e556b8c4ed33de49592889a5.zip
Re-enable disable tests. All related to non-appearing Puleaudio on DBus. So let's get that fixed rather than hiding the mistake elsewhere.
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/test-indicator.cpp20
1 files changed, 10 insertions, 10 deletions
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);
}