From f3a12e9f57fd635e638d83ce1c4d81b0946575c6 Mon Sep 17 00:00:00 2001 From: V2Ray Date: Sat, 12 Sep 2015 11:55:51 +0200 Subject: [PATCH] build break --- net/socks/socks_test.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/net/socks/socks_test.go b/net/socks/socks_test.go index 029b7fcc..627c6c5b 100644 --- a/net/socks/socks_test.go +++ b/net/socks/socks_test.go @@ -1,17 +1,17 @@ package socks import ( - "bytes" + // "bytes" "testing" - "github.com/v2ray/v2ray-core" - "github.com/v2ray/v2ray-core/testing/mocks" - "github.com/v2ray/v2ray-core/testing/unit" + // "github.com/v2ray/v2ray-core" + // "github.com/v2ray/v2ray-core/testing/mocks" + // "github.com/v2ray/v2ray-core/testing/unit" ) func TestSocksTcpConnect(t *testing.T) { t.Skip("Not ready yet.") - + /* assert := unit.Assert(t) port := uint16(12384) @@ -35,5 +35,5 @@ func TestSocksTcpConnect(t *testing.T) { err = vpoint.Start() assert.Error(err).IsNil() - + */ }