~vanvugt/compiz-core/fix-972519

« back to all changes in this revision

Viewing changes to src/privatescreen/tests/test-privatescreen.cpp

  • Committer: Alan Griffiths
  • Date: 2012-03-29 13:33:39 UTC
  • mfrom: (3069.2.6 arg-tmp2)
  • Revision ID: alan@octopull.co.uk-20120329133339-7c85d6y0xxfq0zi1
Some additional testing of updatePlugins inspired by #963264

Show diffs side-by-side

added added

removed removed

Lines of Context:
379
379
    using namespace testing;
380
380
 
381
381
    MockCompScreen comp_screen;
 
382
    MockPluginFilesystem mockfs;
 
383
 
 
384
    CompOption::Value::Vector values;
 
385
    values.push_back ("core");
 
386
    initialPlugins = std::list <CompString>();
382
387
 
383
388
    EXPECT_CALL(comp_screen, addAction(_)).WillRepeatedly(Return(false));
384
389
    EXPECT_CALL(comp_screen, removeAction(_)).WillRepeatedly(Return());