diff options
author | Ted Gould <ted@gould.cx> | 2014-11-24 10:16:40 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-11-24 10:16:40 -0600 |
commit | 12bcb367c0fe067b2b3475d09a08e09e63757a48 (patch) | |
tree | defeaeab1f0c8d3faf58912cd9794b39458610b3 /tests/indicator-test.cc | |
parent | 5b061aac08bfb1931b1a52eb8439937ff66d8d80 (diff) | |
download | ayatana-indicator-sound-12bcb367c0fe067b2b3475d09a08e09e63757a48.tar.gz ayatana-indicator-sound-12bcb367c0fe067b2b3475d09a08e09e63757a48.tar.bz2 ayatana-indicator-sound-12bcb367c0fe067b2b3475d09a08e09e63757a48.zip |
Switching to using a results object for the menu attribute checking
Diffstat (limited to 'tests/indicator-test.cc')
-rw-r--r-- | tests/indicator-test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/indicator-test.cc b/tests/indicator-test.cc index 725a5c8..ee9a722 100644 --- a/tests/indicator-test.cc +++ b/tests/indicator-test.cc @@ -51,7 +51,7 @@ TEST_F(IndicatorTest, PhoneMenu) { EXPECT_MENU_ATTRIB({0}, "action", "indicator.root"); EXPECT_MENU_ATTRIB({0}, "x-canonical-type", "com.canonical.indicator.root"); - expectMenuAttribute({0, 0, 0}, "action", "indicator.silent-mode"); + //expectMenuAttribute({0, 0, 0}, "action", "indicator.silent-mode"); } TEST_F(IndicatorTest, DesktopMenu) { |