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
=== modified file '_integration-tests/tests/installApp_test.go'
--- _integration-tests/tests/installApp_test.go 2015-09-04 07:41:30 +0000
+++ _integration-tests/tests/installApp_test.go 2015-09-22 00:49:24 +0000
@@ -119,5 +119,5 @@
119 c.Assert(err, check.NotNil)119 c.Assert(err, check.NotNil)
120 c.Assert(string(output), check.Equals,120 c.Assert(string(output), check.Equals,
121 "Installing unexisting.canonical\n"+121 "Installing unexisting.canonical\n"+
122 "unexisting.canonical failed to install: snappy package not found\n")122 "unexisting failed to install: snappy package not found\n")
123}123}

Subscribers

People subscribed via source and target branches