| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- 2010-04-05 Atsushi Enomoto <[email protected]>
- * DataContractJsonSerializerTest.cs : don't use ToUniversalTime()
- which makes test results timezone dependent.
- 2010-03-10 Atsushi Enomoto <[email protected]>
- * DataContractJsonSerializerTest.cs : oops, the test was careless.
- Use fixed date.
- 2010-03-09 Atsushi Enomoto <[email protected]>
- * DataContractJsonSerializerTest.cs : add test for bug #586169.
- * JsonWriterTest.cs : add standalone write case for "\/".
- 2010-01-27 Atsushi Enomoto <[email protected]>
- * DataContractJsonSerializerTest.cs :
- enable TypeIsNotPartsOfKnownTypes(), and add more related tests.
- 2010-01-27 Atsushi Enomoto <[email protected]>
- * DataContractJsonSerializerTest.cs : make some tests narrow down
- possible cause of errors to detect expected errors more precisely.
- 2010-01-27 Atsushi Enomoto <[email protected]>
- * DataContractJsonSerializerTest.cs : null-string case is working.
- 2010-01-27 Atsushi Enomoto <[email protected]>
- * DataContractJsonSerializerTest.cs : invalidate previous non-working
- tests.
- 2010-01-25 Sebastien Pouliot <[email protected]>
- * DataContractJsonSerializerTest.cs: Add non-working test cases
- for null-string, known types and handling floating point special
- values
- 2009-12-11 Chris Toshok <[email protected]>
- * DataContractJsonSerializerTest.cs: add a test case for
- non-public properties.
- 2009-12-11 Atsushi Enomoto <[email protected]>
- * JsonReaderTest.cs : another number parse case.
- 2009-11-20 Atsushi Enomoto <[email protected]>
- * DataContractJsonSerializerTest.cs : added ignored test case that
- verifies 2.1 behavior (with another case that justifies removal
- of the previous hack).
- 2009-10-08 Atsushi Enomoto <[email protected]>
- * DataContractJsonSerializerTest.cs : added test for
- alwaysEmitTypeInformation argument.
- 2009-09-07 Atsushi Enomoto <[email protected]>
- * DataContractJsonSerializerTest.cs : fix non-datacontract
- serialization test. It depended on IPAddress field internals
- (runtime serialization incompatibility).
- 2009-03-13 Andreia Gaita <[email protected]>
- * JsonReaderTest.cs: test for skip and depth (if depth fails, skip is affected)
- 2009-02-02 Atsushi Enomoto <[email protected]>
- * DataContractJsonSerializerTest.cs : fixed some tests to match
- .NET RTM behavior. Added read-only collection case, (but [Ignore]d).
- 2009-02-02 Atsushi Enomoto <[email protected]>
- * DataContractJsonSerializerTest.cs : added test for contract-less
- serialization.
- 2008-02-18 Atsushi Enomoto <[email protected]>
- * DataContractJsonSerializerTest.cs : added couple of DBNull tests.
- 2008-01-30 Atsushi Enomoto <[email protected]>
- * DataContractJsonSerializerTest.cs : added deserialization tests
- for typed object with "__type".
- 2008-01-30 Atsushi Enomoto <[email protected]>
- * JsonReaderTest.cs : test GetAttribute() for "__type".
- 2008-01-30 Atsushi Enomoto <[email protected]>
- * JsonReaderTest.cs : added tests for "__type" attributes (some of
- them are not working yet).
- 2008-01-24 Atsushi Enomoto <[email protected]>
- * JsonReaderTest.cs : test "type" attribute in several nodes.
- 2008-01-24 Atsushi Enomoto <[email protected]>
- * DataContractJsonSerializerTest.cs : some more deserialization tests.
- 2008-01-22 Atsushi Enomoto <[email protected]>
- * JsonWriterTest.cs : added test for writing __type attribute.
- * DataContractJsonSerializerTest.cs : added more random-ish tests.
- 2007-12-05 Atsushi Enomoto <[email protected]>
- * DataContractJsonSerializerTest.cs :
- moved from Test/System.Runtime.Serialization and fixed some.
- * JsonReaderTest.cs, JsonWriterTest.cs : moved from Test/System.Xml.
|