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

Unified Diff: cmd/juju/cmd_test.go

Issue 6128046: juju: add code for building and uploading juju client
Patch Set: juju: add code for building and uploading juju client Created 12 years, 11 months 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 | « [revision details] ('k') | environs/dummy/environs.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cmd/juju/cmd_test.go
=== modified file 'cmd/juju/cmd_test.go'
--- cmd/juju/cmd_test.go 2012-04-26 16:14:24 +0000
+++ cmd/juju/cmd_test.go 2012-04-27 15:54:07 +0000
@@ -155,7 +155,7 @@
func op(kind dummy.OperationKind, name string) dummy.Operation {
return dummy.Operation{
- EnvironName: name,
- Kind: kind,
+ Env: name,
+ Kind: kind,
}
}
« no previous file with comments | « [revision details] ('k') | environs/dummy/environs.go » ('j') | no next file with comments »

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