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

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

Commit message

Fixed the expected message on the install unexisting test.

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

Thanks Leo

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-04 07:41:30 +0000
3+++ _integration-tests/tests/installApp_test.go 2015-09-22 00:49:24 +0000
4@@ -119,5 +119,5 @@
5 c.Assert(err, check.NotNil)
6 c.Assert(string(output), check.Equals,
7 "Installing unexisting.canonical\n"+
8- "unexisting.canonical failed to install: snappy package not found\n")
9+ "unexisting failed to install: snappy package not found\n")
10 }

Subscribers

People subscribed via source and target branches