1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-03 07:45:29 -05:00

add interface for socks config

This commit is contained in:
v2ray
2015-12-03 22:41:06 +01:00
parent 73807390f1
commit f69b83f3e6
9 changed files with 32 additions and 14 deletions

View File

@@ -41,7 +41,7 @@ func TestBuildAndRun(t *testing.T) {
errStr := string(errBuffer.Bytes())
assert.Bool(strings.Contains(outStr, "v1.0")).IsTrue()
assert.Int(len(errStr)).Equals(0)
assert.StringLiteral(errStr).Equals("")
os.Remove(target)
}