From 053ff02c4e10ba6b6ebbc0107b5ba3cf78caa00d Mon Sep 17 00:00:00 2001 From: Randy Morgan Date: Mon, 25 Jun 2012 08:12:31 +0900 Subject: update tests to match google docs operability change #80 --- test/doc_props/tc_core.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/doc_props') 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 -- cgit v1.2.3