1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

rename tests classes.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22225 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2009-02-11 04:17:57 +00:00
parent c9c3437b20
commit a8de15e0b5
6 changed files with 6 additions and 6 deletions

View file

@ -7,7 +7,7 @@ require "test/unit"
require "tempfile"
require "tmpdir"
class TestUNIXSocket < Test::Unit::TestCase
class TestSocket_UNIXSocket < Test::Unit::TestCase
def test_fd_passing
r1, w = IO.pipe
s1, s2 = UNIXSocket.pair