mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-01-01 06:55:25 -05:00
convert dokodemo scenario test to protobuf based
This commit is contained in:
@@ -42,6 +42,7 @@ func TestSimpleTLSConnection(t *testing.T) {
|
||||
}
|
||||
dest, err := tcpServer.Start()
|
||||
assert.Error(err).IsNil()
|
||||
defer tcpServer.Close()
|
||||
|
||||
userID := protocol.NewID(uuid.New())
|
||||
serverPort := pickPort()
|
||||
@@ -154,6 +155,7 @@ func TestTLSConnectionReuse(t *testing.T) {
|
||||
}
|
||||
dest, err := tcpServer.Start()
|
||||
assert.Error(err).IsNil()
|
||||
defer tcpServer.Close()
|
||||
|
||||
userID := protocol.NewID(uuid.New())
|
||||
serverPort := pickPort()
|
||||
|
||||
Reference in New Issue
Block a user