From 00d4c04919b70f53fd6c6242e59aee631799dc4f Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 9 Feb 2015 10:54:12 -0600 Subject: Basis of expecting eventually a set of test functions --- tests/indicator-test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/indicator-test.cc') diff --git a/tests/indicator-test.cc b/tests/indicator-test.cc index 31494d4..07d5f91 100644 --- a/tests/indicator-test.cc +++ b/tests/indicator-test.cc @@ -58,7 +58,7 @@ protected: TEST_F(IndicatorTest, PhoneMenu) { setMenu("/com/canonical/indicator/sound/phone"); - EXPECT_MENU_ATTRIB({0}, "action", "indicator.root"); + EXPECT_EVENTUALLY_MENU_ATTRIB(std::vector({0}), "action", "indicator.root"); EXPECT_MENU_ATTRIB({0}, "x-canonical-type", "com.canonical.indicator.root"); EXPECT_MENU_ATTRIB({0}, "x-canonical-scroll-action", "indicator.scroll"); EXPECT_MENU_ATTRIB({0}, "x-canonical-secondary-action", "indicator.mute"); -- cgit v1.2.3