diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/test-indicator.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/integration/test-indicator.cpp b/tests/integration/test-indicator.cpp index c8fa89b..86d73b1 100644 --- a/tests/integration/test-indicator.cpp +++ b/tests/integration/test-indicator.cpp @@ -32,7 +32,6 @@ class TestIndicator: public IndicatorSoundTestBase { }; -/* TEST_F(TestIndicator, PhoneChangeRoleVolume) { double INITIAL_VOLUME = 0.0; @@ -708,7 +707,6 @@ TEST_F(TestIndicator, PhoneNotificationVolume) checkVolumeNotification(0.5, "Speakers", false, notificationsSpy.at(0)); } -*/ TEST_F(TestIndicator, PhoneNotificationWarningVolume) { @@ -891,7 +889,7 @@ TEST_F(TestIndicator, PhoneNotificationWarningVolume) checkVolumeNotification(1.0, "Headphones", true, notificationsSpy.at(1)); } -/* + TEST_F(TestIndicator, PhoneNotificationWarningVolumeAlertMode) { double INITIAL_VOLUME = 0.0; @@ -965,6 +963,5 @@ TEST_F(TestIndicator, PhoneNotificationHeadphoneSpeakerHDMILabels) { checkPortDevicesLabels(HDMI, HDMI); } -*/ } // namespace |