diff options
author | Ted Gould <ted@gould.cx> | 2014-10-28 18:53:55 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-10-28 18:53:55 -0500 |
commit | 69a8fcaa1aacd2a43da2011ff5fb79e4ed2d8bbe (patch) | |
tree | d50a67715ab1fe66e766255c1405077ebf0a1fe0 /tests/indicator-test.cc | |
parent | dc8a919fa15ea03a53e359c60a4f73a3c80be8f4 (diff) | |
download | ayatana-indicator-sound-69a8fcaa1aacd2a43da2011ff5fb79e4ed2d8bbe.tar.gz ayatana-indicator-sound-69a8fcaa1aacd2a43da2011ff5fb79e4ed2d8bbe.tar.bz2 ayatana-indicator-sound-69a8fcaa1aacd2a43da2011ff5fb79e4ed2d8bbe.zip |
Getting menus
Diffstat (limited to 'tests/indicator-test.cc')
-rw-r--r-- | tests/indicator-test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/indicator-test.cc b/tests/indicator-test.cc index 9ebb121..72546d6 100644 --- a/tests/indicator-test.cc +++ b/tests/indicator-test.cc @@ -34,5 +34,7 @@ protected: TEST_F(IndicatorTest, StartStop) { + setMenu("/com/canonical/indicator/sound/phone"); + EXPECT_MENU_ATTRIB({0}, "action", "indicator.root"); } |