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

Unified Diff: charm/repo_test.go

Issue 99640044: Actions() added to Charm interface
Patch Set: Actions() added to Charm interface Created 10 years, 10 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 | « charm/meta_test.go ('k') | state/charm.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: charm/repo_test.go
=== modified file 'charm/repo_test.go'
--- charm/repo_test.go 2014-05-21 08:44:16 +0000
+++ charm/repo_test.go 2014-05-30 21:03:10 +0000
@@ -92,9 +92,9 @@
revInfo, err := s.store.Latest(urls...)
c.Assert(err, gc.IsNil)
c.Assert(revInfo, gc.DeepEquals, []charm.CharmRevision{
- {23, "2c9f01a53a73c221d5360207e7bb2f887ff83c32b04e58aca76c4d99fd071ec7", nil},
- {23, "2c9f01a53a73c221d5360207e7bb2f887ff83c32b04e58aca76c4d99fd071ec7", nil},
- {23, "2c9f01a53a73c221d5360207e7bb2f887ff83c32b04e58aca76c4d99fd071ec7", nil},
+ {23, "f2fa57f594ef74c22f29f4f57eb866d2c4c429db5b69f95c2658d0931111a208", nil},
+ {23, "f2fa57f594ef74c22f29f4f57eb866d2c4c429db5b69f95c2658d0931111a208", nil},
+ {23, "f2fa57f594ef74c22f29f4f57eb866d2c4c429db5b69f95c2658d0931111a208", nil},
})
}
« no previous file with comments | « charm/meta_test.go ('k') | state/charm.go » ('j') | no next file with comments »

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