api/bhsgo/bhome_node_test.go
@@ -27,6 +27,7 @@ proc := bh.ProcInfo{} proc.ProcId = []byte(proc_id) reply := bh.MsgCommonReply{} defer Cleanup() StartWorker(ClientCallback, ServerCallback, SubDataCallback) @@ -35,7 +36,6 @@ fmt.Println("register ok") } else { fmt.Println("register failed") t.Log("register error") return } r = Unregister(&proc, &reply, 1000)