~themue/pyjuju/go-state-add-relation

« back to all changes in this revision

Viewing changes to cmd/juju/cmd_test.go

  • Committer: Roger Peppe
  • Date: 2012-05-01 07:22:35 UTC
  • mfrom: (130.3.13 go-dummy-upload)
  • Revision ID: roger.peppe@canonical.com-20120501072235-whz9cxgoq1jrahab
juju: add code for building and uploading juju client

R=fwereade, niemeyer
CC=
https://codereview.appspot.com/6128046

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
 
156
156
func op(kind dummy.OperationKind, name string) dummy.Operation {
157
157
        return dummy.Operation{
158
 
                EnvironName: name,
159
 
                Kind:        kind,
 
158
                Env:  name,
 
159
                Kind: kind,
160
160
        }
161
161
}