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

Delta Between Two Patch Sets: environs/ec2/local_test.go

Issue 6612054: environs/cloudinit: use --initial-password
Left Patch Set: environs/cloudinit: use --initial-password Created 12 years, 6 months ago
Right Patch Set: environs/cloudinit: use --initial-password Created 12 years, 6 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « environs/ec2/live_test.go ('k') | environs/jujutest/livetests.go » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 package ec2_test 1 package ec2_test
2 2
3 import ( 3 import (
4 "fmt" 4 "fmt"
5 "launchpad.net/goamz/aws" 5 "launchpad.net/goamz/aws"
6 amzec2 "launchpad.net/goamz/ec2" 6 amzec2 "launchpad.net/goamz/ec2"
7 "launchpad.net/goamz/ec2/ec2test" 7 "launchpad.net/goamz/ec2/ec2test"
8 "launchpad.net/goamz/s3" 8 "launchpad.net/goamz/s3"
9 "launchpad.net/goamz/s3/s3test" 9 "launchpad.net/goamz/s3/s3test"
10 . "launchpad.net/gocheck" 10 . "launchpad.net/gocheck"
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 found = true 316 found = true
317 } 317 }
318 } 318 }
319 switch { 319 switch {
320 case match && !found: 320 case match && !found:
321 c.Errorf("package %q not found in %v", pkg, pkgs) 321 c.Errorf("package %q not found in %v", pkg, pkgs)
322 case !match && found: 322 case !match && found:
323 c.Errorf("%q found but not expected in %v", pkg, pkgs) 323 c.Errorf("%q found but not expected in %v", pkg, pkgs)
324 } 324 }
325 } 325 }
LEFTRIGHT

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