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

Unified Diff: state/state_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: state/state_test.go
=== modified file 'state/state_test.go'
--- state/state_test.go 2013-07-19 09:53:58 +0000
+++ state/state_test.go 2013-07-22 04:23:33 +0000
@@ -13,6 +13,7 @@
"labix.org/v2/mgo/bson"
. "launchpad.net/gocheck"
+ "launchpad.net/juju-core/agent/tools"
"launchpad.net/juju-core/charm"
"launchpad.net/juju-core/constraints"
"launchpad.net/juju-core/environs/config"
@@ -1013,7 +1014,7 @@
wc.AssertOneChange()
// Alter the machine: not reported.
- tools := &state.Tools{
+ tools := &tools.Tools{
Binary: version.Binary{
Number: version.MustParse("1.2.3"),
Series: "gutsy",

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