~tatokis/unity/gcc-72-errors

« back to all changes in this revision

Viewing changes to tests/test_launcher_controller.cpp

  • Committer: Bileto Bot
  • Author(s): Marco Trevisan (Treviño)
  • Date: 2017-09-25 16:03:32 UTC
  • mfrom: (4253.1.17 tests-split-and-cleanup)
  • Revision ID: ci-train-bot@canonical.com-20170925160332-1963tgyjcd41j02e
Tests: split unit tests in single binaries, enable unstable tests

Use CMake foo, for getting the best for running tests in single mode
and generating smart targets for them

Approved by: Andrea Azzarone

Show diffs side-by-side

added added

removed removed

Lines of Context:
1719
1719
  EXPECT_TRUE(lc.Impl()->expo_icon_->IsVisible());
1720
1720
}
1721
1721
 
1722
 
TEST_F(TestLauncherController, UpdateSelectionChanged)
 
1722
TEST_F(TestLauncherController, UNSTABLE_TEST(UpdateSelectionChanged))
1723
1723
{
1724
1724
  UBusManager manager;
1725
1725
  std::string last_selection_change;