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

Unified Diff: environs/cloudinit_test.go

Issue 11561044: Make agent/tools and remove state.Tools
Patch Set: Created 10 years, 8 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
Index: environs/cloudinit_test.go
=== modified file 'environs/cloudinit_test.go'
--- environs/cloudinit_test.go 2013-07-17 13:19:18 +0000
+++ environs/cloudinit_test.go 2013-07-22 04:19:25 +0000
@@ -9,6 +9,7 @@
. "launchpad.net/gocheck"
"launchpad.net/goyaml"
+ "launchpad.net/juju-core/agent/tools"
"launchpad.net/juju-core/cert"
"launchpad.net/juju-core/constraints"
"launchpad.net/juju-core/environs"
@@ -100,7 +101,7 @@
func (*CloudInitSuite) TestUserData(c *C) {
testJujuHome := c.MkDir()
defer config.SetJujuHome(config.SetJujuHome(testJujuHome))
- tools := &state.Tools{
+ tools := &tools.Tools{
URL: "http://foo.com/tools/juju1.2.3-linux-amd64.tgz",
Binary: version.MustParseBinary("1.2.3-linux-amd64"),
}

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