~ci-train-bot/unity-scope-click/unity-scope-click-ubuntu-zesty-2275

« back to all changes in this revision

Viewing changes to libclickscope/tests/test_configuration.cpp

  • Committer: Bileto Bot
  • Author(s): Michael Terry
  • Date: 2016-12-08 21:49:44 UTC
  • mfrom: (503.1.2 gmock)
  • Revision ID: ci-train-bot@canonical.com-20161208214944-vzmtluh3jjrxuskb
Fix build with new gmock

Approved by: Rodney Dawes, unity-api-1-bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
            .Times(1)
142
142
            .WillOnce(Return(response));
143
143
    auto frameworks = locator.get_available_frameworks();
144
 
    EXPECT_EQ(0, frameworks.size());
 
144
    EXPECT_EQ(0u, frameworks.size());
145
145
}
146
146
 
147
147
TEST(Configuration, getLanguageCorrect)