aboutsummaryrefslogtreecommitdiff
path: root/tests/integration/test-indicator.cpp
diff options
context:
space:
mode:
authorXavi Garcia Mena <xavi.garcia.mena@canonical.com>2015-10-22 10:28:17 +0200
committerXavi Garcia Mena <xavi.garcia.mena@canonical.com>2015-10-22 10:28:17 +0200
commit5a294ce7bba694a5cd61246c0e46febeb9b30339 (patch)
tree44b2c135353c37beca887b78cde73c3191951a50 /tests/integration/test-indicator.cpp
parent7227248fb068f1f6d1b69f9069651051be36aa8f (diff)
downloadayatana-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/test-indicator.cpp')
-rw-r--r--tests/integration/test-indicator.cpp5
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