Sha256: 7dd034a8bc2a179a999ad7eb175810926f0eee378d892839dc39d7c742ff7541
Contents?: true
Size: 827 Bytes
Versions: 1
Compression:
Stored size: 827 Bytes
Contents
Feature: Port As a programmer I want idle sessions to timeout and disconnect So that I can claim RFC compliance Scenario: Session idle too long Given the test server has session timeout set to 0.5 seconds And the test server is started And a successful login When the client is idle for 0.6 seconds Then the client is not connected Scenario: Session not idle too long Given the test server has session timeout set to 0.5 seconds And the test server is started And a successful login When the client is idle for 0 seconds Then the client is connected Scenario: Timeout disabled Given the test server has session timeout disabled And the test server is started And a successful login When the client is idle for 0.6 seconds Then the client is connected
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ftpd-0.5.0 | features/ftp_server/timeout.feature |