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

Unified Diff: state/api/params/params_test.go

Issue 8761045: state: service config settings in AllWatcher
Patch Set: state: service config settings in AllWatcher Created 11 years, 11 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/api/params/params.go ('k') | state/megawatcher.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: state/api/params/params_test.go
=== modified file 'state/api/params/params_test.go'
--- state/api/params/params_test.go 2013-04-11 12:51:15 +0000
+++ state/api/params/params_test.go 2013-04-15 22:40:57 +0000
@@ -43,9 +43,13 @@
Exposed: true,
CharmURL: "cs:series/name",
Constraints: constraints.MustParse("arch=arm mem=1024M"),
+ Config: map[string]interface{}{
+ "hello": "goodbye",
+ "foo": false,
+ },
},
},
- json: `["service","change",{"CharmURL": "cs:series/name","Name":"Benji","Exposed":true,"Constraints":{"arch":"arm", "mem": 1024}}]`,
+ json: `["service","change",{"CharmURL": "cs:series/name","Name":"Benji","Exposed":true,"Constraints":{"arch":"arm", "mem": 1024},"Config": {"hello":"goodbye","foo":false}}]`,
}, {
about: "UnitInfo Delta",
value: params.Delta{
« no previous file with comments | « state/api/params/params.go ('k') | state/megawatcher.go » ('j') | no next file with comments »

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