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

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

Issue 6198064: environs: upload juju tools to cloud.
Left Patch Set: environs: upload juju tools to cloud. Created 12 years, 10 months ago
Right Patch Set: environs: upload juju tools to cloud. Created 12 years, 10 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/storage.go ('k') | environs/tools.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
(Both sides are equal)
1 package jujutest 1 package jujutest
2 2
3 import ( 3 import (
4 . "launchpad.net/gocheck" 4 . "launchpad.net/gocheck"
5 "launchpad.net/juju/go/environs" 5 "launchpad.net/juju/go/environs"
6 "launchpad.net/juju/go/state" 6 "launchpad.net/juju/go/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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 err := t.Env.Destroy(nil) 91 err := t.Env.Destroy(nil)
92 c.Check(err, IsNil) 92 c.Check(err, IsNil)
93 t.Env = nil 93 t.Env = nil
94 } 94 }
95 95
96 func (t *LiveTests) SetUpTest(*C) { 96 func (t *LiveTests) SetUpTest(*C) {
97 } 97 }
98 98
99 func (t *LiveTests) TearDownTest(*C) { 99 func (t *LiveTests) TearDownTest(*C) {
100 } 100 }
LEFTRIGHT

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