1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-30 19:15:23 +00:00

fix test break

This commit is contained in:
v2ray 2016-01-09 00:22:50 +01:00
parent 9d95b9ebae
commit 242624de96

View File

@ -28,6 +28,14 @@ func (this *TestUser) Level() vmess.UserLevel {
return this.level
}
func (this *TestUser) AlterIDs() []*vmess.ID {
return nil
}
func (this *TestUser) AnyValidID() *vmess.ID {
return this.id
}
func TestVMessSerialization(t *testing.T) {
v2testing.Current(t)