summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-03-28 08:11:31 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-03-28 08:11:31 +0000
commitf2b3d517871b2c6d5db610d2084afedc2e2e7cab (patch)
tree7fa17ee236231b8c19907dd64bc943991d6d7756 /test
parent09a4ae1bbc8c611db9d87842a9ff249005599855 (diff)
Fix test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31195 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/date/test_date_base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/date/test_date_base.rb b/test/date/test_date_base.rb
index 912c45cca3..c4639633be 100644
--- a/test/date/test_date_base.rb
+++ b/test/date/test_date_base.rb
@@ -194,7 +194,7 @@ class TestDateBase < Test::Unit::TestCase
end
def test_jd
- assert_equal(1<<33, Date.jd(1<<33))
+ assert_equal(1<<33, Date.jd(1<<33).jd)
end
def test_mjd