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

Unified Diff: state/megawatcher_internal_test.go

Issue 8626043: juju: remove dependency on api/params
Patch Set: juju: remove dependency on api/params Created 11 years, 12 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/megawatcher.go ('k') | state/service.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: state/megawatcher_internal_test.go
=== modified file 'state/megawatcher_internal_test.go'
--- state/megawatcher_internal_test.go 2013-04-09 09:30:42 +0000
+++ state/megawatcher_internal_test.go 2013-04-10 14:55:46 +0000
@@ -306,8 +306,6 @@
c.Assert(err, IsNil)
err = u.SetPrivateAddress("private")
c.Assert(err, IsNil)
- err = u.SetResolved(params.ResolvedRetryHooks)
- c.Assert(err, IsNil)
err = u.OpenPort("tcp", 12345)
c.Assert(err, IsNil)
m, err := st.AddMachine("series", JobHostUnits)
@@ -329,7 +327,6 @@
PublicAddress: "public",
PrivateAddress: "private",
MachineId: "0",
- Resolved: params.ResolvedRetryHooks,
Ports: []params.Port{{"tcp", 12345}},
Status: params.UnitError,
StatusInfo: "failure",
« no previous file with comments | « state/megawatcher.go ('k') | state/service.go » ('j') | no next file with comments »

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