i’m seeing the same ant test failure below with 1.40 and the current dev
snapshot. the list archives don’t show up when I click so I haven’t
been
able to research the issue here before posting. TIA.
[junit] Testsuite: org.jruby.test.JRubyTestSuite
[junit] Failure:
[junit] test_primitive_conversion(TestPrimitiveToJava)
[./test/test_primitive_to_java.rb:13]:
[junit] Ruby time Sun Jan 31 11:36:02 UTC 2010 not converted to java
date correctly: Sun Jan 31 06:36:02 UTC 2010.
[junit] is not true.
[junit] )
[junit] Tests run: 66, Failures: 1, Errors: 0, Time elapsed: 52.92
sec
[junit]
[junit] Testcase:
test_primitive_to_java(org.jruby.test.TestUnitTestSuite$ScriptTest):
FAILED
[junit] Faults encountered running test/test_primitive_to_java,
complete
output follows:
[junit] Failure:
[junit] test_primitive_conversion(TestPrimitiveToJava)
[./test/test_primitive_to_java.rb:13]:
[junit] Ruby time Sun Jan 31 11:36:02 UTC 2010 not converted to java
date correctly: Sun Jan 31 06:36:02 UTC 2010.
[junit] is not true.
[junit]
[junit] junit.framework.AssertionFailedError: Faults encountered
running
test/test_primitive_to_java, complete output follows:
[junit] Failure:
[junit] test_primitive_conversion(TestPrimitiveToJava)
[./test/test_primitive_to_java.rb:13]:
[junit] Ruby time Sun Jan 31 11:36:02 UTC 2010 not converted to java
date correctly: Sun Jan 31 06:36:02 UTC 2010.
[junit] is not true.
[junit]
[junit] at
org.jruby.test.TestUnitTestSuite$ScriptTest.runTest(TestUnitTestSuite.java:210)
[junit]
[junit]
BUILD FAILED
/home/test/code/jruby/build.xml:793: The following error occurred while
executing this line:
/home/test/code/jruby/build.xml:893: The following error occurred while
executing this line:
/home/test/code/jruby/build.xml:834: Tests failed
Total time: 2 minutes 12 seconds