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

Unified Diff: store/store_test.go

Issue 6489117: testing: add "series" argument to Repo methods.
Patch Set: testing: add "series" argument to Repo methods. Created 12 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 | « store/branch_test.go ('k') | testing/charm.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: store/store_test.go
=== modified file 'store/store_test.go'
--- store/store_test.go 2012-09-12 17:15:00 +0000
+++ store/store_test.go 2012-09-12 22:14:23 +0000
@@ -111,7 +111,7 @@
c.Assert(err, IsNil)
c.Assert(pub.Revision(), Equals, 0)
- err = pub.Publish(testing.Charms.ClonedDir(c.MkDir(), "dummy"))
+ err = pub.Publish(testing.Charms.ClonedDir(c.MkDir(), "series", "dummy"))
c.Assert(err, IsNil)
for _, url := range urls {
« no previous file with comments | « store/branch_test.go ('k') | testing/charm.go » ('j') | no next file with comments »

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