test: remove FakeSocket code
commitb7ba273a043633c01d9ae8cda8ae9db4cc5dcf07
authorEric Wong <normalperson@yhbt.net>
Tue, 23 Dec 2008 01:37:02 +0000 (22 17:37 -0800)
committerEric Wong <normalperson@yhbt.net>
Tue, 23 Dec 2008 02:24:42 +0000 (22 18:24 -0800)
treed70359793d59061597655f21cc39ac9d54abe076
parentdf2af32f01bc995e9f311b51d3351ee042e23483
test: remove FakeSocket code

These tests forced us to use TCPSocket, which wasn't friendly to
sockets created with Socket.new (for asynchronous connect(2)
calls).

No changes to the core MogileFS components have been
made.  I want to verify the new TempServer implementation
performs correctly with the current code.
test/setup.rb
test/test_backend.rb
test/test_mogilefs.rb
test/test_utils.rb