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

Unified Diff: environs/ec2/export_test.go

Issue 6553049: all: use MgoSuite rather than ZkSuite
Patch Set: all: use MgoSuite rather than ZkSuite 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 | « environs/ec2/ec2.go ('k') | environs/ec2/local_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: environs/ec2/export_test.go
=== modified file 'environs/ec2/export_test.go'
--- environs/ec2/export_test.go 2012-09-19 14:14:33 +0000
+++ environs/ec2/export_test.go 2012-09-21 13:37:42 +0000
@@ -9,7 +9,7 @@
)
type BootstrapState struct {
- ZookeeperInstances []string
+ StateInstances []string
}
func LoadState(e environs.Environ) (*BootstrapState, error) {
@@ -17,7 +17,7 @@
if err != nil {
return nil, err
}
- return &BootstrapState{s.ZookeeperInstances}, nil
+ return &BootstrapState{s.StateInstances}, nil
}
func GroupName(e environs.Environ) string {
@@ -100,7 +100,7 @@
return ec2ErrCode(err)
}
-var ZkPortSuffix = zkPortSuffix
+var MgoPortSuffix = mgoPortSuffix
// FabricateInstance creates a new fictitious instance
// given an existing instance and a new id.
« no previous file with comments | « environs/ec2/ec2.go ('k') | environs/ec2/local_test.go » ('j') | no next file with comments »

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