~ken-vandine/content-hub/mimetypes

« back to all changes in this revision

Viewing changes to tests/acceptance-tests/app_hub_communication_stores.cpp

  • Committer: CI Train Bot
  • Author(s): Ken VanDine
  • Date: 2015-10-29 13:59:33 UTC
  • mfrom: (248.2.30 libertine_apps)
  • Revision ID: ci-train-bot@canonical.com-20151029135933-4wyb8rcjq9qk6h2u
Use libertine to query for apps installed in containers
Approved by: PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
    MOCK_METHOD2(install_destination_for_type, bool(cuc::Type, cuc::Peer));
75
75
    MOCK_METHOD2(install_share_for_type, bool(cuc::Type, cuc::Peer));
76
76
    MOCK_METHOD1(remove_peer, bool(cuc::Peer));
 
77
    MOCK_METHOD1(peer_is_legacy, bool(QString));
77
78
};
78
79
}
79
80