diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-02-18 11:32:44 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2015-02-18 11:32:44 +0900 |
commit | d5a5d0c6a41b596e98b808d6026c363383400876 (patch) | |
tree | a3fc168d2ecf63b239c002ce33ca79b736f399a4 /server/fsm_test.go | |
parent | d78c81be224e30ef21ec183e6c97000219683b48 (diff) |
server: clean up zero holdtime
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'server/fsm_test.go')
-rw-r--r-- | server/fsm_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/fsm_test.go b/server/fsm_test.go index c0159d22..ff3f1712 100644 --- a/server/fsm_test.go +++ b/server/fsm_test.go @@ -255,7 +255,6 @@ func TestFSMHandlerOpenconfirm_HoldtimeZero(t *testing.T) { time.Sleep(100 * time.Millisecond) - assert.False(h.holdTimer.Stop()) assert.Equal(0, len(m.sendBuf)) } @@ -281,7 +280,6 @@ func TestFSMHandlerEstablished_HoldtimeZero(t *testing.T) { time.Sleep(100 * time.Millisecond) - assert.False(h.holdTimer.Stop()) assert.Equal(0, len(m.sendBuf)) } |