summaryrefslogtreecommitdiff
path: root/test/xmlrpc/data/datetime_iso8601.xml
diff options
context:
space:
mode:
author(no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-17 14:49:07 +0000
committer(no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-17 14:49:07 +0000
commit970ce679ff818f1fee27fd07cb4ed01e9c8cc824 (patch)
tree1e37d084a73f58c65e2ac108483bca12b5097d0d /test/xmlrpc/data/datetime_iso8601.xml
parent7ce7c614c5b59525d7e7066ba81dfbc8f3e9a18e (diff)
This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@7302 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>