~ubuntu-branches/ubuntu/trusty/hud/trusty-proposed

« back to all changes in this revision

Viewing changes to tests/integration/TestHud.cpp

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Pete Woods
  • Date: 2014-03-26 09:36:22 UTC
  • mfrom: (1.1.32)
  • Revision ID: package-import@ubuntu.com-20140326093622-e1s54pe7ldm18ru1
Tags: 13.10.1+14.04.20140326-0ubuntu1
[ Pete Woods ]
Add safety valve for DBusMenuCollector that also reports the
offending application (LP: #1280372)

Show diffs side-by-side

added added

removed removed

Lines of Context:
373
373
        EXPECT_FALSE(executedSpy.isEmpty());
374
374
 
375
375
        actionInvokedSpy.wait();
376
 
        EXPECT_FALSE(actionInvokedSpy.isEmpty());
 
376
        ASSERT_FALSE(actionInvokedSpy.isEmpty());
377
377
        EXPECT_EQ(QVariantList() << QVariant("close"), actionInvokedSpy.at(0));
378
378
}
379
379