Index: state/relationunit_test.go |
=== modified file 'state/relationunit_test.go' |
--- state/relationunit_test.go 2013-09-04 16:37:45 +0000 |
+++ state/relationunit_test.go 2013-09-06 10:20:00 +0000 |
@@ -66,7 +66,6 @@ |
} |
// Add settings for one RU. |
- s.assertInScope(c, pr.ru0, false) |
err := pr.ru0.EnterScope(map[string]interface{}{"gene": "kelly"}) |
c.Assert(err, gc.IsNil) |
node, err := pr.ru0.Settings() |
@@ -480,7 +479,6 @@ |
s.assertNoScopeChange(c, ws...) |
// pru0 enters; check detected only by req RUs. |
- s.assertInScope(c, prr.pru0, false) |
err := prr.pru0.EnterScope(nil) |
c.Assert(err, gc.IsNil) |
rws := func() []*state.RelationScopeWatcher { |