diff options
author | Ted Gould <ted@gould.cx> | 2014-11-24 10:19:51 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-11-24 10:19:51 -0600 |
commit | 70e1a5b010c26562168a08c16fee3bb56ba90eb2 (patch) | |
tree | d26bdc8d05618e71e1519e19eefdb8a40127e626 /tests | |
parent | 12bcb367c0fe067b2b3475d09a08e09e63757a48 (diff) | |
download | ayatana-indicator-sound-70e1a5b010c26562168a08c16fee3bb56ba90eb2.tar.gz ayatana-indicator-sound-70e1a5b010c26562168a08c16fee3bb56ba90eb2.tar.bz2 ayatana-indicator-sound-70e1a5b010c26562168a08c16fee3bb56ba90eb2.zip |
Put back to a full initializer
Diffstat (limited to 'tests')
-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 ee9a722..8599239 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"); + EXPECT_MENU_ATTRIB(std::vector<int>({0, 0, 0}), "action", "indicator.silent-mode"); } TEST_F(IndicatorTest, DesktopMenu) { |