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

Delta Between Two Patch Sets: juju/ec2/suite_test.go

Issue 5449065: juju/ec2: add code to accept an ec2 region in the configuration file.
Left Patch Set: - Created 12 years, 3 months ago
Right Patch Set: - Created 12 years, 3 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 | « juju/ec2/juju_test.go ('k') | juju/ec2/util.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 1 package ec2
2 2
3 import ( 3 import (
4 . "launchpad.net/gocheck" 4 . "launchpad.net/gocheck"
5 "testing" 5 "testing"
6 ) 6 )
7 7
8 type suite struct{} 8 type suite struct{}
9 9
10 var _ = Suite(suite{}) 10 var _ = Suite(suite{})
11 11
12 func TestEC2(t *testing.T) { 12 func TestEC2(t *testing.T) {
13 TestingT(t) 13 TestingT(t)
14 } 14 }
LEFTRIGHT

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