summaryrefslogtreecommitdiff
path: root/test/soap/test_basetype.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/soap/test_basetype.rb')
-rw-r--r--test/soap/test_basetype.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/soap/test_basetype.rb b/test/soap/test_basetype.rb
index 0125f80505..a00f0f549c 100644
--- a/test/soap/test_basetype.rb
+++ b/test/soap/test_basetype.rb
@@ -351,6 +351,8 @@ class TestSOAP < Test::Unit::TestCase
"2002-12-31T23:59:59-00:01",
"2002-12-31T23:59:59-23:59",
"2002-12-31T23:59:59.00000000000000000001+13:30",
+ "2002-12-31T23:59:59.51375Z",
+ "2002-12-31T23:59:59.51345+12:34",
"-2002-05-18T16:52:20Z",
"-4711-12-31T23:59:59Z",
"-4713-01-01T12:00:00Z",
@@ -414,6 +416,8 @@ class TestSOAP < Test::Unit::TestCase
"23:59:59-00:01",
"23:59:59-23:59",
"23:59:59.00000000000000000001+13:30",
+ "23:59:59.51375Z",
+ "23:59:59.51375+12:34",
"23:59:59+00:01",
]
targets.each do |str|