File: ChangeLog

package info (click to toggle)
mono-reference-assemblies 3.12.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 604,240 kB
  • ctags: 625,505
  • sloc: cs: 3,967,741; xml: 2,793,081; ansic: 418,042; java: 60,435; sh: 14,833; makefile: 11,576; sql: 7,956; perl: 1,467; cpp: 1,446; yacc: 1,203; python: 598; asm: 422; sed: 16; php: 1
file content (125 lines) | stat: -rw-r--r-- 3,963 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
2010-07-06  Atsushi Enomoto  <atsushi@ximian.com>

	* DataContractJsonSerializerTest.cs : add test for bug #615800.

2010-07-06  Atsushi Enomoto  <atsushi@ximian.com>

	* DataContractJsonSerializerTest.cs : add test for bug #615801.

2010-04-05  Atsushi Enomoto  <atsushi@ximian.com>

	* DataContractJsonSerializerTest.cs : don't use ToUniversalTime()
	  which makes test results timezone dependent.

2010-03-10  Atsushi Enomoto  <atsushi@ximian.com>

	* DataContractJsonSerializerTest.cs : oops, the test was careless.
	  Use fixed date.

2010-03-09  Atsushi Enomoto  <atsushi@ximian.com>

	* DataContractJsonSerializerTest.cs : add test for bug #586169.
	* JsonWriterTest.cs : add standalone write case for "\/".

2010-01-27  Atsushi Enomoto  <atsushi@ximian.com>

	* DataContractJsonSerializerTest.cs :
	  enable TypeIsNotPartsOfKnownTypes(), and add more related tests.

2010-01-27  Atsushi Enomoto  <atsushi@ximian.com>

	* DataContractJsonSerializerTest.cs : make some tests narrow down
	  possible cause of errors to detect expected errors more precisely.

2010-01-27  Atsushi Enomoto  <atsushi@ximian.com>

	* DataContractJsonSerializerTest.cs : null-string case is working.

2010-01-27  Atsushi Enomoto  <atsushi@ximian.com>

	* DataContractJsonSerializerTest.cs : invalidate previous non-working
	  tests.

2010-01-25  Sebastien Pouliot  <sebastien@ximian.com>

	* DataContractJsonSerializerTest.cs: Add non-working test cases
	for null-string, known types and handling floating point special
	values

2009-12-11  Chris Toshok  <toshok@ximian.com>

	* DataContractJsonSerializerTest.cs: add a test case for
	non-public properties.

2009-12-11  Atsushi Enomoto  <atsushi@ximian.com>

	* JsonReaderTest.cs : another number parse case.

2009-11-20  Atsushi Enomoto  <atsushi@ximian.com>

	* 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  <atsushi@ximian.com>

	* DataContractJsonSerializerTest.cs : added test for
	  alwaysEmitTypeInformation argument.

2009-09-07  Atsushi Enomoto  <atsushi@ximian.com>

	* DataContractJsonSerializerTest.cs : fix non-datacontract
	  serialization test. It depended on IPAddress field internals
	  (runtime serialization incompatibility).

2009-03-13  Andreia Gaita  <avidigal@novell.com>

	* JsonReaderTest.cs: test for skip and depth (if depth fails, skip is affected)

2009-02-02  Atsushi Enomoto  <atsushi@ximian.com>

	* DataContractJsonSerializerTest.cs : fixed some tests to match
	  .NET RTM behavior. Added read-only collection case, (but [Ignore]d).

2009-02-02  Atsushi Enomoto  <atsushi@ximian.com>

	* DataContractJsonSerializerTest.cs : added test for contract-less
	  serialization.

2008-02-18  Atsushi Enomoto  <atsushi@ximian.com>

	* DataContractJsonSerializerTest.cs : added couple of DBNull tests.

2008-01-30  Atsushi Enomoto  <atsushi@ximian.com>

	* DataContractJsonSerializerTest.cs : added deserialization tests
	  for typed object with "__type".

2008-01-30  Atsushi Enomoto  <atsushi@ximian.com>

	* JsonReaderTest.cs : test GetAttribute() for "__type".

2008-01-30  Atsushi Enomoto  <atsushi@ximian.com>

	* JsonReaderTest.cs : added tests for "__type" attributes (some of
	  them are not working yet).

2008-01-24  Atsushi Enomoto  <atsushi@ximian.com>

	* JsonReaderTest.cs : test "type" attribute in several nodes.

2008-01-24  Atsushi Enomoto  <atsushi@ximian.com>

	* DataContractJsonSerializerTest.cs : some more deserialization tests.

2008-01-22  Atsushi Enomoto  <atsushi@ximian.com>

	* JsonWriterTest.cs : added test for writing __type attribute.
	* DataContractJsonSerializerTest.cs : added more random-ish tests.

2007-12-05  Atsushi Enomoto  <atsushi@ximian.com>

	* DataContractJsonSerializerTest.cs :
	  moved from Test/System.Runtime.Serialization and fixed some.
	* JsonReaderTest.cs, JsonWriterTest.cs : moved from Test/System.Xml.