~tatokis/unity/gcc-72-errors

« back to all changes in this revision

Viewing changes to tests/test_gnome_session_manager.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:
1139
1139
  EXPECT_TRUE(unlock_emitted);
1140
1140
}
1141
1141
 
1142
 
TEST_F(TestGnomeSessionManager, UNSTABLE_TEST(NoLockWhenLockingDisabled))
 
1142
TEST_F(TestGnomeSessionManager, NoLockWhenLockingDisabled)
1143
1143
{
1144
1144
  bool lock_emitted = false;
1145
1145
  bool screensaver_emitted = false;