* test/with_different_ofs.rb: move into test library directory.
* test/csv/base.rb: fix require path for with_different_ofs.rb. * test/digest/test_digest_extend.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46563 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4af87bd672
commit
767358108e
@ -1,3 +1,9 @@
|
|||||||
|
Thu Jun 26 18:18:28 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||||
|
|
||||||
|
* test/with_different_ofs.rb: move into test library directory.
|
||||||
|
* test/csv/base.rb: fix require path for with_different_ofs.rb.
|
||||||
|
* test/digest/test_digest_extend.rb: ditto.
|
||||||
|
|
||||||
Thu Jun 26 18:06:50 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
Thu Jun 26 18:06:50 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
|
||||||
|
|
||||||
* test/profile_test_all.rb: move into test library directory.
|
* test/profile_test_all.rb: move into test library directory.
|
||||||
|
@ -2,7 +2,7 @@ require "test/unit"
|
|||||||
|
|
||||||
require "csv"
|
require "csv"
|
||||||
|
|
||||||
require_relative "../with_different_ofs.rb"
|
require_relative "../lib/with_different_ofs.rb"
|
||||||
|
|
||||||
class TestCSV < Test::Unit::TestCase
|
class TestCSV < Test::Unit::TestCase
|
||||||
end
|
end
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
require 'test/unit'
|
require 'test/unit'
|
||||||
require 'digest'
|
require 'digest'
|
||||||
require_relative '../with_different_ofs.rb'
|
require_relative '../lib/with_different_ofs.rb'
|
||||||
|
|
||||||
class TestDigestExtend < Test::Unit::TestCase
|
class TestDigestExtend < Test::Unit::TestCase
|
||||||
extend DifferentOFS
|
extend DifferentOFS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user