diff options
| author | Neil Jagdish Patel <neil.patel@canonical.com> | 2011-09-08 15:41:57 +0100 | 
|---|---|---|
| committer | Neil Jagdish Patel <neil.patel@canonical.com> | 2011-09-08 15:41:57 +0100 | 
| commit | 251223c31f2457036435ac332a585b92d01f6c1e (patch) | |
| tree | eec82060dcd86e1910b1fb4893f5f9172d4c9e19 | |
| parent | ffacf46c511d1f66febad38a5cba67b2e8e73c5c (diff) | |
Fix test
(bzr r1524)
| -rw-r--r-- | tests/test_indicator_entry.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_indicator_entry.cpp b/tests/test_indicator_entry.cpp index 2c60bdee1..e83c41176 100644 --- a/tests/test_indicator_entry.cpp +++ b/tests/test_indicator_entry.cpp @@ -65,7 +65,7 @@ TEST(TestIndicatorEntry, TestAssignment)  entry = other_entry;  EXPECT_EQ(entry.id(), "other_id"); - EXPECT_EQ(entry.name_hint(), "name_hint"); + EXPECT_EQ(entry.name_hint(), "other_name_hint");  EXPECT_EQ(entry.label(), "other_label");  EXPECT_FALSE(entry.label_sensitive());  EXPECT_FALSE(entry.label_visible());  | 
