File: ChangeLog

package info (click to toggle)
mono 1.2.2.1-1etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 142,720 kB
  • ctags: 256,408
  • sloc: cs: 1,495,736; ansic: 249,442; sh: 18,327; xml: 12,463; makefile: 5,046; perl: 1,248; asm: 635; yacc: 285; sql: 7
file content (171 lines) | stat: -rw-r--r-- 5,400 bytes parent folder | download | duplicates (2)
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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
2006-04-07  Atsushi Enomoto  <atsushi@ximian.com>

	* XslTransformTests.cs : added CurrentInSelect().

2006-04-07  Atsushi Enomoto  <atsushi@ximian.com>

	* XslTransformTests.cs : added StripSpace().

2006-01-13  Atsushi Enomoto  <atsushi@ximian.com>

	* XslTransformTests.cs : added DocTypeAfterText().

2006-01-13  Atsushi Enomoto  <atsushi@ximian.com>

	* XslTransformTests.cs : Output_Indent_Xml_DocType() is working now.

2005-12-27  Gert Driesen  <drieseng@users.sourceforge.net>

	* XslTransformTests.cs: Extended html indentation test (and marked
	it NotWorking). Added tests for MS bugs (that have been fixed since).

2005-12-24  Gert Driesen  <drieseng@users.sourceforge.net>

	* XslTransformTests.cs: Enabled forwards compatible tests.

2005-12-23  Gert Driesen  <drieseng@users.sourceforge.net>

	* XslTransformTests.cs: Added forwards compatible tests.

2005-12-23  Gert Driesen  <drieseng@users.sourceforge.net>

	* XslTransformTests.cs: Added working XML/HTML indentation tests.

2005-12-23  Gert Driesen  <drieseng@users.sourceforge.net>

	* XslTransformTests.cs: Added bug numbers to test cases.

2005-12-17  Gert Driesen  <drieseng@users.sourceforge.net>

	* XsltCompileExceptionTests.cs: Added tests for ctors.
	* XsltExceptionTests.cs: Added tests for ctors.
	* XslTransformTests.cs: Added tests for validation of <xsl:output>
	attributes.

2005-12-12  Atsushi Enomoto  <atsushi@ximian.com>

	* XslTransformTests.cs : (LocalParameter) [NotDotNet] should not have
	  been undone.

2005-12-04  Gert Driesen  <drieseng@users.sourceforge.net>

	* XslTransformTests.cs: Explictly omit xml declaration, allowing
	test to pass on both Mono and MS.NET.

2005-12-04  Gert Driesen  <drieseng@users.sourceforge.net>

	* XslTransformTests.cs: Undo formatting changes.

2005-12-04  Gert Driesen  <drieseng@users.sourceforge.net>

	* XslTransformTests.cs: Added test for MS bug, described in KB834667.

2005-12-04  Gert Driesen  <drieseng@users.sourceforge.net>

	* XslTransformTests.cs: Added test for sorting an empty node set, which
	is also a test for omitting XML declaration if no XML is output.
	No longer derive from deprecated Assertion class, formatting updates.

2005-11-17  Atsushi Enomoto  <atsushi@ximian.com>

	* XslTransformTests.cs : added WhitespaceHandling ().

2005-10-24  Atsushi Enomoto  <atsushi@ximian.com>

	* XslTransformTests.cs : added test for bug #76530.

2005-10-08  Zoltan Varga  <vargaz@gmail.com>

	* XslTransformTests.cs: Remove test which depends on random GC
	behaviour.

2005-09-10  Atsushi Enomoto  <atsushi@ximian.com>

	* XslTransformTests.cs : added testcase for bug #76115.
	* MSXslScriptTests.cs : added testcase for bug #76116.

2005-09-10  Atsushi Enomoto  <atsushi@ximian.com>

	* XslTransformTests.cs : added testcase for bug #76046.

2005-08-31  Sebastien Pouliot  <sebastien@ximian.com>

	* XsltArgumentListCas.cs: New. CAS unit tests for AddExtensionObject.
	Note that this is a LinkDemand so it will succeed in 2.0 (as the test
	is executed at fulltrust).
	* XsltCompileExceptionCas.cs: New. CAS unit tests for exception 
	serialization.
	* XsltExceptionCas.cs: New. CAS unit tests for exception 
	serialization.

2005-07-29  Atsushi Enomoto  <atsushi@ximian.com>

	* XslTransformTests.cs : added testcase for bug #75663.

2005-05-07  Atsushi Enomoto  <atsushi@ximian.com>

	* MSXslScriptTests.cs : added testcase for bug #74859.

2005-03-24  Atsushi Enomoto  <atsushi@ximian.com>

	* XslTransformTests.cs : added (extra) test which verifies that
	  XslTransform.Load() and .Transform() does not hold reference to
	  stylesheet/instance XPathNavigator inside its internals.

2005-03-23  Atsushi Enomoto  <atsushi@ximian.com>

	* XslTransformTests.cs : added test that examines if XSLT rejects
	  xsl:import incorrectly placed after other contents.

2005-03-22  Atsushi Enomoto  <atsushi@ximian.com>

	* XslTransformTests.cs : added test 1)that examines pattern sanity and
	  2)that examines if empty element RTF is evaluated as true for bool.

2005-02-28  Atsushi Enomoto  <atsushi@ximian.com>

	* MsxslScriptTests.cs,
	  XslTransformTests.cs : set NotWorking for msxsl:script tests (they
	  premise runnable compilers existence which actually might not exist.)

2005-01-13  Atsushi Enomoto  <atsushi@ximian.com>

	* MsxslScriptTests.cs : actually it was not testing stylesheet.
	* XslTransformTests.cs : marked MSXslNodeSetRejectsNodeSet() as
	  NotDotNet.

2004-06-06  Atsushi Enomoto <atsushi@ximian.com>

	* MsxslScriptTests.cs : Namespace are required (found on fixing
	  XmlTextReader's namespace bugfix).

2004-05-20  Atsushi Enomoto <atsushi@ximian.com>

	* XslTransformTests.cs : Added tests for msxsl:node-set().

2004-03-31  Atsushi Enomoto <atsushi@ximian.com>

	* Added MsxslScriptTests.cs.

2004-03-24  Atsushi Enomoto <atsushi@ximian.com>

	* XslTransformTests.cs : Added InvalidStylesheet2().

2004-03-13  Atsushi Enomoto <atsushi@ximian.com>

	* XslTransformTests.cs : added some tests for invalid stylesheets.

2004-01-03  Atsushi Enomoto <atsushi@ximian.com>

	* XslTransformTests.cs : fixed incorrect file path, and output childnode
	  count.

2003-05-13  Martin Willemoes Hansen <mwh@sysrq.dk>

	* XslTransformTests.cs: Inherits from Assertion and Assertion.
	  prefix removed.

2003-04-12  Atsushi Enomoto <ginga@kit.hi-ho.ne.jp>

	* added this file as a new entry.
	  See ../ChangeLog to find former ChangeLog entries.