~dobey/unity-scope-click/nonclick-touch-apps

« back to all changes in this revision

Viewing changes to libclickscope/tests/test_departments.cpp

  • Committer: Bileto Bot
  • Author(s): Rodney Dawes
  • Date: 2016-07-05 17:00:51 UTC
  • mfrom: (466.1.2 expect-false)
  • Revision ID: ci-train-bot@canonical.com-20160705170051-3d2i0zgwbvxzy8ut
Use EXPECT_{FALSE,TRUE} instead of EXPECT_EQ for boolean reults.

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
        EXPECT_EQ("games", info->id());
123
123
        EXPECT_EQ("Games", info->name());
124
124
        EXPECT_EQ("http://foobar.com/", info->href());
125
 
        EXPECT_EQ(false, info->has_children_flag());
 
125
        EXPECT_FALSE(info->has_children_flag());
126
126
 
127
127
        auto sub = info->sub_departments();
128
128
        EXPECT_EQ(2u, sub.size());