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

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

Issue 6782119: environs: change Bootstrap cert generation
Left Patch Set: Created 12 years, 4 months ago
Right Patch Set: environs: change Bootstrap cert generation Created 12 years, 4 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') | juju/conn_test.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 jujutest 1 package jujutest
2 2
3 import ( 3 import (
4 "bytes" 4 "bytes"
5 "io" 5 "io"
6 "io/ioutil" 6 "io/ioutil"
7 . "launchpad.net/gocheck" 7 . "launchpad.net/gocheck"
8 "launchpad.net/juju-core/environs" 8 "launchpad.net/juju-core/environs"
9 "launchpad.net/juju-core/juju/testing" 9 "launchpad.net/juju-core/juju/testing"
10 coretesting "launchpad.net/juju-core/testing" 10 coretesting "launchpad.net/juju-core/testing"
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 } 222 }
223 c.Logf("get retrying after earlier get succeeded. *sigh*.") 223 c.Logf("get retrying after earlier get succeeded. *sigh*.")
224 } 224 }
225 c.Assert(err, IsNil) 225 c.Assert(err, IsNil)
226 data, err = ioutil.ReadAll(resp.Body) 226 data, err = ioutil.ReadAll(resp.Body)
227 c.Assert(err, IsNil) 227 c.Assert(err, IsNil)
228 defer resp.Body.Close() 228 defer resp.Body.Close()
229 c.Assert(resp.StatusCode, Equals, 200, Commentf("error response: %s", da ta)) 229 c.Assert(resp.StatusCode, Equals, 200, Commentf("error response: %s", da ta))
230 c.Check(data, DeepEquals, contents) 230 c.Check(data, DeepEquals, contents)
231 } 231 }
LEFTRIGHT

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