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

Unified Diff: ec2/ec2_test.go

Issue 6642048: ec2: pad instance params for reliable sorting (Closed)
Patch Set: Created 12 years, 5 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
« ec2/ec2.go ('K') | « ec2/ec2.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ec2/ec2_test.go
=== modified file 'ec2/ec2_test.go'
--- ec2/ec2_test.go 2012-07-11 22:21:40 +0000
+++ ec2/ec2_test.go 2012-10-09 05:29:02 +0000
@@ -151,8 +151,8 @@
req := testServer.WaitRequest()
c.Assert(req.Form["Action"], DeepEquals, []string{"TerminateInstances"})
- c.Assert(req.Form["InstanceId.1"], DeepEquals, []string{"i-1"})
- c.Assert(req.Form["InstanceId.2"], DeepEquals, []string{"i-2"})
+ c.Assert(req.Form["InstanceId.001"], DeepEquals, []string{"i-1"})
+ c.Assert(req.Form["InstanceId.002"], DeepEquals, []string{"i-2"})
c.Assert(req.Form["UserData"], IsNil)
c.Assert(req.Form["KernelId"], IsNil)
c.Assert(req.Form["RamdiskId"], IsNil)
« ec2/ec2.go ('K') | « ec2/ec2.go ('k') | no next file » | no next file with comments »

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