* use a different port than the UDP tests, as to allow running the tests in parallel

git-svn-id: file:///home/svn/incoming/trunk@3471 4d416f70-5f16-0410-b530-b9f4589650da
unstable
bmc 2006-01-30 15:47:47 +00:00
parent 48611adb2c
commit 9193668e9d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ require 'rex/socket/tcp'
class Rex::Socket::Tcp::UnitTest < Test::Unit::TestCase
def test_tcp
serv_port = 65432
serv_port = 65433
serv = TCPServer.new('127.0.0.1', serv_port)
t = nil