Bug #618
closedsome tests still seem to depend on test/unit
Description
=begin
$ 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
'
$ 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 `': uninitialized constant
Test::Unit::TestSuite (NameError)
Are these OK?
--
Yusuke ENDOH mame@tsg.ne.jp
=end
Updated by zenspider (Ryan Davis) about 16 years ago
=begin
On Oct 7, 2008, at 07:49 , Yusuke ENDOH wrote:
$ ruby19 test/json/runner.rb
test/json/runner.rb:3:inrequire': no such file to load -- test/unit/ui/console/testrunner (LoadError) from test/json/runner.rb:3:in
'$ 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 `': uninitialized constant
Test::Unit::TestSuite (NameError)Are these OK?
I'll track those down and fix em.
=end
Updated by ko1 (Koichi Sasada) almost 16 years ago
- Assignee set to zenspider (Ryan Davis)
=begin
=end
Updated by yugui (Yuki Sonoda) almost 16 years ago
- Target version set to 1.9.1 Release Candidate
=begin
=end
Updated by zenspider (Ryan Davis) almost 16 years ago
=begin
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.
=end
Updated by zenspider (Ryan Davis) almost 16 years ago
- Status changed from Open to Closed
=begin
deleted with permission from florian.
=end