diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-11 04:17:57 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-02-11 04:17:57 +0000 |
commit | a8de15e0b56056b0ba5d4d7f724f38ea8d97d888 (patch) | |
tree | db09ed0041d5ff070589b0dde6b3103bbe4be498 /test/socket/test_nonblock.rb | |
parent | c9c3437b20efd7a8a5583a83a26a3eeb769f9666 (diff) |
rename tests classes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22225 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/socket/test_nonblock.rb')
-rw-r--r-- | test/socket/test_nonblock.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/socket/test_nonblock.rb b/test/socket/test_nonblock.rb index ed6487b49f..ea6a903e72 100644 --- a/test/socket/test_nonblock.rb +++ b/test/socket/test_nonblock.rb @@ -7,7 +7,7 @@ require "test/unit" require "tempfile" require "timeout" -class TestNonblockSocket < Test::Unit::TestCase +class TestSocketNonblock < Test::Unit::TestCase def test_accept_nonblock serv = Socket.new(Socket::AF_INET, Socket::SOCK_STREAM, 0) serv.bind(Socket.sockaddr_in(0, "127.0.0.1")) |