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

Unified Diff: environs/tools/tools_test.go

Issue 14433058: Providers are responsible for selecting tools
Patch Set: Providers are responsible for selecting tools Created 11 years, 4 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 | « environs/tools/tools.go ('k') | provider/azure/environ.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: environs/tools/tools_test.go
=== modified file 'environs/tools/tools_test.go'
--- environs/tools/tools_test.go 2013-09-27 07:05:45 +0000
+++ environs/tools/tools_test.go 2013-10-15 04:38:40 +0000
@@ -291,8 +291,7 @@
for i, test := range envtesting.BootstrapToolsTests {
c.Logf("\ntest %d: %s", i, test.Info)
attrs := map[string]interface{}{
- "development": test.Development,
- "default-series": test.DefaultSeries,
+ "development": test.Development,
}
var agentVersion *version.Number
if test.AgentVersion != version.Zero {
@@ -309,6 +308,7 @@
params := envtools.BootstrapToolsParams{
Version: agentVersion,
+ Series: test.DefaultSeries,
Arch: &test.Arch,
}
actual, err := envtools.FindBootstrapTools(s.env, params)
« no previous file with comments | « environs/tools/tools.go ('k') | provider/azure/environ.go » ('j') | no next file with comments »

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