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

Unified Diff: state/apiserver/client/client_test.go

Issue 13430044: state: added status data to status doc
Patch Set: state: added status data to status doc Created 11 years, 6 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/client/api_test.go ('k') | state/apiserver/common/setstatus.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: state/apiserver/client/client_test.go
=== modified file 'state/apiserver/client/client_test.go'
--- state/apiserver/client/client_test.go 2013-09-13 14:48:13 +0000
+++ state/apiserver/client/client_test.go 2013-09-18 15:57:30 +0000
@@ -360,7 +360,7 @@
s.setUpScenario(c)
u, err := s.State.Unit("wordpress/0")
c.Assert(err, gc.IsNil)
- err = u.SetStatus(params.StatusError, "gaaah")
+ err = u.SetStatus(params.StatusError, "gaaah", nil)
c.Assert(err, gc.IsNil)
// Code under test:
err = s.APIState.Client().Resolved("wordpress/0", false)
« no previous file with comments | « state/apiserver/client/api_test.go ('k') | state/apiserver/common/setstatus.go » ('j') | no next file with comments »

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