Merge lp:~mandel/unity-scope-click/wily-recompile-with-udm into lp:unity-scope-click

Proposed by Manuel de la Peña
Status: Rejected
Rejected by: dobey
Proposed branch: lp:~mandel/unity-scope-click/wily-recompile-with-udm
Merge into: lp:unity-scope-click
Diff against target: 11 lines (+1/-0)
1 file modified
libclickscope/tests/mock_ubuntu_download_manager.h (+1/-0)
To merge this branch: bzr merge lp:~mandel/unity-scope-click/wily-recompile-with-udm
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Unity API Team Pending
Review via email: mp+271792@code.launchpad.net

Commit message

Recompile the project with the new udm.

Description of the change

Recompile the project with the new udm.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
377. By Manuel de la Peña

Add missing virtual method.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
dobey (dobey) wrote :

Rejecting as this is so old.

Unmerged revisions

377. By Manuel de la Peña

Add missing virtual method.

376. By Manuel de la Peña

Recompile with udm.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'libclickscope/tests/mock_ubuntu_download_manager.h'
2--- libclickscope/tests/mock_ubuntu_download_manager.h 2014-10-10 01:37:43 +0000
3+++ libclickscope/tests/mock_ubuntu_download_manager.h 2015-09-21 14:09:48 +0000
4@@ -115,6 +115,7 @@
5 MOCK_METHOD0(defaultThrottle, qulonglong());
6 MOCK_METHOD1(setDefaultThrottle, void(qulonglong));
7 MOCK_METHOD0(exit, void());
8+ MOCK_CONST_METHOD0(destinationApp, QString());
9 };
10
11 #endif /* _MOCK_UBUNTU_DOWNLOAD_MANAGER_H_ */

Subscribers

People subscribed via source and target branches