mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
parent
90daa7a68b
commit
5cb586c8ac
2 changed files with 26 additions and 29 deletions
|
|
@ -1,17 +1,17 @@
|
|||
package http
|
||||
|
||||
import (
|
||||
"testing"
|
||||
"bytes"
|
||||
"io/ioutil"
|
||||
"net/http"
|
||||
"bytes"
|
||||
"sync"
|
||||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/ethereum/go-ethereum/swarm/storage"
|
||||
"github.com/ethereum/go-ethereum/swarm/api"
|
||||
"github.com/ethereum/go-ethereum/common"
|
||||
"github.com/ethereum/go-ethereum/logger/glog"
|
||||
"github.com/ethereum/go-ethereum/swarm/api"
|
||||
"github.com/ethereum/go-ethereum/swarm/storage"
|
||||
)
|
||||
|
||||
func TestBzzrGetPath(t *testing.T) {
|
||||
|
|
@ -89,8 +89,6 @@ func TestBzzrGetPath(t *testing.T) {
|
|||
break
|
||||
}
|
||||
|
||||
|
||||
|
||||
for k, v := range testrequests {
|
||||
var body []byte
|
||||
var resp *http.Response
|
||||
|
|
@ -107,5 +105,4 @@ func TestBzzrGetPath(t *testing.T) {
|
|||
t.Log(string(body))
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue