532e1232d3a4ad4d3a82b2df8924c2e3aa1d7044
[mono.git] / mcs / class / System.Runtime.Serialization / Test / System.Runtime.Serialization.Json / ChangeLog
1 2010-07-06  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * DataContractJsonSerializerTest.cs : add test for bug #615800.
4
5 2010-07-06  Atsushi Enomoto  <atsushi@ximian.com>
6
7         * DataContractJsonSerializerTest.cs : add test for bug #615801.
8
9 2010-04-05  Atsushi Enomoto  <atsushi@ximian.com>
10
11         * DataContractJsonSerializerTest.cs : don't use ToUniversalTime()
12           which makes test results timezone dependent.
13
14 2010-03-10  Atsushi Enomoto  <atsushi@ximian.com>
15
16         * DataContractJsonSerializerTest.cs : oops, the test was careless.
17           Use fixed date.
18
19 2010-03-09  Atsushi Enomoto  <atsushi@ximian.com>
20
21         * DataContractJsonSerializerTest.cs : add test for bug #586169.
22         * JsonWriterTest.cs : add standalone write case for "\/".
23
24 2010-01-27  Atsushi Enomoto  <atsushi@ximian.com>
25
26         * DataContractJsonSerializerTest.cs :
27           enable TypeIsNotPartsOfKnownTypes(), and add more related tests.
28
29 2010-01-27  Atsushi Enomoto  <atsushi@ximian.com>
30
31         * DataContractJsonSerializerTest.cs : make some tests narrow down
32           possible cause of errors to detect expected errors more precisely.
33
34 2010-01-27  Atsushi Enomoto  <atsushi@ximian.com>
35
36         * DataContractJsonSerializerTest.cs : null-string case is working.
37
38 2010-01-27  Atsushi Enomoto  <atsushi@ximian.com>
39
40         * DataContractJsonSerializerTest.cs : invalidate previous non-working
41           tests.
42
43 2010-01-25  Sebastien Pouliot  <sebastien@ximian.com>
44
45         * DataContractJsonSerializerTest.cs: Add non-working test cases
46         for null-string, known types and handling floating point special
47         values
48
49 2009-12-11  Chris Toshok  <toshok@ximian.com>
50
51         * DataContractJsonSerializerTest.cs: add a test case for
52         non-public properties.
53
54 2009-12-11  Atsushi Enomoto  <atsushi@ximian.com>
55
56         * JsonReaderTest.cs : another number parse case.
57
58 2009-11-20  Atsushi Enomoto  <atsushi@ximian.com>
59
60         * DataContractJsonSerializerTest.cs : added ignored test case that
61           verifies 2.1 behavior (with another case that justifies removal
62           of the previous hack).
63
64 2009-10-08  Atsushi Enomoto  <atsushi@ximian.com>
65
66         * DataContractJsonSerializerTest.cs : added test for
67           alwaysEmitTypeInformation argument.
68
69 2009-09-07  Atsushi Enomoto  <atsushi@ximian.com>
70
71         * DataContractJsonSerializerTest.cs : fix non-datacontract
72           serialization test. It depended on IPAddress field internals
73           (runtime serialization incompatibility).
74
75 2009-03-13  Andreia Gaita  <avidigal@novell.com>
76
77         * JsonReaderTest.cs: test for skip and depth (if depth fails, skip is affected)
78
79 2009-02-02  Atsushi Enomoto  <atsushi@ximian.com>
80
81         * DataContractJsonSerializerTest.cs : fixed some tests to match
82           .NET RTM behavior. Added read-only collection case, (but [Ignore]d).
83
84 2009-02-02  Atsushi Enomoto  <atsushi@ximian.com>
85
86         * DataContractJsonSerializerTest.cs : added test for contract-less
87           serialization.
88
89 2008-02-18  Atsushi Enomoto  <atsushi@ximian.com>
90
91         * DataContractJsonSerializerTest.cs : added couple of DBNull tests.
92
93 2008-01-30  Atsushi Enomoto  <atsushi@ximian.com>
94
95         * DataContractJsonSerializerTest.cs : added deserialization tests
96           for typed object with "__type".
97
98 2008-01-30  Atsushi Enomoto  <atsushi@ximian.com>
99
100         * JsonReaderTest.cs : test GetAttribute() for "__type".
101
102 2008-01-30  Atsushi Enomoto  <atsushi@ximian.com>
103
104         * JsonReaderTest.cs : added tests for "__type" attributes (some of
105           them are not working yet).
106
107 2008-01-24  Atsushi Enomoto  <atsushi@ximian.com>
108
109         * JsonReaderTest.cs : test "type" attribute in several nodes.
110
111 2008-01-24  Atsushi Enomoto  <atsushi@ximian.com>
112
113         * DataContractJsonSerializerTest.cs : some more deserialization tests.
114
115 2008-01-22  Atsushi Enomoto  <atsushi@ximian.com>
116
117         * JsonWriterTest.cs : added test for writing __type attribute.
118         * DataContractJsonSerializerTest.cs : added more random-ish tests.
119
120 2007-12-05  Atsushi Enomoto  <atsushi@ximian.com>
121
122         * DataContractJsonSerializerTest.cs :
123           moved from Test/System.Runtime.Serialization and fixed some.
124         * JsonReaderTest.cs, JsonWriterTest.cs : moved from Test/System.Xml.
125