Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(470)

Unified Diff: cmd/juju/ssh_test.go

Issue 7422044: history: rewind
Patch Set: history: rewind Created 12 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cmd/juju/scp_test.go ('k') | cmd/juju/status_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cmd/juju/ssh_test.go
=== modified file 'cmd/juju/ssh_test.go'
--- cmd/juju/ssh_test.go 2013-02-28 00:13:00 +0000
+++ cmd/juju/ssh_test.go 2013-02-28 08:11:29 +0000
@@ -107,7 +107,7 @@
for _, t := range sshTests {
c.Logf("testing juju ssh %s", t.args)
- ctx := coretesting.Context(c)
+ ctx := &cmd.Context{c.MkDir(), &bytes.Buffer{}, &bytes.Buffer{}, &bytes.Buffer{}}
code := cmd.Main(&SSHCommand{}, ctx, t.args)
c.Check(code, Equals, 0)
c.Check(ctx.Stderr.(*bytes.Buffer).String(), Equals, "")
« no previous file with comments | « cmd/juju/scp_test.go ('k') | cmd/juju/status_test.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b