Bug #618

some tests still seem to depend on test/unit

Added by mame (Yusuke Endoh) over 3 years ago. Updated about 1 year ago.

[ruby-core:19169]
Status:Closed Start date:
Priority:Normal Due date:
Assignee:zenspider (Ryan Davis) % Done:

0%

Category:-
Target version:1.9.1 Release Candidate
ruby -v:

Description

$ ruby19 test/json/runner.rb
test/json/runner.rb:3:in `require': no such file to load --
test/unit/ui/console/testrunner (LoadError)
        from test/json/runner.rb:3:in `<main>'

$ ruby19 test/yaml/test_yaml.rb
Loaded suite test/yaml/test_yaml
Started
...........................................................
Finished in 0.410006 seconds.

59 tests, 206 assertions, 0 failures, 0 errors, 0 skips
test/yaml/test_yaml.rb:1292:in `<main>': uninitialized constant
Test::Unit::TestSuite (NameError)


Are these OK?

-- 
Yusuke ENDOH <mame@tsg.ne.jp>

History

Updated by zenspider (Ryan Davis) over 3 years ago

On Oct 7, 2008, at 07:49 , Yusuke ENDOH wrote:

> $ ruby19 test/json/runner.rb
> test/json/runner.rb:3:in `require': no such file to load --
> test/unit/ui/console/testrunner (LoadError)
>        from test/json/runner.rb:3:in `<main>'
>
> $ ruby19 test/yaml/test_yaml.rb
> Loaded suite test/yaml/test_yaml
> Started
> ...........................................................
> Finished in 0.410006 seconds.
>
> 59 tests, 206 assertions, 0 failures, 0 errors, 0 skips
> test/yaml/test_yaml.rb:1292:in `<main>': uninitialized constant
> Test::Unit::TestSuite (NameError)
>
>
> Are these OK?

I'll track those down and fix em.

Updated by mame (Yusuke Endoh) over 3 years ago

  • Priority changed from Low to Normal

Updated by ko1 (Koichi Sasada) over 3 years ago

  • Assignee set to zenspider (Ryan Davis)

Updated by yugui (Yuki Sonoda) over 3 years ago

  • Target version set to 1.9.1 Release Candidate

Updated by zenspider (Ryan Davis) over 3 years ago

I've emailed Florian about json to see if he'd rather remove the file or update it to work. It isn't needed for ruby19 at all so it is a tossup either way.

Updated by zenspider (Ryan Davis) over 3 years ago

  • Status changed from Open to Closed
deleted with permission from florian.

Also available in: Atom PDF