mirror of https://github.com/v2ray/v2ray-core
More test case
parent
c144e77eb3
commit
0d06561b7e
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue