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

Unified Diff: state/relationunit_test.go

Issue 13494043: state;uniter: Refactor UnitSettings and hook.Info (Closed)
Patch Set: Created 11 years, 7 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') | state/unit.go » ('j') | worker/uniter/context.go » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: state/relationunit_test.go
=== modified file 'state/relationunit_test.go'
--- state/relationunit_test.go 2013-08-30 15:26:14 +0000
+++ state/relationunit_test.go 2013-09-03 15:39:37 +0000
@@ -1215,9 +1215,6 @@
c.Fatalf("channel closed; watcher error: %#v", w.Err())
}
c.Assert(ch.Changed, gc.HasLen, len(changed))
- for name, m := range changed {
- c.Assert(ch.Changed[name].Settings, gc.DeepEquals, m)
fwereade 2013/09/04 11:36:15 We still need to check versions, don't we?
- }
c.Assert(departed, jc.SameContents, ch.Departed)
case <-time.After(5 * time.Second):
c.Fatalf("expected changed %#v, departed %#v; got nothing", changed, departed)
« no previous file with comments | « [revision details] ('k') | state/unit.go » ('j') | worker/uniter/context.go » ('J')

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