diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-01-22 10:14:56 -0600 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-01-22 10:14:56 -0600 |
commit | 063ff0ef0a7761e713b7b36e220e0e2bfa442326 (patch) | |
tree | 51b924968f5597e42f8d7c07cfbb9eea24347b9e | |
parent | 0f6a8f9bcf57e0c77b9c8d7f83d93dd1be178d41 (diff) | |
download | ayatana-indicator-datetime-063ff0ef0a7761e713b7b36e220e0e2bfa442326.tar.gz ayatana-indicator-datetime-063ff0ef0a7761e713b7b36e220e0e2bfa442326.tar.bz2 ayatana-indicator-datetime-063ff0ef0a7761e713b7b36e220e0e2bfa442326.zip |
sync test-exporter with the greeter profile's header names that changed in r325
-rw-r--r-- | tests/test-exporter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-exporter.cpp b/tests/test-exporter.cpp index ea62cd3..aa9e89d 100644 --- a/tests/test-exporter.cpp +++ b/tests/test-exporter.cpp @@ -115,9 +115,9 @@ TEST_F(ExporterFixture, Publish) EXPECT_EQ(1, names.count("activate-phone-settings")); EXPECT_EQ(1, names.count("activate-planner")); EXPECT_EQ(1, names.count("calendar")); - EXPECT_EQ(1, names.count("desktop-greeter-header")); + EXPECT_EQ(1, names.count("desktop_greeter-header")); EXPECT_EQ(1, names.count("desktop-header")); - EXPECT_EQ(1, names.count("phone-greeter-header")); + EXPECT_EQ(1, names.count("phone_greeter-header")); EXPECT_EQ(1, names.count("phone-header")); EXPECT_EQ(1, names.count("set-location")); |