|
|
@@ -1,18 +1,18 @@
|
|
|
package vmess_test
|
|
|
|
|
|
import (
|
|
|
- "testing"
|
|
|
+ "testing"
|
|
|
|
|
|
- "github.com/v2ray/v2ray-core/common/uuid"
|
|
|
- "github.com/v2ray/v2ray-core/common/serial"
|
|
|
- . "github.com/v2ray/v2ray-core/proxy/vmess"
|
|
|
- v2testing "github.com/v2ray/v2ray-core/testing"
|
|
|
- "github.com/v2ray/v2ray-core/testing/assert"
|
|
|
+ "github.com/v2ray/v2ray-core/common/serial"
|
|
|
+ "github.com/v2ray/v2ray-core/common/uuid"
|
|
|
+ . "github.com/v2ray/v2ray-core/proxy/vmess"
|
|
|
+ v2testing "github.com/v2ray/v2ray-core/testing"
|
|
|
+ "github.com/v2ray/v2ray-core/testing/assert"
|
|
|
)
|
|
|
|
|
|
func TestCmdKey(t *testing.T) {
|
|
|
- v2testing.Current(t)
|
|
|
+ v2testing.Current(t)
|
|
|
|
|
|
- id := NewID(uuid.New())
|
|
|
- assert.Bool(serial.BytesLiteral(id.CmdKey()).All(0)).IsFalse()
|
|
|
+ id := NewID(uuid.New())
|
|
|
+ assert.Bool(serial.BytesLiteral(id.CmdKey()).All(0)).IsFalse()
|
|
|
}
|