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

Unified Diff: state/apiserver/agent/agent_test.go

Issue 54230044: state: deprecate JobManageState
Patch Set: state: deprecate JobManageState Created 11 years, 2 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 | « state/api/provisioner/provisioner_test.go ('k') | state/apiserver/charmrevisionupdater/updater.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: state/apiserver/agent/agent_test.go
=== modified file 'state/apiserver/agent/agent_test.go'
--- state/apiserver/agent/agent_test.go 2013-12-19 21:12:56 +0000
+++ state/apiserver/agent/agent_test.go 2014-01-22 19:28:08 +0000
@@ -35,7 +35,7 @@
s.JujuConnSuite.SetUpTest(c)
var err error
- s.machine0, err = s.State.AddMachine("quantal", state.JobManageEnviron, state.JobManageState)
+ s.machine0, err = s.State.AddMachine("quantal", state.JobManageEnviron)
c.Assert(err, gc.IsNil)
s.machine1, err = s.State.AddMachine("quantal", state.JobHostUnits)
« no previous file with comments | « state/api/provisioner/provisioner_test.go ('k') | state/apiserver/charmrevisionupdater/updater.go » ('j') | no next file with comments »

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