diff options
author | Ted Gould <ted@gould.cx> | 2015-01-30 10:45:51 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2015-01-30 10:45:51 -0600 |
commit | c37ce8ed28766e8ece0da617b6255054d7947752 (patch) | |
tree | 9e5244efd51b395ab6e4302a3364501d642c32ca /tests | |
parent | 1e149cd05cf4b1bedba53e1104194662ad350de5 (diff) | |
download | ayatana-indicator-sound-c37ce8ed28766e8ece0da617b6255054d7947752.tar.gz ayatana-indicator-sound-c37ce8ed28766e8ece0da617b6255054d7947752.tar.bz2 ayatana-indicator-sound-c37ce8ed28766e8ece0da617b6255054d7947752.zip |
No media player because using an appropriate account service mock
Diffstat (limited to 'tests')
-rw-r--r-- | tests/indicator-test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/indicator-test.cc b/tests/indicator-test.cc index 37bf719..31494d4 100644 --- a/tests/indicator-test.cc +++ b/tests/indicator-test.cc @@ -66,8 +66,8 @@ TEST_F(IndicatorTest, PhoneMenu) { EXPECT_MENU_ATTRIB(std::vector<int>({0, 0, 0}), "action", "indicator.silent-mode"); EXPECT_MENU_ATTRIB(std::vector<int>({0, 0, 0}), "label", "Silent Mode"); - EXPECT_MENU_ATTRIB(std::vector<int>({0, 2}), "action", "indicator.phone-settings"); - EXPECT_MENU_ATTRIB(std::vector<int>({0, 2}), "label", "Sound Settingsā¦"); + EXPECT_MENU_ATTRIB(std::vector<int>({0, 1}), "action", "indicator.phone-settings"); + EXPECT_MENU_ATTRIB(std::vector<int>({0, 1}), "label", "Sound Settingsā¦"); } TEST_F(IndicatorTest, DesktopMenu) { |