mirror of https://bitbucket.org/ausocean/av.git
psi: started commenting and restructuring psi_test.go to make neater
This commit is contained in:
parent
d8c46eefaa
commit
4598d51e79
|
@ -6,14 +6,16 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
tstTime = 1235367435 // hex = 49A2360B
|
tstTime = 1235367435 // 0x49A2360B
|
||||||
tstTime2 = 1735357535 // hex = 676F745F
|
tstTime2 = 1735357535 // 0x676F745F
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
errCmp = "Incorrect output, for: %v wanted: %v, got: %v"
|
errCmp = "Incorrect output, for: %v wanted: %v, got: %v"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// Frist write tests
|
||||||
|
|
||||||
var (
|
var (
|
||||||
timeSlice = []byte{
|
timeSlice = []byte{
|
||||||
0x00, 0x00, 0x00, 0x00, 0x49, 0xA2, 0x36, 0x0B,
|
0x00, 0x00, 0x00, 0x00, 0x49, 0xA2, 0x36, 0x0B,
|
||||||
|
|
Loading…
Reference in New Issue