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) |