diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2018-02-17 18:07:27 +0100 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2018-02-17 18:07:27 +0100 |
| commit | c445dcf3b6062a99a135036d60ac5b055cee9d2b (patch) | |
| tree | b8c934c2b05093aea036ebc58483aec754595685 /object_iterator_test.go | |
| parent | 5f156b42b634d57bd7d0dc835d738401b908bcf2 (diff) | |
| download | go-schwift-c445dcf3b6062a99a135036d60ac5b055cee9d2b.tar.gz | |
generalize cleanup phase of object test
Diffstat (limited to 'object_iterator_test.go')
| -rw-r--r-- | object_iterator_test.go | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/object_iterator_test.go b/object_iterator_test.go index 4a2387d..86a96e9 100644 --- a/object_iterator_test.go +++ b/object_iterator_test.go @@ -128,13 +128,6 @@ func TestObjectIterator(t *testing.T) { ois, err = iter.CollectDetailed() expectSuccess(t, err) expectObjectInfos(t, ois, oname(1), oname(2), oname(3), oname(4)) - - //cleanup - iter = c.Objects() - iter.Prefix = "schwift-test-listing" - expectSuccess(t, iter.Foreach(func(o *Object) error { - return o.Delete(nil, nil) - })) }) } |
