1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-12-30 05:56:54 -05:00

More test case

This commit is contained in:
V2Ray 2015-11-03 22:27:26 +01:00
parent c144e77eb3
commit 0d06561b7e

View File

@ -20,6 +20,7 @@ func TestAccountMapParsing(t *testing.T) {
assert.Bool(accountMap.HasAccount("a", "b")).IsTrue()
assert.Bool(accountMap.HasAccount("a", "c")).IsFalse()
assert.Bool(accountMap.HasAccount("c", "d")).IsTrue()
assert.Bool(accountMap.HasAccount("e", "d")).IsTrue()
}
func TestDefaultIPAddress(t *testing.T) {