Merge lp:~attente/content-hub/run-paste-test into lp:content-hub

Proposed by William Hua
Status: Needs review
Proposed branch: lp:~attente/content-hub/run-paste-test
Merge into: lp:content-hub
Diff against target: 12 lines (+1/-1)
1 file modified
tests/acceptance-tests/CMakeLists.txt (+1/-1)
To merge this branch: bzr merge lp:~attente/content-hub/run-paste-test
Reviewer Review Type Date Requested Status
Ubuntu Phablet Team Pending
Review via email: mp+309705@code.launchpad.net

Commit message

Run the correct paste test

Description of the change

Seems to be a pasting error, the wrong test is being run here.

Run the correct paste test.

To post a comment you must log in.
Revision history for this message
Ken VanDine (ken-vandine) wrote :

Thanks for the fix, however we have a fix for this in another branch that's pending landing.

Unmerged revisions

301. By William Hua

Run the correct paste test

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/acceptance-tests/CMakeLists.txt'
2--- tests/acceptance-tests/CMakeLists.txt 2016-09-23 16:01:09 +0000
3+++ tests/acceptance-tests/CMakeLists.txt 2016-10-31 18:55:45 +0000
4@@ -106,7 +106,7 @@
5 add_test(app_hub_communication_known_sources app_hub_communication_known_sources)
6 add_test(app_hub_communication_stores app_hub_communication_stores)
7 add_test(app_hub_communication_transfer app_hub_communication_transfer)
8-add_test(app_hub_communication_paste app_hub_communication_transfer)
9+add_test(app_hub_communication_paste app_hub_communication_paste)
10 add_test(app_hub_communication_handler app_hub_communication_handler)
11 add_test(test_utils test_utils)
12 add_test(test_types test_types)

Subscribers

People subscribed via source and target branches