2010-03-12 Jb Evain <jbevain@novell.com>
[mono.git] / mcs / class / System.Web / Test / System.Web.UI / ChangeLog
1 2009-12-18  Marek Habersack  <mhabersack@novell.com>
2
3         * ObjectStateFormatterTest.cs: added.
4
5 2009-07-06  Raja R Harinath  <harinath@hurrynot.org>
6
7         * PageParserTest.cs (MissingMasterFile): Don't use 'typeof' on a
8         System.Web internal exception type.
9
10 2009-04-24  Marek Habersack  <mhabersack@novell.com>
11
12         * PageParserFilterTest.cs: added
13
14 2009-02-05  Marek Habersack  <mhabersack@novell.com>
15
16         * ControlTest.cs: added test for bug #471305
17
18 2009-01-21  Marek Habersack  <mhabersack@novell.com>
19
20         * XhtmlTextWriterTest.cs: temporarily disabled the
21         RemoveRecognizedAttribute test (Nunit 2.4 issue).
22
23 2008-12-10  Marek Habersack  <mhabersack@novell.com>
24
25         * PageParserTest.cs: added
26
27 2008-12-03  Marek Habersack  <mhabersack@novell.com>
28
29         * DataBinderTest.cs: added
30
31 2008-10-17  Marek Habersack  <mhabersack@novell.com>
32
33         * PageTest.cs: use a custom version of HtmlInputHidden control to
34         work around the new event validation code which doesn't work in
35         this instance.
36
37 2008-07-22  Gert Driesen <drieseng@users.sourceforge.net>
38
39         * LosFormatterTest.cs: Added test for Deserialize using non-seekable
40         stream.
41
42 2008-06-14  Gert Driesen <drieseng@users.sourceforge.net>
43
44         * PageTest.cs: Fixed compile error on MS (as it does not list the
45         test assembly in InternalVisibleTo). Removed extra tabs, and changed
46         spaces to tabs.
47
48 2008-03-23  Dean Brettle <dean@brettle.com>
49
50         * PageTest.cs: added tests to ensure that using a 
51         ControlAdapter that is not of the type corresponding to the 
52         control doesn't cause a cast error.
53
54 2008-03-09  Dean Brettle <dean@brettle.com> 
55
56         * PageTest.cs: add tests for using a PageAdapter.
57         
58         * ControlTest.cs: moved commented out ResolveAdapter_1 test to 
59         ../System.Web/AppBrowsersTest.cs.  Fixed typo in test name.  
60         Added Customcontroladapter.Adapter property for use by AppBrowsersTest.
61
62 2007-12-31  Vladimir Krasnov  <vladimirk@mainsoft.com>
63
64         * PageTest.cs: added tests for Response.End/Redirect
65
66 2007-08-28  Marek Habersack  <mhabersack@novell.com>
67
68         * PageTest.cs: added tests for exceptions that should be thrown
69         when the following properties are accessed from a Page descendant
70         that overrides the Context property: Response, Cache, Session. The
71         Application property test was also added, to check if it is
72         properly set to null when no request has been served by the page.
73
74 2007-08-23  Gert Driesen  <drieseng@users.sourceforge.net>
75
76         * ControlTest.cs: Added test for bug #82546. Spaces to tabs.
77
78 2007-08-06  Igor Zelmanovich <igorz@mainsoft.com>
79
80         * ControlTest.cs: Added new tests.
81
82 2007-06-15  Gert Driesen  <drieseng@users.sourceforge.net>
83
84         * LosFormatterTest.cs: Added tests for LosFormatter.
85
86 2007-06-09  Marek Habersack  <mhabersack@novell.com>
87
88         * ControlTest.cs: enabled two tests that hadn't been working
89         before.
90
91 2007-05-21 Igor Zelmanovich <igorz@mainsoft.com>
92
93         * ControlTest.cs: added new tests.
94
95 2007-05-02 Igor Zelmanovich <igorz@mainsoft.com>
96
97         * ControlTest.cs: added new test.
98
99 2007-01-23  Vladimir Krasnov  <vladimirk@mainsoft.com>
100
101         * TemplateControlTest.cs: removed not working attributes, TARGET_JVM
102         for AppRelativeVirtualPath property tests
103
104 2006-01-15  Ilya Kharmatsky    <ilya-at-decode-systems.com>
105         
106         * ControlTest.cs: removed NotWorking attributes,
107             AppRelativeTemplateSourceDirectory - changed to be WebTest, since
108             it checks the web context depended feature.
109         
110 2006-12-27  Igor Zelmanovich   <igorz@mainsoft.com>
111
112         * PageTest.cs: added test.
113
114 2006-12-11  Igor Zelmanovich   <igorz@mainsoft.com>
115
116         * PageTest.cs: added test.
117
118 2006-12-07  Igor Zelmanovich   <igorz@mainsoft.com>
119
120         * PageTest.cs: fixed NunitWeb tests.
121
122 2006-12-06  Yoni Klain   <yonik@mainsoft.com>
123
124         * ClientScriptManagerTest.cs: Change Render () for 2.0 definition
125
126 2006-11-29  Igor Zelmanovich   <igorz@mainsoft.com>
127
128         * PageTest.cs: fixed NunitWeb tests.
129
130 2006-11-29  Igor Zelmanovich   <igorz@mainsoft.com>
131
132         * PageTest.cs: removed NotWorking attributes.
133
134 2006-11-29  Igor Zelmanovich   <igorz@mainsoft.com>
135
136         * PageTest.cs: removed NotWorking attributes.
137
138 2006-11-28  Igor Zelmanovich   <igorz@mainsoft.com>
139
140         * PageTest.cs: removed NotWorking attributes.
141
142 2006-11-27  Igor Zelmanovich   <igorz@mainsoft.com>
143
144         * ControlTest.cs: removed NotWorking attributes.
145
146 2006-11-27  Igor Zelmanovich   <igorz@mainsoft.com>
147
148         * ControlTest.cs: removed NotWorking attributes.
149
150 2006-11-27  Igor Zelmanovich   <igorz@mainsoft.com>
151
152         * ControlTest.cs: removed NotWorking attributes.
153
154 2006-11-27  Igor Zelmanovich   <igorz@mainsoft.com>
155
156         * ControlTest.cs: removed NotWorking attributes.
157
158 2006-11-26  Igor Zelmanovich   <igorz@mainsoft.com>
159
160         * ControlTest.cs: removed NotWorking attributes, fixed tests.
161
162 2006-11-26  Igor Zelmanovich   <igorz@mainsoft.com>
163
164         * ClientScriptManagerTest.cs: removed NotWorking attributes.
165
166 2006-11-22  Igor Zelmanovich   <igorz@mainsoft.com>
167
168         * ControlTest.cs: removed NotWorking attributes.
169
170 2006-11-22  Yoni Klain   <yonik@mainsoft.com>
171
172         * PageTest.cs: added new tests
173
174 2006-11-22  Yoni Klain   <yonik@mainsoft.com>
175
176         * ControlTest.cs: add directive for 1.1
177
178 2006-11-21  Yoni Klain   <yonik@mainsoft.com>
179
180         * ControlTest.cs: added test.
181         * New resource Theme2.skin
182
183 2006-11-21  Igor Zelmanovich   <igorz@mainsoft.com>
184
185         * ControlTest.cs: added test.
186
187 2006-11-20  Igor Zelmanovich   <igorz@mainsoft.com>
188
189         * ClientScriptManagerTest.cs: removed NotWorking attributes, fixed tests.
190
191 2006-11-12  Igor Zelmanovich   <igorz@mainsoft.com>
192
193         * LiteralControlTest.cs: added test.
194
195 2006-11-09  Igor Zelmanovich   <igorz@mainsoft.com>
196
197         * ControlTest.cs: added test.
198
199 2006-11-09  Igor Zelmanovich   <igorz@mainsoft.com>
200
201         * ControlTest.cs: added test.
202
203 2006-11-02  Igor Zelmanovich   <igorz@mainsoft.com>
204
205         * ClientScriptManagerTest.cs: removed NotWorking attributes, fixed tests.
206
207 2006-10-26 Yoni Klain <yonik@mainsoft.com>
208         
209         * Changed tests for to be runned on run-tests-ondotnet,
210         and added categories for ondotnet, and notworking for 
211         mono. 
212
213 2006-10-23  Igor Zelmanovich   <igorz@mainsoft.com>
214
215         * PostBackOptionsTest.cs: new Test.
216
217 2006-10-22  Igor Zelmanovich   <igorz@mainsoft.com>
218
219         * CssStyleCollectionTest.cs: new tests.
220
221 2006-10-19  Igor Zelmanovich   <igorz@mainsoft.com>
222
223         * ClientScriptManagerTest.cs: removed NotWorking attribute.
224
225 2006-10-11  Igor Zelmanovich   <igorz@mainsoft.com>
226
227         * DataSourceSelectArgumentsTest.cs: New tests.
228
229 2006-10-10  Igor Zelmanovich   <igorz@mainsoft.com>
230
231         * DataSourceSelectArgumentsTest.cs: New test.
232
233 2006-10-09  Igor Zelmanovich   <igorz@mainsoft.com>
234
235         * DataSourceSelectArgumentsTest.cs: New test.
236
237 2006-10-04  Klain Yoni   <yonik@mainsoft.com>
238
239         * PageTest.cs: New test.
240
241 2006-09-18  Igor Zelmanovich   <igorz@mainsoft.com>
242
243         * PageTest.cs: removed NotWorking attributes.
244
245 2006-09-17  Klain Yoni   <yonik@mainsoft.com>
246
247         * TemplateControlTest.cs: New test.
248
249 2006-09-14  Igor Zelmanovich   <igorz@mainsoft.com>
250
251         * PageTest.cs: new test.
252
253 2006-09-14  Merav Sudri  <meravs@mainsoft.com>
254
255         * PageTest.cs: Adding Page Header tests.
256
257 2006-09-13  Klain Yoni   <yonik@mainsoft.com>
258
259         * ClientScriptManagerTest.cs: changes for not implemented stuff.
260
261 2006-09-04  Igor Zelmanovich   <igorz@mainsoft.com>
262
263         * CssStyleCollectionTest.cs: new test.
264
265 2006-08-28  Klain Yoni   <yonik@mainsoft.com>
266
267         * ClientScriptManagerTest.cs: new test.
268
269 2006-04-26  Atsushi Enomoto  <atsushi@ximian.com>
270
271         * ControlTest.cs : fix r59834: both the build and the coding style.
272
273 2006-04-25 Konstantin Triger <kostat@mainsoft.com>
274
275         * ControlTest.cs: added test for IsViewStateEnabled.
276
277 2006-04-25  Andrew Skiba <andrews@mainsoft.com>
278
279         * ControlTest.cs: added test for ApplyStyleSheetSkin
280
281 2006-02-12  Cesar Lopez Nataren  <cnataren@novell.com>
282
283         * HtmlTextWriterTest.cs: Added test for WriteBreak.
284
285 2006-01-18 Konstantin Triger <kostat@mainsoft.com>
286
287         * HtmlTextWriterTest.cs: Added tests enduring case insensitivity of
288           attributes and correctness of HtmlTextWriterAttribute
289
290 2005-12-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
291
292         * ControlTest.cs: new tests to prove that Control uses its own
293         ControlCollection field instead of the Controls property when rendering.
294
295 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
296
297         * ControlCollectionTest.cs: new tests.
298
299 2005-09-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
300
301         * ControlTest.cs: a few more tests for UniqueID, as the datagrid and
302         related tests showed a problem with this.
303
304 2005-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
305
306         * AttributeCollectionTest.cs: some tests for this.
307
308 2005-09-23  Ben Maurer  <bmaurer@ximian.com>
309
310         * HtmlTextWriterTest.cs: Reenable some stuff
311
312 2005-09-21  Sebastien Pouliot  <sebastien@ximian.com>
313
314         * DataBindingHandlerAttributeTest.cs: Fixed test results in 2.0 RC 
315         (string interning rules differ in 2.0 so it's better to use Assert.
316         AreEquals than Assert.AreSame).
317         * PageTest.cs: Fixed test results in 2.0 RC (NRE in Page.User).
318         * TestUrlPropertyAttribute.cs: Fixed test results in 2.0 RC (removed
319         property changed results).
320
321 2005-09-20  Sebastien Pouliot  <sebastien@ximian.com>
322
323         * TestUrlPropertyAttribute.cs: Remove references to UrlTypes (removed 
324         in 2.0 RC). Fix compilation for tests under NET_2_0.
325
326 2005-09-19  Sebastien Pouliot  <sebastien@ximian.com>
327
328         * TagPrefixAttributeCas.cs: New. CAS unit tests.
329         * TemplateBuilderCas.cs: New. CAS unit tests.
330         * TemplateContainerAttributeCas.cs: New. CAS unit tests.
331         * TemplateControlCas.cs: New. CAS unit tests.
332         * ToolboxDataAttributeCas.cs: New. CAS unit tests.
333         * TripletCas.cs: New. CAS unit tests.
334         * UserControlCas.cs: New. CAS unit tests.
335         * UserControlControlBuilderCas.cs: New. CAS unit tests.
336         * ValidationPropertyAttributeCas.cs: New. CAS unit tests.
337         * ValidatorCollectionCas.cs: New. CAS unit tests.
338
339 2005-09-15  Sebastien Pouliot  <sebastien@ximian.com>
340  
341         * ParseChildrenAttributeCas.cs: New. CAS unit tests.
342         * PartialCachingAttributeCas.cs: New. CAS unit tests.
343         * PersistChildrenAttributeCas.cs: New. CAS unit tests.
344         * PersistenceModeAttributeCas.cs: New. CAS unit tests.
345         * PropertyConverterCas.cs: New. CAS unit tests.
346         * RootBuilderCas.cs: New. CAS unit tests.
347         * StateBagCas.cs: New. CAS unit tests.
348         * StateItemCas.cs: New. CAS unit tests.
349         * StaticPartialCachingControlCas.cs: New. CAS unit tests.
350
351 2005-09-15  Sebastien Pouliot  <sebastien@ximian.com> 
352
353         * Html32TextWriterCas.cs: New. CAS unit tests.
354         * HtmlTextWriterCas.cs: New. CAS unit tests.
355         * ImageClickEventArgsCas.cs: New. CAS unit tests.
356         * LiteralControlCas.cs: New. CAS unit tests.
357         * LosFormatterCas.cs: New. CAS unit tests.
358         * ObjectConverterCas.cs: New. CAS unit tests.
359         * ObjectTagBuilderCas.cs: New. CAS unit tests.
360         * PageCas.cs: New. CAS unit tests.
361         * PairCas.cs: New. CAS unit tests.
362
363 2005-09-14  Sebastien Pouliot  <sebastien@ximian.com> 
364  
365         * DataBinderCas.cs: New. CAS unit tests.
366         * DataBindingCas.cs: New. CAS unit tests.
367         * DataBindingCollectionCas.cs: New. CAS unit tests.
368         * DataBindingHandlerAttributeCas.cs: New. CAS unit tests.
369         * DataBoundLiteralControlCas.cs: New. CAS unit tests.
370         * DesignerDataBoundLiteralControlCas.cs: New. CAS unit tests.
371         * DesignTimeParseDataCas.cs: New. CAS unit tests.
372         * DesignTimeTemplateParserCas.cs: New. CAS unit tests.
373         * EmptyCollectionCas.cs: New. CAS unit tests.
374
375 2005-09-14  Sebastien Pouliot  <sebastien@ximian.com>
376
377         * AttributeCollectionCas.cs: New. CAS unit tests.
378         * BaseParserCas.cs: New. CAS unit tests.
379         * CompiledTemplateBuilderCas.cs: New. CAS unit tests.
380         * ConstructorNeedsTagAttributeCas.cs: New. CAS unit tests.
381         * ControlBuilderAttributeCas.cs: New. CAS unit tests.
382         * ControlBuilderCas.cs: New. CAS unit tests.
383         * ControlCas.cs: New. CAS unit tests.
384         * ControlCollectionCas.cs: New. CAS unit tests.
385         * CssStyleCollectionCas.cs: New. CAS unit tests.
386
387 2005-09-07  Chris Toshok  <toshok@ximian.com>
388
389         * MinimizableAttributeTypeConverterTest.cs: new test.
390
391 2005-08-25  Sebastien Pouliot  <sebastien@ximian.com>
392
393         * TestUrlPropertyAttribute.cs: Fixed tests to match new beta2 API (and
394         so it stops throwing MissingMethodException on MS runtime).
395
396 2005-08-22  Sebastien Pouliot  <sebastien@ximian.com>
397
398         * PageTest.cs: Added test cases for using Request with an overrided 
399         Context property (as Page.Request should be the same as 
400         Page.Context.Request). Doesn't work as expected.
401
402 2005-08-20  Sebastien Pouliot  <sebastien@ximian.com>
403
404         * PageTest.cs: Added a test for overriding Context. We're not playing
405         fairly with virtual properties (and probably not just that one) as we
406         use the private variable inside the class. This means that overriding
407         the property without calling the base class doesn't work as expected.
408
409 2005-08-05  Ben Maurer  <bmaurer@ximian.com>
410
411         * HtmlTextWriterTest.cs: Option is rendered as a block.
412
413 2005-07-21  Peter Dennis Bartok  <pbartok@novell.com>
414
415         * PageTest.cs: Added new test file, added exception test for
416           Request property
417
418 2005-07-18  Peter Dennis Bartok  <pbartok@novell.com>
419
420         * ControlTest.cs: Added test file for Control class, initially
421           contains only IDataBindingsAccessor test
422
423 2005-07-18  Ben Maurer  <bmaurer@ximian.com>
424
425         * HtmlTextWriterTest.cs: I fixed the nested indents
426
427 2005-07-18  Ben Maurer  <bmaurer@ximian.com>
428
429         * HtmlTextWriterTest.cs: Enable some indentation tests, others
430         need to be disabled
431
432 2005-07-14  Duncan Mak  <duncan@novell.com>
433
434         * DataBindingHandlerAttributeTest.cs (TestDefaultConstructor):
435         This test should pass now.
436
437 2005-07-12  Ben Maurer  <bmaurer@ximian.com>
438
439         * HtmlTextWriterTest.cs: Enable some tests
440
441 2005-07-12  Sebastien Pouliot  <sebastien@ximian.com>
442
443         * HtmlTextWriterTest.cs: Reactivated the AddStyleAttribute test case
444         with the right value for 1.x (as current code doesn't match the 
445         expected results).
446
447 2005-07-11  Ben Maurer  <bmaurer@ximian.com>
448
449         * HtmlTextWriterTest.cs: The style attr thing below seems to be a
450         2.0 ism. Add tests for indentation.
451
452 2005-07-11  Sebastien Pouliot  <sebastien@ximian.com>
453
454         * HtmlTextWriterTest.cs: Few more tests including a non working one 
455         for AddStyleAttribute.
456
457 2005-07-11  Ben Maurer  <bmaurer@ximian.com>
458
459         * HtmlTextWriterTest.cs: Add a test for popping end tags working
460         correctly.
461
462         * ToolboxDataAttributeTest.cs: Don't depend on the way that hash
463         values are generated. Also, use built strings rather than stuff
464         from ldstr to make the test a bit stronger.
465
466         * PropertyConverterTest.cs: Make this pass on MSFT 1.1
467
468 2005-07-09  Sebastien Pouliot  <sebastien@ximian.com>
469
470         * DataBindingHandlerAttributeTest.cs: Fix compilation error where
471         System.Object is expected from MonoTests.System namespace. The test
472         TestDefaultHandlerTypeName still throws a NullReferenceException.
473
474 2005-07-09  Duncan Mak  <duncan@novell.com>
475
476         * DataBindingHandlerAttributeTest.cs: Aded new test. Used to find
477         out how a typename is derived from a Type. (It uses
478         AssemblyQualifiedName, and not FullName)
479         
480 2005-07-08  Ben Maurer  <bmaurer@ximian.com>
481
482         * HtmlTextWriterTest.cs: Update notworking
483
484 2005-07-08  Jackson Harper  <jackson@ximian.com>
485
486         * ToolbarDataAttributeTest.cs: New test.
487
488 2005-07-07  Jackson Harper  <jackson@ximian.com>
489
490         * PropertyConverterTest.cs: New tests.
491
492 2005-07-07  Ben Maurer  <bmaurer@ximian.com>
493
494         * HtmlTextWriterTest.cs: More tests.
495
496 2005-07-07  Sebastien Pouliot  <sebastien@ximian.com>
497
498         * HtmlTextWriterTest.cs: New. Unit tests for buglets found during
499         implementations of HtmlControls.
500
501 2004-10-12 Sanjay Gupta <gsanjay@novell.com>
502
503         * TestUrlPropertyAttribute.cs: Added UrlPropertyAttribute test cases.