From a8de15e0b56056b0ba5d4d7f724f38ea8d97d888 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 11 Feb 2009 04:17:57 +0000 Subject: rename tests classes. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22225 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/socket/test_nonblock.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/socket/test_nonblock.rb') 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")) -- cgit v1.2.3