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

Unified Diff: cmd/util_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/supercommand_test.go ('k') | environs/agent/agent.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cmd/util_test.go
=== modified file 'cmd/util_test.go'
--- cmd/util_test.go 2013-02-22 02:47:50 +0000
+++ cmd/util_test.go 2013-02-28 08:11:29 +0000
@@ -6,9 +6,14 @@
"fmt"
"io"
"launchpad.net/gnuflag"
+ . "launchpad.net/gocheck"
"launchpad.net/juju-core/cmd"
)
+func dummyContext(c *C) *cmd.Context {
+ return &cmd.Context{c.MkDir(), &bytes.Buffer{}, &bytes.Buffer{}, &bytes.Buffer{}}
+}
+
func bufferString(stream io.Writer) string {
return stream.(*bytes.Buffer).String()
}
« no previous file with comments | « cmd/supercommand_test.go ('k') | environs/agent/agent.go » ('j') | no next file with comments »

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