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

Unified Diff: state/relationunit_test.go

Issue 13269051: state: Attempt to fix tests failing on the bot (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') | no next file » | no next file with comments »
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-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 {
« no previous file with comments | « [revision details] ('k') | no next file » | no next file with comments »

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