summaryrefslogtreecommitdiff
path: root/test/xmlrpc/data/datetime_iso8601.xml
diff options
context:
space:
mode:
authormneumann <mneumann@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-16 01:11:49 +0000
committermneumann <mneumann@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-16 01:11:49 +0000
commit8b38f8c03e28f12c4c92a47a903558b55f350c9d (patch)
tree773c5aecefde9fe6e6aa8b8ee1d77a08062435e8 /test/xmlrpc/data/datetime_iso8601.xml
parent0cf2581ec1ced929beaa04d154faaf8e41d0afeb (diff)
* applied patch by MoonWolf <moonwolf@moonwolf.com> to allow parsing
datetime.iso8601 (e.g. 20041105T01:15:23Z). * added test case git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7276 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/xmlrpc/data/datetime_iso8601.xml')
-rw-r--r--test/xmlrpc/data/datetime_iso8601.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/xmlrpc/data/datetime_iso8601.xml b/test/xmlrpc/data/datetime_iso8601.xml
new file mode 100644
index 0000000000..43d8da6c13
--- /dev/null
+++ b/test/xmlrpc/data/datetime_iso8601.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+<methodResponse>
+ <params>
+ <param>
+ <value><dateTime.iso8601>20041105T01:15:23Z</dateTime.iso8601></value>
+ </param>
+ </params>
+</methodResponse>