summaryrefslogtreecommitdiffhomepage
path: root/test/doc_props
diff options
context:
space:
mode:
authorRandy Morgan <[email protected]>2012-06-25 08:12:31 +0900
committerRandy Morgan <[email protected]>2012-06-25 08:12:31 +0900
commit053ff02c4e10ba6b6ebbc0107b5ba3cf78caa00d (patch)
tree43b0dc212549f6032e78d03feac0977c13a09a4f /test/doc_props
parent6200e3818c1b24b7d7d4958e2099b78501feeb15 (diff)
downloadcaxlsx-053ff02c4e10ba6b6ebbc0107b5ba3cf78caa00d.tar.gz
caxlsx-053ff02c4e10ba6b6ebbc0107b5ba3cf78caa00d.zip
update tests to match google docs operability change #80
Diffstat (limited to 'test/doc_props')
-rw-r--r--test/doc_props/tc_core.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/doc_props/tc_core.rb b/test/doc_props/tc_core.rb
index 91522a33..cfff4d59 100644
--- a/test/doc_props/tc_core.rb
+++ b/test/doc_props/tc_core.rb
@@ -5,7 +5,7 @@ class TestCore < Test::Unit::TestCase
def setup
@core = Axlsx::Core.new
# could still see some false positives if the second changes between the next two calls
- @time = Time.now.strftime('%Y-%m-%dT%H:%M:%S')
+ @time = Time.now.strftime('%Y-%m-%dT%H:%M:%SZ')
@doc = Nokogiri::XML(@core.to_xml_string)
end