diff options
author | Xavi Garcia Mena <xavi.garcia.mena@canonical.com> | 2015-10-01 15:15:16 +0200 |
---|---|---|
committer | Xavi Garcia Mena <xavi.garcia.mena@canonical.com> | 2015-10-01 15:15:16 +0200 |
commit | 2dba91ca24ce98f866498333c7a39e20d68813f7 (patch) | |
tree | a7ccbc1f9eaf06d9cb50d766d7476fe70ffef38f /tests/integration/indicator-sound-test-base.h | |
parent | 5d88ce9836c1d32abfd369e650354ed855ec4654 (diff) | |
download | ayatana-indicator-sound-2dba91ca24ce98f866498333c7a39e20d68813f7.tar.gz ayatana-indicator-sound-2dba91ca24ce98f866498333c7a39e20d68813f7.tar.bz2 ayatana-indicator-sound-2dba91ca24ce98f866498333c7a39e20d68813f7.zip |
added mechanism to wait for the gmenu to change. Added player test for the phone profile
Diffstat (limited to 'tests/integration/indicator-sound-test-base.h')
-rw-r--r-- | tests/integration/indicator-sound-test-base.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/integration/indicator-sound-test-base.h b/tests/integration/indicator-sound-test-base.h index 00ccf1a..0dc0052 100644 --- a/tests/integration/indicator-sound-test-base.h +++ b/tests/integration/indicator-sound-test-base.h @@ -75,6 +75,8 @@ protected: bool waitMenuChange(); + bool initializeMenuChangedSignal(); + bool waitVolumeChangedInIndicator(); void initializeAccountsInterface(); @@ -98,4 +100,6 @@ protected: std::unique_ptr<DBusPropertiesInterface> accounts_interface_; std::unique_ptr<QSignalSpy> signal_spy_volume_changed_; + + std::unique_ptr<QSignalSpy> signal_spy_menu_changed_; }; |