Skip to content

Commit

Permalink
Merge pull request #23 from qbwc/fix-test-dates
Browse files Browse the repository at this point in the history
Fix test fail caused by Ruby TZ change
  • Loading branch information
JasonBarnabe authored Sep 19, 2016
2 parents f91b0ba + 100a1f1 commit c1a947f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/unit/xml_to_hash_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ def test_float_percentage
"item_service_ret" => {
"xml_attributes" => {},
"list_id" => "80000005-1468535148",
"time_created" => "2016-07-14T15:25:48-08:00",
"time_modified" => "2016-07-14T15:25:48-08:00",
"time_created" => "2016-07-14T15:25:48+00:00",
"time_modified" => "2016-07-14T15:25:48+00:00",
"edit_sequence" => "1468535148",
"name" => "let's get intuit",
"full_name" => "let's get intuit",
Expand Down Expand Up @@ -98,8 +98,8 @@ def test_float_percentage
iteratorID="{10c05cbd-b25b-4a85-8aa0-8bce89e6e900}">
<ItemServiceRet>
<ListID>80000005-1468535148</ListID>
<TimeCreated>2016-07-14T15:25:48-08:00</TimeCreated>
<TimeModified>2016-07-14T15:25:48-08:00</TimeModified>
<TimeCreated>2016-07-14T15:25:48+00:00</TimeCreated>
<TimeModified>2016-07-14T15:25:48+00:00</TimeModified>
<EditSequence>1468535148</EditSequence>
<Name>let's get intuit</Name>
<FullName>let's get intuit</FullName>
Expand Down

0 comments on commit c1a947f

Please sign in to comment.