~charlesk/indicator-datetime/15.10-lp-1505688-different-default-sounds-for-alarms-and-events

« back to all changes in this revision

Viewing changes to tests/test-snap.cpp

  • Committer: Charles Kerr
  • Date: 2015-10-13 21:21:52 UTC
  • Revision ID: charles.kerr@canonical.com-20151013212152-pnk7h64hpw7awcse
rather than commenting out a test, use Google Test's DISABLED_ feature to disable it

Show diffs side-by-side

added added

removed removed

Lines of Context:
590
590
****
591
591
***/
592
592
 
593
 
#if 0
594
593
namespace uin = unity::indicator::notifications;
595
594
 
596
595
/**
633
632
  return uri;
634
633
}
635
634
 
636
 
TEST_F(SnapFixture,DefaultSounds)
 
635
TEST_F(SnapFixture,DISABLED_DefaultSounds)
637
636
{
638
637
  auto settings = std::make_shared<Settings>();
639
638
  auto ne = std::make_shared<uin::Engine>(APP_NAME);
659
658
    EXPECT_EQ(test_case.expected_role, sb->role());
660
659
  }
661
660
}
662
 
#endif