1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-25 17:05:23 +00:00

Update port range test

This commit is contained in:
V2Ray 2015-11-03 20:07:46 +01:00
parent 6faff6d514
commit cb19e4613f

View File

@ -55,7 +55,7 @@ func TestOverRangeStringPort(t *testing.T) {
assert := unit.Assert(t)
var portRange PortRange
err := json.Unmarshal([]byte("\"-1\""), &portRange)
err := json.Unmarshal([]byte("\"65536\""), &portRange)
assert.Error(err).Equals(InvalidPortRange)
err = json.Unmarshal([]byte("\"70000-80000\""), &portRange)