aboutsummaryrefslogtreecommitdiffstats
path: root/test/socket/test_nonblock.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-11 04:17:57 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-11 04:17:57 +0000
commita8de15e0b56056b0ba5d4d7f724f38ea8d97d888 (patch)
treedb09ed0041d5ff070589b0dde6b3103bbe4be498 /test/socket/test_nonblock.rb
parentc9c3437b20efd7a8a5583a83a26a3eeb769f9666 (diff)
downloadruby-a8de15e0b56056b0ba5d4d7f724f38ea8d97d888.tar.gz
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.rb2
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"))