Commit 97bc1e52 authored by jiangpeng's avatar jiangpeng

dpos:update test

parent 8f662ab7
...@@ -10,6 +10,8 @@ import ( ...@@ -10,6 +10,8 @@ import (
"testing" "testing"
"time" "time"
"github.com/33cn/chain33/system/p2p/dht/protocol"
"github.com/33cn/chain33/common/crypto" "github.com/33cn/chain33/common/crypto"
"github.com/33cn/chain33/executor" "github.com/33cn/chain33/executor"
"github.com/33cn/chain33/p2p" "github.com/33cn/chain33/p2p"
...@@ -435,6 +437,7 @@ func TestIP2IPPort(t *testing.T) { ...@@ -435,6 +437,7 @@ func TestIP2IPPort(t *testing.T) {
func TestNode(t *testing.T) { func TestNode(t *testing.T) {
fmt.Println("=======start TestNode!=======") fmt.Println("=======start TestNode!=======")
Init() Init()
protocol.ClearEventHandler()
q1, chain1, s1, mem1, exec1, cs1, p2p1 := initEnvDpos1("chain33.test1.toml") q1, chain1, s1, mem1, exec1, cs1, p2p1 := initEnvDpos1("chain33.test1.toml")
defer clearTestData1() defer clearTestData1()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment