diff options
author | Xavi Garcia Mena <xavi.garcia.mena@canonical.com> | 2015-10-22 10:28:17 +0200 |
---|---|---|
committer | Xavi Garcia Mena <xavi.garcia.mena@canonical.com> | 2015-10-22 10:28:17 +0200 |
commit | 5a294ce7bba694a5cd61246c0e46febeb9b30339 (patch) | |
tree | 44b2c135353c37beca887b78cde73c3191951a50 /tests/integration | |
parent | 7227248fb068f1f6d1b69f9069651051be36aa8f (diff) | |
download | ayatana-indicator-sound-5a294ce7bba694a5cd61246c0e46febeb9b30339.tar.gz ayatana-indicator-sound-5a294ce7bba694a5cd61246c0e46febeb9b30339.tar.bz2 ayatana-indicator-sound-5a294ce7bba694a5cd61246c0e46febeb9b30339.zip |
Include all the integration tests
Diffstat (limited to 'tests/integration')
-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 |