Skip to content

Commit c1a947f

Browse files
authored
Merge pull request #23 from qbwc/fix-test-dates
Fix test fail caused by Ruby TZ change
2 parents f91b0ba + 100a1f1 commit c1a947f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/unit/xml_to_hash_test.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ def test_float_percentage
6565
"item_service_ret" => {
6666
"xml_attributes" => {},
6767
"list_id" => "80000005-1468535148",
68-
"time_created" => "2016-07-14T15:25:48-08:00",
69-
"time_modified" => "2016-07-14T15:25:48-08:00",
68+
"time_created" => "2016-07-14T15:25:48+00:00",
69+
"time_modified" => "2016-07-14T15:25:48+00:00",
7070
"edit_sequence" => "1468535148",
7171
"name" => "let's get intuit",
7272
"full_name" => "let's get intuit",
@@ -98,8 +98,8 @@ def test_float_percentage
9898
iteratorID="{10c05cbd-b25b-4a85-8aa0-8bce89e6e900}">
9999
<ItemServiceRet>
100100
<ListID>80000005-1468535148</ListID>
101-
<TimeCreated>2016-07-14T15:25:48-08:00</TimeCreated>
102-
<TimeModified>2016-07-14T15:25:48-08:00</TimeModified>
101+
<TimeCreated>2016-07-14T15:25:48+00:00</TimeCreated>
102+
<TimeModified>2016-07-14T15:25:48+00:00</TimeModified>
103103
<EditSequence>1468535148</EditSequence>
104104
<Name>let's get intuit</Name>
105105
<FullName>let's get intuit</FullName>

0 commit comments

Comments
 (0)