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() |
} |