diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-12-15 14:41:45 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2021-12-15 14:41:45 +0100 |
commit | a5ba89ad94be0e3e30f2c3e0b12ac4d23cf6805d (patch) | |
tree | 113bb4979d5fe0fba03a7775dd0761bcba471bf1 /tests/integration/test-indicator.cpp | |
parent | 1a36cae0aa0fc9c4b55efa47a419a3fafdae4923 (diff) | |
parent | ef792584d74cf8cc9fb70c9f9a18455c6c1da339 (diff) | |
download | ayatana-indicator-sound-a5ba89ad94be0e3e30f2c3e0b12ac4d23cf6805d.tar.gz ayatana-indicator-sound-a5ba89ad94be0e3e30f2c3e0b12ac4d23cf6805d.tar.bz2 ayatana-indicator-sound-a5ba89ad94be0e3e30f2c3e0b12ac4d23cf6805d.zip |
Merge branch 'tari01-pr/build-libayatana-common-with-enable-lomiri-features'
Attributes GH PR #71: https://github.com/AyatanaIndicators/ayatana-indicator-sound/pull/71
Diffstat (limited to 'tests/integration/test-indicator.cpp')
-rw-r--r-- | tests/integration/test-indicator.cpp | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/integration/test-indicator.cpp b/tests/integration/test-indicator.cpp index 5d31508..cbf1c6d 100644 --- a/tests/integration/test-indicator.cpp +++ b/tests/integration/test-indicator.cpp @@ -1,5 +1,6 @@ /* - * Copyright (C) 2015 Canonical Ltd. + * Copyright 2015 Canonical Ltd. + * Copyright 2021 Robert Tari * * This program is free software: you can redistribute it and/or modify it * under the terms of the GNU General Public License version 3, as published @@ -13,7 +14,9 @@ * You should have received a copy of the GNU General Public License along * with this program. If not, see <http://www.gnu.org/licenses/>. * - * Author: Xavi Garcia <xavi.garcia.mena@canonical.com> + * Authors: + * Xavi Garcia <xavi.garcia.mena@canonical.com> + * Robert Tari <robert@tari.in> */ #include <indicator-sound-test-base.h> @@ -32,6 +35,7 @@ class TestIndicator: public IndicatorSoundTestBase { }; +// cppcheck-suppress syntaxError TEST_F(TestIndicator, DISABLED_PhoneCheckRootIcon) { double INITIAL_VOLUME = 0.0; |