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

Delta Between Two Patch Sets: environs/jujutest/test.go

Issue 6347044: environs/ec2: bootstrap (Closed)
Left Patch Set: environs/ec2: bootstrap Created 11 years, 9 months ago
Right Patch Set: environs/ec2: bootstrap Created 11 years, 8 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/jujutest/livetests.go ('k') | no next file » | 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 jujutest 1 package jujutest
2 2
3 import ( 3 import (
4 . "launchpad.net/gocheck" 4 . "launchpad.net/gocheck"
5 "launchpad.net/juju-core/environs" 5 "launchpad.net/juju-core/environs"
6 "launchpad.net/juju-core/state" 6 "launchpad.net/juju-core/state"
7 "time" 7 "time"
8 ) 8 )
9 9
10 // InvalidStateInfo holds information about no state - it will always give 10 // InvalidStateInfo holds information about no state - it will always give
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 err := t.Env.Destroy(nil) 95 err := t.Env.Destroy(nil)
96 c.Check(err, IsNil) 96 c.Check(err, IsNil)
97 t.Env = nil 97 t.Env = nil
98 } 98 }
99 99
100 func (t *LiveTests) SetUpTest(*C) { 100 func (t *LiveTests) SetUpTest(*C) {
101 } 101 }
102 102
103 func (t *LiveTests) TearDownTest(*C) { 103 func (t *LiveTests) TearDownTest(*C) {
104 } 104 }
LEFTRIGHT

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