JRuby's TestUnitTestSuite executes only FIRST test case from each test file
---------------------------------------------------------------------------

                 Key: JRUBY-2215
                 URL: http://jira.codehaus.org/browse/JRUBY-2215
             Project: JRuby
          Issue Type: Bug
          Components: Miscellaneous
    Affects Versions: JRuby 1.1RC2
         Environment: Latest JRuby 1.1RC2
            Reporter: Vladimir Sizikov
            Assignee: Vladimir Sizikov
            Priority: Critical
             Fix For: JRuby 1.1


It turned out that JRuby's TestUnitTestSuite executes only FIRST test case for 
every test file, supplied to it by the list. So, if there are multiple classes 
defined in the same file, like for example in test/test_socket.rb, where :

class SocketTest < Test::Unit::TestCase

and 

class UNIXSocketTests < Test::Unit::TestCase

Only the first test case is actually is being executed and all others are just 
silently ignored.

Fix in progress.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to