Merge lp:~elopio/snappy/test-install_app_origin into lp:~snappy-dev/snappy/snappy-moved-to-github

Proposed by Leo Arias
Status: Merged
Approved by: Federico Gimenez
Approved revision: 715
Merged at revision: 715
Proposed branch: lp:~elopio/snappy/test-install_app_origin
Merge into: lp:~snappy-dev/snappy/snappy-moved-to-github
Diff against target: 11 lines (+1/-1)
1 file modified
_integration-tests/tests/installApp_test.go (+1/-1)
To merge this branch: bzr merge lp:~elopio/snappy/test-install_app_origin
Reviewer Review Type Date Requested Status
Federico Gimenez (community) Approve
Review via email: mp+272306@code.launchpad.net

Commit message

Added the origin to the expected info output in the integration tests.

To post a comment you must log in.
Revision history for this message
Federico Gimenez (fgimenez) wrote :

LGTM, thanks

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file '_integration-tests/tests/installApp_test.go'
2--- _integration-tests/tests/installApp_test.go 2015-09-22 00:48:44 +0000
3+++ _integration-tests/tests/installApp_test.go 2015-09-24 19:52:24 +0000
4@@ -91,7 +91,7 @@
5
6 infoOutput := common.ExecCommand(c, "snappy", "info")
7
8- expected := "(?ms).*^apps: hello-world\n"
9+ expected := "(?ms).*^apps: hello-world.canonical\n"
10 c.Assert(infoOutput, check.Matches, expected)
11 }
12

Subscribers

People subscribed via source and target branches