s/StartListener/NewServer/g

This commit is contained in:
Jae Kwon
2016-02-21 23:44:33 -08:00
parent 90e38f08f4
commit 2c1aa7af2b
4 changed files with 90 additions and 60 deletions

View File

@ -14,7 +14,7 @@ func TestStream(t *testing.T) {
numAppendTxs := 200000
// Start the listener
_, err := server.StartListener("tcp://127.0.0.1:46658", NewDummyApplication())
_, err := server.NewServer("tcp://127.0.0.1:46658", NewDummyApplication())
if err != nil {
Exit(err.Error())
}