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

Unified Diff: provider/openstack/local_test.go

Issue 13811043: version: there can be only one
Patch Set: version: there can be only one Created 11 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 | « provider/local/environprovider.go ('k') | version/current_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: provider/openstack/local_test.go
=== modified file 'provider/openstack/local_test.go'
--- provider/openstack/local_test.go 2013-09-20 04:59:10 +0000
+++ provider/openstack/local_test.go 2013-09-20 18:46:47 +0000
@@ -99,7 +99,7 @@
TenantName: "some tenant",
}
config := makeTestConfig(cred)
- config["agent-version"] = version.CurrentNumber().String()
+ config["agent-version"] = version.Current.Number.String()
config["authorized-keys"] = "fakekey"
gc.Suite(&localLiveSuite{
LiveTests: LiveTests{
« no previous file with comments | « provider/local/environprovider.go ('k') | version/current_test.go » ('j') | no next file with comments »

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