aboutsummaryrefslogtreecommitdiffstats
path: root/test/rss/test_to_s.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/rss/test_to_s.rb')
-rw-r--r--test/rss/test_to_s.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/rss/test_to_s.rb b/test/rss/test_to_s.rb
index 4ef83ce18b..d97cf9d4b0 100644
--- a/test/rss/test_to_s.rb
+++ b/test/rss/test_to_s.rb
@@ -102,6 +102,12 @@ module RSS
assert_textinput20(@textinput_info, rss.textinput)
end
+ def test_time_w3cdtf
+ assert_equal("2015-09-05T01:25:48.0001Z",
+ Time.utc(2015, 9, 5, 1, 25, 48, 100).w3cdtf,
+ '[ruby-core:70667] [Bug #11509]')
+ end
+
private
def setup_xml_declaration_info
@version = "1.0"