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

Unified Diff: cmd/juju/expose_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 | « cmd/juju/deploy_test.go ('k') | cmd/juju/status_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cmd/juju/expose_test.go
=== modified file 'cmd/juju/expose_test.go'
--- cmd/juju/expose_test.go 2012-09-10 04:07:52 +0000
+++ cmd/juju/expose_test.go 2012-09-12 22:14:23 +0000
@@ -29,7 +29,7 @@
}
func (s *ExposeSuite) TestExpose(c *C) {
- testing.Charms.BundlePath(s.seriesPath, "dummy")
+ testing.Charms.BundlePath(s.seriesPath, "series", "dummy")
err := runDeploy(c, "local:dummy", "some-service-name")
c.Assert(err, IsNil)
curl := charm.MustParseURL("local:precise/dummy-1")
« no previous file with comments | « cmd/juju/deploy_test.go ('k') | cmd/juju/status_test.go » ('j') | no next file with comments »

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