aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2014-01-22 10:14:56 -0600
committerCharles Kerr <charles.kerr@canonical.com>2014-01-22 10:14:56 -0600
commit063ff0ef0a7761e713b7b36e220e0e2bfa442326 (patch)
tree51b924968f5597e42f8d7c07cfbb9eea24347b9e /tests
parent0f6a8f9bcf57e0c77b9c8d7f83d93dd1be178d41 (diff)
downloadayatana-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
Diffstat (limited to 'tests')
-rw-r--r--tests/test-exporter.cpp4
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"));