Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: JRuby 1.2
-
Component/s: Core Classes/Modules
-
Labels:None
Description
There's actually a whole bunch of these, but it seems that test_file_test depends on symlink always working, among other things. This prevents most tests from even running.
1) Error:
test_class_blockdev_eh(TestFileTest):
NoMethodError: undefined method `symlink' for File:Class
test/externals/bfts/test_file_test.rb:19:in `method_missing'
test/externals/bfts/test_file_test.rb:19:in `setup'
2) Error:
test_class_blockdev_eh(TestFileTest):
NoMethodError: undefined method `path' for :NilClass
test/externals/bfts/test_file_test.rb:39:in `method_missing'
test/externals/bfts/test_file_test.rb:39:in `teardown'
...
Look at using JNA in 1.1 to resolve these.