aboutsummaryrefslogtreecommitdiff
path: root/tests/integration
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration')
-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);
}