Issue Type: Task Task
Affects Versions: JRuby 1.6.8
Assignee: Unassigned
Components: Embedding
Created: 10/Apr/13 3:49 AM
Description:

I've created a very important TestCase.
require 'test/unit'
class SimpleTest < Test::Unit::TestCase
def test_simple
assert(false,"oh no....")
end
end

If I run my rb-file on commandline with ruby.exe the TestCase is executed.
But if I run the script in java via JRubyEngineFactory().getScriptEngine() nothing happens.

Is there a way to automatically run the TestCase?

Environment: Windows XP Java 1.7
Project: JRuby
Priority: Trivial Trivial
Reporter: Markus Koch
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
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