Skip to content

Commit f0ea851

Browse files
committed
add sample data
1 parent a15b2a4 commit f0ea851

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

RestSharp.Tests/RestSharp.Tests.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@
112112
<Content Include="SampleData\boolean_from_number.xml">
113113
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
114114
</Content>
115+
<Content Include="SampleData\iso8601datetimes.txt">
116+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
117+
</Content>
115118
<Content Include="SampleData\datetimes.txt">
116119
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
117120
</Content>
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"DateTimeLocal": "2012-07-19T10:23:25",
3+
"DateTimeUtc": "2012-07-19T10:23:25.544Z",
4+
"DateTimeWithOffset": "2012-07-19T03:23:25.544-07:00",
5+
}

0 commit comments

Comments
 (0)