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

Unified Diff: exp/sdb/sdb_test.go

Issue 9545045: Support EC2_ env variables (Closed)
Patch Set: Support EC2_ env variables Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « exp/mturk/mturk_test.go ('k') | exp/sns/sns_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: exp/sdb/sdb_test.go
=== modified file 'exp/sdb/sdb_test.go'
--- exp/sdb/sdb_test.go 2013-01-31 14:52:05 +0000
+++ exp/sdb/sdb_test.go 2013-05-23 02:56:41 +0000
@@ -26,6 +26,10 @@
s.sdb = sdb.New(auth, aws.Region{SDBEndpoint: testServer.URL})
}
+func (s *S) TearDownSuite(c *C) {
+ testServer.Stop()
+}
+
func (s *S) TearDownTest(c *C) {
testServer.Flush()
}
« no previous file with comments | « exp/mturk/mturk_test.go ('k') | exp/sns/sns_test.go » ('j') | no next file with comments »

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