-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Benaka Moorthi
committed
Jun 9, 2013
1 parent
c3576db
commit 624dfd1
Showing
2 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
14 changes: 7 additions & 7 deletions
14
...ration/expected/test_noVisit_PeriodIsLast__VisitsSummary.getSumVisitsLengthPretty_day.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<results> | ||
<result date="2009-01-04" /> | ||
<result date="2009-01-05" /> | ||
<result date="2009-01-06" /> | ||
<result date="2009-01-07" /> | ||
<result date="2009-01-08" /> | ||
<result date="2009-01-09" /> | ||
<result date="2009-01-10" /> | ||
<result date="2009-01-04">0s</result> | ||
<result date="2009-01-05">0s</result> | ||
<result date="2009-01-06">0s</result> | ||
<result date="2009-01-07">0s</result> | ||
<result date="2009-01-08">0s</result> | ||
<result date="2009-01-09">0s</result> | ||
<result date="2009-01-10">0s</result> | ||
</results> |
14 changes: 7 additions & 7 deletions
14
...ation/expected/test_noVisit_PeriodIsLast__VisitsSummary.getSumVisitsLengthPretty_week.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<results> | ||
<result date="From 2008-12-29 to 2009-01-04" /> | ||
<result date="From 2009-01-05 to 2009-01-11" /> | ||
<result date="From 2009-01-12 to 2009-01-18" /> | ||
<result date="From 2009-01-19 to 2009-01-25" /> | ||
<result date="From 2009-01-26 to 2009-02-01" /> | ||
<result date="From 2009-02-02 to 2009-02-08" /> | ||
<result date="From 2009-02-09 to 2009-02-15" /> | ||
<result date="From 2008-12-29 to 2009-01-04">0s</result> | ||
<result date="From 2009-01-05 to 2009-01-11">0s</result> | ||
<result date="From 2009-01-12 to 2009-01-18">0s</result> | ||
<result date="From 2009-01-19 to 2009-01-25">0s</result> | ||
<result date="From 2009-01-26 to 2009-02-01">0s</result> | ||
<result date="From 2009-02-02 to 2009-02-08">0s</result> | ||
<result date="From 2009-02-09 to 2009-02-15">0s</result> | ||
</results> |