From 5a294ce7bba694a5cd61246c0e46febeb9b30339 Mon Sep 17 00:00:00 2001 From: Xavi Garcia Mena Date: Thu, 22 Oct 2015 10:28:17 +0200 Subject: Include all the integration tests --- tests/integration/test-indicator.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests/integration') 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 -- cgit v1.2.3