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

Unified Diff: state/megawatcher_internal_test.go

Issue 52850043: state/apiserver: log API conn setup/teardown
Patch Set: state/apiserver: log API conn setup/teardown Created 11 years, 2 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/apiserver/apiserver.go ('k') | state/multiwatcher/multiwatcher.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-12-03 14:05:19 +0000
+++ state/megawatcher_internal_test.go 2014-01-15 21:26:36 +0000
@@ -996,7 +996,7 @@
c.Assert(err, gc.IsNil)
_, err = w.Next()
- c.Assert(err, gc.ErrorMatches, "state watcher was stopped")
+ c.Assert(err, gc.Equals, multiwatcher.ErrWatcherStopped)
}
type entityInfoSlice []params.EntityInfo
« no previous file with comments | « state/apiserver/apiserver.go ('k') | state/multiwatcher/multiwatcher.go » ('j') | no next file with comments »

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