diff options
| author | Steve Kemp <steve@steve.org.uk> | 2012-11-22 00:02:49 +0000 | 
|---|---|---|
| committer | Steve Kemp <steve@steve.org.uk> | 2012-11-22 00:02:49 +0000 | 
| commit | 746d50d8e5c4cedab8e4c6bb95fef8c990df72bc (patch) | |
| tree | bbd18e808f19ff540daf6c5a1d16b2f59731d4ad /lib/custodian/protocoltest | |
| parent | e70227b100ad680c77d90d34003757e21d7ccf46 (diff) | |
  Renamed to use TestFactory.
Diffstat (limited to 'lib/custodian/protocoltest')
| -rw-r--r-- | lib/custodian/protocoltest/tcp.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/custodian/protocoltest/tcp.rb b/lib/custodian/protocoltest/tcp.rb index 24389fe..1849f21 100644 --- a/lib/custodian/protocoltest/tcp.rb +++ b/lib/custodian/protocoltest/tcp.rb @@ -13,7 +13,7 @@ require 'timeout'  #  #  The specification of the port is mandatory, the banner is optional.  # -class TCPTest < ProtocolTest +class TCPTest < TestFactory    # | 
