summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-22 15:24:03 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-22 15:24:03 +0000
commit9d2025c881f44264ae20f5339067e753456768fa (patch)
tree24501fb536b4c48d0dc3774d02a454d1e827ed86 /test
parentb25bda4547b63e3c6e0ac723d6168c72696a250a (diff)
* lib/date.rb, lib/date/format.rb: [ruby-core:31695]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/date/test_date_strftime.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/date/test_date_strftime.rb b/test/date/test_date_strftime.rb
index 117517256c..e4ab3550b3 100644
--- a/test/date/test_date_strftime.rb
+++ b/test/date/test_date_strftime.rb
@@ -332,7 +332,6 @@ class TestDateStrftime < Test::Unit::TestCase
assert_equal(d.ctime, d.asctime)
assert_equal('2001-02-03', d.iso8601)
- assert_equal(d.rfc3339, d.iso8601)
assert_equal(d.xmlschema, d.iso8601)
assert_equal('Sat, 3 Feb 2001 00:00:00 +0000', d.rfc2822)
assert_equal(d.rfc822, d.rfc2822)