~tatokis/unity/gcc-72-errors

« back to all changes in this revision

Viewing changes to tests/test_desktop_launcher_icon.cpp

  • Committer: Bileto Bot
  • Author(s): Marco Trevisan (Treviño)
  • Date: 2016-11-30 11:05:43 UTC
  • mfrom: (4209.1.4 gtest-1.8-fixes)
  • Revision ID: ci-train-bot@canonical.com-20161130110543-2y3e6447rxbe800u
CMakeLists.txt: add support to compile with GTest 1.8 (LP: #1644062)

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
 
41
41
TEST_F(TestDesktopLauncherIcon, Shortcut)
42
42
{
43
 
  EXPECT_EQ(icon.GetShortcut(), 'd');
 
43
  EXPECT_EQ(icon.GetShortcut(), static_cast<guint64>('d'));
44
44
}
45
45
 
46
46
TEST_F(TestDesktopLauncherIcon, Position)