History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: JRUBY-889
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Thomas E Enebo
Reporter: Charles Oliver Nutter
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JRuby

ZenTest (autotest) fails when trying to find files

Created: 26/Apr/07 04:22 PM   Updated: 06/May/07 09:49 PM
Component/s: None
Affects Version/s: JRuby 0.9.9
Fix Version/s: JRuby 1.0.0RC1

Time Tracking:
Not Specified


 Description  « Hide
No research done other than gem install zentest and autotest -v, producing this output:
~/mephisto $ autotest -v
loading rails_autotest
/Users/headius/NetBeansProjects/jruby/lib/ruby/gems/1.8/gems/ZenTest-3.5.1/lib/autotest.rb:287:in `find_files': unimplemented command ?d (ArgumentError)
        from /Users/headius/NetBeansProjects/jruby/lib/ruby/gems/1.8/gems/ZenTest-3.5.1/lib/autotest.rb:287:in `find'
        from /Users/headius/NetBeansProjects/jruby/lib/ruby/gems/1.8/gems/ZenTest-3.5.1/lib/autotest.rb:222:in `catch'
        from /Users/headius/NetBeansProjects/jruby/lib/ruby/1.8/find.rb:62:in `find'
        from /Users/headius/NetBeansProjects/jruby/lib/ruby/gems/1.8/gems/ZenTest-3.5.1/lib/autotest.rb:222:in `find_files'
        from /Users/headius/NetBeansProjects/jruby/lib/ruby/gems/1.8/gems/ZenTest-3.5.1/lib/autotest.rb:287:in `find_files_to_test'
        from /Users/headius/NetBeansProjects/jruby/lib/ruby/gems/1.8/gems/ZenTest-3.5.1/lib/autotest.rb:287:in `reset'
        from /Users/headius/NetBeansProjects/jruby/lib/ruby/gems/1.8/gems/ZenTest-3.5.1/lib/autotest.rb:102:in `run'
        from /Users/headius/NetBeansProjects/jruby/lib/ruby/gems/1.8/gems/ZenTest-3.5.1/lib/autotest.rb:63:in `run'
        from /Users/headius/NetBeansProjects/jruby/lib/ruby/gems/1.8/gems/ZenTest-3.5.1/bin/autotest:36
        from /Users/headius/NetBeansProjects/jruby/bin/autotest:16:in `load'
        from /Users/headius/NetBeansProjects/jruby/bin/autotest:16


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Thomas E Enebo - 26/Apr/07 06:16 PM
This is likely due to ?d not getting implemented yet in Kernel#test (JRUBY-462)

Thomas E Enebo - 26/Apr/07 08:15 PM
This allows autotest to make past the find files piece and it starts doing stuff...Fixed in commit 3568

Charles Oliver Nutter - 06/May/07 09:49 PM
Closing for 1.0RC1