From 70e1a5b010c26562168a08c16fee3bb56ba90eb2 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Mon, 24 Nov 2014 10:19:51 -0600 Subject: Put back to a full initializer --- 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 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({0, 0, 0}), "action", "indicator.silent-mode"); } TEST_F(IndicatorTest, DesktopMenu) { -- cgit v1.2.3