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

Unified Diff: worker/machiner/machiner_test.go

Issue 6718052: state, machiner: new style principal units watcher
Patch Set: state, machiner: new style principal units watcher Created 12 years, 5 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 | « worker/machiner/machiner.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: worker/machiner/machiner_test.go
=== modified file 'worker/machiner/machiner_test.go'
--- worker/machiner/machiner_test.go 2012-09-28 07:21:43 +0000
+++ worker/machiner/machiner_test.go 2012-10-17 13:42:03 +0000
@@ -26,7 +26,7 @@
m, err := s.State.AddMachine(state.MachinerWorker)
c.Assert(err, IsNil)
- p := machiner.NewMachiner(m, &state.Info{}, c.MkDir())
+ p := machiner.NewMachiner(m, s.State, &state.Info{}, c.MkDir())
c.Assert(p.Stop(), IsNil)
}
@@ -67,7 +67,7 @@
expectedInfo: stateInfo,
action: make(chan string, 5),
}
- machiner := machiner.NewMachinerWithContainer(m0, stateInfo, s.DataDir(), dcontainer)
+ machiner := machiner.NewMachinerWithContainer(m0, s.State, stateInfo, s.DataDir(), dcontainer)
defer func() {
err := machiner.Stop()
c.Assert(err, IsNil)
« no previous file with comments | « worker/machiner/machiner.go ('k') | no next file » | no next file with comments »

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