Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.1.5
-
Fix Version/s: JRuby 1.2
-
Component/s: Java Integration
-
Labels:None
-
Environment:jruby 1.1.5 (ruby 1.8.6 patchlevel 114) (2008-11-03 rev 7996) [x86_64-java]
-
Number of attachments :
Description
By including two java interfaces in a ruby class, Test::Unit's at_exit hook is never run.
Printing $! at the end shows #<TypeError: <=> requires JavaClass (NilClass given)>
See http://gist.github.com/33726 for a more detailed example.
Works on trunk as of 2009-01-23