2010-01-14 Marek Habersack <mhabersack@novell.com>
[mono.git] / mcs / class / System.Web / ChangeLog
1 2010-01-14  Marek Habersack  <mhabersack@novell.com>
2
3         * System.Web_standalone_test.dll.sources,
4         standalone-runner-support.dll.sources: added
5
6         * Makefile: Added targets to build and run standalone tests.
7         Added standalone tests and test tools to EXTRA_DISTFILES
8
9 2009-12-18  Marek Habersack  <mhabersack@novell.com>
10
11         * System.Web_test.dll.sources: added
12         mainsoft/NunitWeb/NunitWeb/Tests/Author.cs
13         mainsoft/NunitWeb/NunitWeb/Tests/AuthorConverter.cs
14         mainsoft/NunitWeb/NunitWeb/Tests/Book.cs
15         mainsoft/NunitWeb/NunitWeb/Tests/BookType.cs
16
17         * Makefile (TEST_RESOURCE_FILES): added
18         Test/mainsoft/NunitWebResources/StateFormatter_CorrectConverter.aspx
19         Test/mainsoft/NunitWebResources/StateFormatter_CollectionConverter.aspx
20         Test/mainsoft/NunitWebResources/StateFormatter_CollectionConverter.aspx.cs
21
22 2009-12-14  Marek Habersack  <mhabersack@novell.com>
23
24         * Makefile (TEST_RESOURCE_FILES): added
25         Test/mainsoft/NunitWebResources/NestedParserFileText.aspx
26
27 2009-11-13  Marek Habersack  <mhabersack@novell.com>
28
29         * Makefile (TEST_RESOURCE_FILES): added
30         Test/mainsoft/NunitWebResources/TableSections_Bug551666.aspx
31         Test/mainsoft/NunitWebResources/TableSections_Bug551666.aspx.cs
32
33 2009-10-19  Marek Habersack  <mhabersack@novell.com>
34
35         * ASPState.sql: added - schema for the SQL session state server
36         database.
37
38 2009-10-06  Marek Habersack  <mhabersack@novell.com>
39
40         * Makefile: added PIPELINE_TIMER define
41
42 2009-10-05  Marek Habersack  <mhabersack@novell.com>
43
44         * Makefile ($(build_lib)): fixed a typo in dependency macro
45
46 2009-09-07  Marek Habersack  <mhabersack@novell.com>
47
48         * Makefile (TEST_RESOURCE_FILES): added
49         Test/mainsoft/NunitWeb/NunitWeb/Resources/sub_map_01.sitemap
50         Test/mainsoft/NunitWeb/NunitWeb/Resources/test_map_01.sitemap
51         Test/mainsoft/NunitWeb/NunitWeb/Resources/test_map_02.sitemap
52         Test/mainsoft/NunitWeb/NunitWeb/Resources/test_map_03.sitemap
53         Test/mainsoft/NunitWeb/NunitWeb/Resources/test_map_04.sitemap
54         Test/mainsoft/NunitWeb/NunitWeb/Resources/test_map_05.sitemap
55         Test/mainsoft/NunitWeb/NunitWeb/Resources/test_map_06.sitemap
56         Test/mainsoft/NunitWeb/NunitWeb/Resources/test_map_07.sitemap
57         Test/mainsoft/NunitWeb/NunitWeb/Resources/test_map_08.sitemap
58         Test/mainsoft/NunitWeb/NunitWeb/Resources/test_map_09.sitemap
59
60 2009-08-26  Marek Habersack  <mhabersack@novell.com>
61
62         * Makefile (TEST_RESOURCE_FILES): added
63         Test/mainsoft/NunitWebResources/OneLetterIdentifierInCodeRender.aspx
64
65 2009-08-25  Marek Habersack  <mhabersack@novell.com>
66
67         * Makefile (TEST_RESOURCE_FILES): added
68         Test/mainsoft/NunitWebResources/TagsNestedInClientTag.aspx
69         Test/mainsoft/NunitWebResources/ConditionalClientComments.aspx
70
71 2009-08-18  Marek Habersack  <mhabersack@novell.com>
72
73         * Makefile (TEST_RESOURCE_FILES): added
74         Test/mainsoft/NunitWebResources/DuplicateControlsInClientComment.aspx
75
76 2009-08-15  Marek Habersack  <mhabersack@novell.com>
77
78         * Makefile (TEST_RESOURCE_FILES): added
79         Test/mainsoft/NunitWebResources/NewlineInCodeExpression.aspx
80
81 2009-07-30  Raja R Harinath  <harinath@hurrynot.org>
82
83         * Makefile ($(build_lib)): Move cyclic dependencies onto this.
84
85 2009-07-23  Marek Habersack  <mhabersack@novell.com>
86
87         * Makefile (TEST_RESOURCE_FILES): added
88         Test/mainsoft/NunitWebResources/FullTagsInText.aspx
89         Test/mainsoft/NunitWebResources/TagsExpressionsAndCommentsInText.aspx
90
91 2009-07-21  Veerapuram Varadhan  <vvaradhan@novell.com>
92
93         * System.Web.dll.sources: Added
94         System.Design/System.Data.Design/TypedDataSetGenerator.cs. 
95         
96 2009-07-21  Marek Habersack  <mhabersack@novell.com>
97
98         * Makefile (TEST_RESOURCE_FILES): added
99         Test/mainsoft/NunitWebResources/UnquotedAngleBrackets.aspx
100
101 2009-07-08  Marek Habersack  <mhabersack@novell.com>
102
103         * Makefile (TEST_RESOURCE_FILES): added
104         Test/mainsoft/NunitWebResources/PreprocessorDirectivesInMarkup.aspx
105
106 2009-07-06  Raja R Harinath  <harinath@hurrynot.org>
107
108         * Makefile (TEST_MCS_FLAGS): Reference SystemWebTestShim.
109
110 2009-06-30  Marek Habersack  <mhabersack@novell.com>
111
112         * Makefile (TEST_RESOURCE_FILES): added
113         Test/mainsoft/NunitWebResources/ServerControlInClientSideComment.aspx 
114
115 2009-06-18  Marek Habersack  <mhabersack@novell.com>
116
117         * browscap.ini.diff: updated to match the latest upstream
118         version.
119
120 2009-06-16  Marek Habersack  <mhabersack@novell.com>
121
122         * Makefile: warn if the 4.0 assembly is compiled without
123         System.Core
124
125         * net_4_0_System.Web.dll.sources: added. System.Web.Routing and
126         System.Web.Abstractions are part of System.Web.dll in the 4.0
127         profile.
128         Added System.Web.Routing/PageRouteHandler.cs,
129         System.Web.UI.WebControls/IDataBoundControl.cs,
130         System.Web.UI.WebControls/IDataBoundItemControl.cs,
131         System.Web.UI.WebControls/IDataBoundListControl.cs,,
132         System.Web.UI.WebControls/IFieldControl.cs
133
134 2009-06-04  Marek Habersack  <mhabersack@novell.com>
135
136         * Makefile (TEST_RESOURCE_FILES): added
137         Test/mainsoft/NunitWebResources/ServerSideControlsInScriptBlock.aspx
138
139 2009-05-10  Marek Habersack  <mhabersack@novell.com>
140
141         * Makefile (TEST_RESOURCE_FILES): added
142         Test/mainsoft/NunitWebResources/ExpressionInListControl.aspx
143
144 2009-04-28  Marek Habersack  <mhabersack@novell.com>
145
146         * Makefile (TEST_RESOURCE_FILES): added
147         Test/mainsoft/NunitWebResources/LinkInHeadWithEmbeddedExpression.aspx
148
149 2009-04-24  Marek Habersack  <mhabersack@novell.com>
150
151         * System.Web_test.dll.sources: added
152         System.Web.UI/PageParserFilterTest.cs
153
154 2009-04-16  Marek Habersack  <mhabersack@novell.com>
155
156         * Makefile (TEST_RESOURCE_FILES): added
157         Test/mainsoft/NunitWebResources/NoBindForMethodsWithBindInName.aspx
158
159 2009-02-26  Marek Habersack  <mhabersack@novell.com>
160
161         * System.Web.dll.sources: added System.Web/IisTraceListener.cs
162
163 2009-02-05  Marek Habersack  <mhabersack@novell.com>
164
165         * Makefile (TEST_RESOURCE_FILES): added
166         Test/mainsoft/NunitWebResources/NoDoubleOnInitOnRemoveAdd.aspx and
167         Test/mainsoft/NunitWebResources/NoDoubleOnInitOnRemoveAdd.aspx.cs
168         Test/mainsoft/NunitWebResources/LoginDisplayRememberMe.aspx
169
170 2009-01-27  Marek Habersack  <mhabersack@novell.com>
171
172         * System.Web.dll.sources: added System.Web.Util/SearchPattern.cs
173
174 2009-01-22  Marek Habersack  <mhabersack@novell.com>
175
176         * System.Web.dll.sources: added
177         System.Web.Compilation/BuildManagerCacheItem.cs,
178         System.Web.Compilation/BuildManagerDirectoryBuilder.cs,
179         System.Web.Compilation/BuildProviderGroup.cs
180
181         * Makefile (SYSTEMCORE_DEP): added. Defines SYSTEMCORE_DEP on the
182         mcs command line when System.Core is present.
183         Added the DEVEL define, which defines DEVEL on the mcs command
184         line. This is used to conditionally compile development helper code in
185         System.Web.Util.FileUtils (and possibly other stuff later on)
186         If NO_SYSTEMCORE_DEP is defined System.Web.dll will not be linked
187         with System.Core.dll and BuildManager will use ReaderWriterLock
188         instead of ReaderWriterLockSlim.
189
190 2009-01-20  Marek Habersack  <mhabersack@novell.com>
191
192         * System.Web.dll.sources: added System.Web.UI.WebControls/Substitution.cs
193
194 2008-12-23  Marek Habersack  <mhabersack@novell.com>
195
196         * Makefile (TEST_RESOURCE_FILES): added Test/mainsoft/NunitWebResources/CustomSectionEmptyCollection.aspx
197
198         * System.Web_test.dll.sources: added mainsoft/NunitWeb/NunitWeb/CustomSection.cs
199
200 2008-12-12  Dean Brettle  <dean@brettle.com>
201
202         * System.Web.dll.sources: deleted
203         System.Web.Configuration_2.0/CapabilitiesChecksum.cs
204         
205         * Makefile (RESOURCE_FILES_2): deleted
206         System.Web.Configuration_2.0/RandomRoboBotKeywords.txt
207
208 2008-12-10  Marek Habersack  <mhabersack@novell.com>
209
210         * Makefile (TEST_RESOURCE_FILES): added
211         Test/mainsoft/NunitWebResources/MissingMasterFile.aspx
212
213         * System.Web_test.dll.sources: added System.Web.UI/PageParserTest.cs
214
215 2008-12-03  Marek Habersack  <mhabersack@novell.com>
216
217         * System.Web_test.dll.sources: added System.Web.UI/DataBinderTest.cs
218
219 2008-12-02  Marek Habersack  <mhabersack@novell.com>
220
221         * Makefile (TEST_RESOURCE_FILES): added
222         Test/mainsoft/NunitWeb/NunitWeb/Resources/Web.mono.config.1.1
223
224 2008-12-01  Marek Habersack  <mhabersack@novell.com>
225
226         * Makefile (TEST_RESOURCE_FILES): added
227         Test/mainsoft/NunitWebResources/ContentPlaceHolderInTemplate.aspx
228         Test/mainsoft/NunitWebResources/ContentPlaceHolderInTemplate.master 
229         (TEST_MCS_FLAGS): added reference to System.Web.Extensions
230
231 2008-11-25  Marek Habersack  <mhabersack@novell.com>
232
233         * System.Web.dll.sources: added
234         System.Web.Compilation/AspComponent.cs
235
236 2008-11-21  Marek Habersack  <mhabersack@novell.com>
237
238         * Makefile (TEST_RESOURCE_FILES): added
239         Test/mainsoft/NunitWebResources/InvalidPropertyBind1.aspx
240         Test/mainsoft/NunitWebResources/InvalidPropertyBind2.aspx
241         Test/mainsoft/NunitWebResources/InvalidPropertyBind3.aspx
242         Test/mainsoft/NunitWebResources/InvalidPropertyBind4.aspx
243         Test/mainsoft/NunitWebResources/ValidPropertyBind1.aspx
244         Test/mainsoft/NunitWebResources/ValidPropertyBind2.aspx
245         Test/mainsoft/NunitWebResources/ValidPropertyBind3.aspx
246         Test/mainsoft/NunitWebResources/ValidPropertyBind4.aspx
247         Test/mainsoft/NunitWebResources/ReadWritePropertyControl.ascx
248
249         * Test/tools/web.config: disabled batch compilation and enabled
250         debugging.
251
252 2008-11-15  Marek Habersack  <mhabersack@novell.com>
253
254         * System.Web.dll.sources: added System.Web.UI/INonBindingContainer.cs
255
256 2008-10-17  Jonathan Pryor  <jpryor@novell.com>
257
258         * Test/Makefile: Add doc-update target support.
259
260 2008-10-09  Marek Habersack  <mhabersack@novell.com>
261
262         * System.Web.dll.sources: added System.Web.Configuration_2.0/MonoSettingsSection.cs
263
264 2008-09-13  Atsushi Enomoto  <atsushi@ximian.com>
265
266         * System.Web.dll.sources: added System.Web.UI/IAutoFieldGenerator.cs
267           and System.Web.UI.WebControls/IPersistedSelector.cs.
268
269 2008-09-13  Atsushi Enomoto  <atsushi@ximian.com>
270
271         * System.Web.dll.sources: added
272           System.Web.UI/CssClassPropertyAttribute.cs.
273
274 2008-09-13  Atsushi Enomoto  <atsushi@ximian.com>
275
276         * System.Web.dll.sources: added System.Web.UI/IBindableControl.cs.
277
278 2008-09-13  Atsushi Enomoto  <atsushi@ximian.com>
279
280         * System.Web.dll.sources: added
281           System.Web.UI.WebControls/DataBoundControlMode.cs.
282
283 2008-08-14  Marek Habersack  <mhabersack@novell.com>
284
285         * Makefile: allow compiling with the DEBUG, TRACE and MONO_TRACE
286         preprocessor symbols defined.
287
288 2008-06-18  Marek Habersack  <mhabersack@novell.com>
289
290         * System.Web.dll.sources: added
291         System.Web.Caching/SqlCacheDependency.cs
292
293 2008-04-18  Marek Habersack  <mhabersack@novell.com>
294
295         * Makefile (OTHER_LIB_MCS_FLAGS): remove dependency on
296         System.Windows.Forms and define INSIDE_SYSTEM_WEB during
297         compilation.
298
299         * System.Web.dll.sources: include
300         ../Managed.Windows.Forms/System.Resources/ResXResourceReader.cs
301         ../Managed.Windows.Forms/System.Resources/ResXResourceWriter.cs         
302         ../Managed.Windows.Forms/System.Resources/ResXFileRef.cs
303         ../Managed.Windows.Forms/System.Resources/ResXDataNode.cs
304         ../Managed.Windows.Forms/System.Resources/ResXNullRef.cs
305         directly.
306
307 2008-04-09  Marek Habersack  <mhabersack@novell.com>
308
309         * System.Web.dll.sources: added System.Web.Compilation/AppWebReferencesCompiler.cs
310
311 2008-04-08  Marek Habersack  <mhabersack@novell.com>
312
313         * System.Web.dll.sources: added System.Web/VirtualPath.cs
314
315 2008-03-09  Dean Brettle <dean@brettle.com> 
316
317         * System.Web_test.dll.sources: added
318                 System.Web.UI.WebControls.Adapters/MenuAdapterTest.cs
319                 System.Web.UI.WebControls.Adapters/WebControlAdapterTest.cs
320                 System.Web.UI.WebControls.Adapters/HierarchicalDataBoundControlAdapterTest.cs
321                 System.Web.UI.WebControls.Adapters/DataBoundControlAdapterTest.cs
322                 System.Web.UI.WebControls.Adapters/HideDisabledControlAdapterTest.cs
323                 System.Web.UI.Adapters/PageAdapterTest.cs
324                 System.Web.UI.Adapters/ControlAdapterTest.cs
325                 
326         * Makefile (RESOURCE_FILES_2): added
327                 System.Web.Configuration_2.0/RandomRoboBotKeywords.txt
328
329         * Makefile (TEST_RESOURCE_FILES): added 
330                 Test/mainsoft/NunitWebResources/PageWithAdapter.aspx
331
332         * System.Web.dll.sources: added
333                 System.Web.Configuration_2.0/CapabilitiesBuild.cs
334                 System.Web.Configuration_2.0/CapabilitiesChecksum.cs
335                 System.Web.Configuration_2.0/CapabilitiesResult.cs
336                 System.Web.Configuration_2.0/ICapabilitiesProcess.cs
337                 System.Web.Configuration_2.0/nBrowser/Result.cs
338                 System.Web.Configuration_2.0/nBrowser/NodeTypes.cs
339                 System.Web.Configuration_2.0/nBrowser/Identification.cs
340                 System.Web.Configuration_2.0/nBrowser/File.cs
341                 System.Web.Configuration_2.0/nBrowser/Build.cs
342                 System.Web.Configuration_2.0/nBrowser/Node.cs
343                 System.Web.Configuration_2.0/nBrowser/Exception.cs
344                 
345 2008-03-01  Marek Habersack  <mhabersack@novell.com>
346
347         * Makefile: added a dependency on Mono.Web.dll
348
349         * System.Web.dll.sources: removed SystemSettingsMapper public APIs
350         and moved them to the Mono.Web assembly.
351
352 2008-02-07  Vladimir Krasnov  <vladimirk@mainsoft.com>
353
354         * System.Web20.csproj: added ObjectInputStream.cs and
355         ObjectOutputStream.cs
356
357 2007-12-30  Vladimir Krasnov  <vladimirk@mainsoft.com>
358
359         * System.Web.dll.sources: added AspNetDBSchemaChecker.cs
360         * System.Web20.csproj: added AspNetDBSchemaChecker.cs
361
362 2007-12-19  Juraj Skripsky  <js@hotfeet.ch>
363
364         * System.Web.dll.sources: removed TimeoutManager.cs
365
366 2007-12-08  Marek Habersack  <mhabersack@novell.com>
367
368         * SQLiteProviders_DatabaseSchema.sql: added
369         * Makefile: added support for compiling .resx resources.
370         Added SQLiteProviders_DatabaseSchema.sql to EXTRA_DISTFILES.
371         Added new resource files to EXTRA_DISTFILES
372         Added a RESX_DIST variable which contains all the .resx files. The
373         variable is used by RESX_RES and by EXTRA_DISTFILES.
374
375 2007-11-23  Daniel Nauck  <dna@mono-project.de>
376
377         * System.Web.dll.sources: added
378         System.Web/TraceContextRecord.cs
379         * System.Web_test.dll.sources: added
380         System.Web/TraceContextRecordTest.cs
381
382 2007-11-23  Marek Habersack  <mhabersack@novell.com>
383
384         * System.Web.dll.sources: added
385         System.Web.Configuration_2.0/IConfigMapPath.cs and
386         System.Web.Configuration_2.0/IConfigMapPathFactory.cs
387
388 2007-11-22  Daniel Nauck  <dna@mono-project.de>
389
390         * System.Web.dll.sources: added
391         System.Web/IPartitionResolver.cs
392
393 2007-11-22  Marek Habersack  <mhabersack@novell.com>
394
395         * System.Web.dll.sources: added System.Web/HttpCacheVaryByContentEncodings.cs
396         Added System.Web/RequestNotification.cs, System.Web/RequestNotificationStatus.cs
397
398 2007-11-22  Daniel Nauck  <dna@mono-project.de>
399
400         * System.Web.dll.sources: added
401         System.Web/WebPageTraceListener.cs
402
403 2007-11-06  Marek Habersack  <mhabersack@novell.com>
404
405         * System.Web.dll.sources: added
406         System.Web.UI.WebControls/ChildTable.cs to compilation, for MS.NET
407         compatibility.
408
409 2007-11-01  Marek Habersack  <mhabersack@novell.com>
410
411         * System.Web.dll.sources: added MachineKeySectionUtils.cs
412
413 2007-10-24  Marek Habersack  <mhabersack@novell.com>
414
415         * System.Web.dll.sources: added
416         System.Web.Configuration/FileMatchingInfo.cs
417
418 2007-08-30  Marek Habersack  <mhabersack@novell.com>
419
420         * System.Web.dll.sources: added MachineKeyRegistryStorage.cs
421
422 2007-08-14  Gert Driesen  <drieseng@users.sourceforge.net>
423
424         * System.Web_test.dll.sources: Added AggregateCacheDependencyTest.cs.
425
426 2007-06-28  Vladimir Krasnov  <vladimirk@mainsoft.com>
427
428         * System.Web20.csproj: added HttpWorkerRequest.jvm.cs,
429         HttpResponseStream.jvm.cs to the project
430
431 2007-06-15  Gert Driesen  <drieseng@users.sourceforge.net>
432
433         * System.Web_test.dll.sources: Added LosFormatterTest.cs.
434
435 2007-06-12  Vladimir Krasnov  <vladimirk@mainsoft.com>
436         
437         * System.Web20.csproj: added CompilationSection.cs
438
439 2007-05-15  Marek Habersack  <mhabersack@novell.com>
440
441         * System.Web.dll.sources: added
442         System.Web.Compilation/XsdBuildProvider.cs
443
444 2007-04-18  Marek Habersack  <grendello@gmail.com>
445
446         * Makefile (System.Web/UplevelHelper.cs): use binary in the
447         net_1_1_bootstrap profile.
448
449 2007-04-17  Wade Berrier  <wberrier@novell.com>
450
451         * Makefile: use BUILT_SOURCES for UplevelHelper.cs instead of including it in the
452         .sources file.  Include UplevelHelperDefinitions.xml for 'make dist'.
453
454 2007-04-17  Jonathan Chambers <joncham@gmail.com>
455
456         * Makefile: Fix build, add $(TEST_RUNTIME) before call to culevel.
457
458 2007-04-17  Marek Habersack  <mhabersack@novell.com>
459
460         * Makefile (System.Web/UplevelHelper.cs): autogenerate the file if
461         it doesn't exist.
462
463         * System.Web.dll.sources: added the System.Web/UplevelHelper.cs
464         file. It is autogenerated by the culevel compiler.
465
466         * UplevelHelperDefinitions.xml: added default uplevel browsers
467         definition file. This serves as input to the culevel compiler in
468         the tools directory at the top of the mcs tree.
469
470 2007-04-12  Vladimir Krasnov  <vladimirk@mainsoft.com>
471         
472         * System.Web20.csproj: 
473         * System.Web.dll.sources: added HttpParamsCollection.cs
474
475 2007-04-01  Vladimir Krasnov  <vladimirk@mainsoft.com>
476         
477         * System.Web20.csproj: 
478         * System.Web.dll.sources: HeadersCollection.cs, BaseParamsCollection.cs
479
480 2007-03-21  Marek Habersack  <mhabersack@novell.com>
481
482         * System.Web.dll.sources: added UnknownAttributeDescriptor.cs
483
484 2007-02-20  Gert Driesen  <drieseng@users.sourceforge.net>
485
486         * System.Web_test.dll.sources: Removed duplicate ImageFieldTest.cs
487         entry.
488
489 2007-02-19  YonikKalin  <yonik@mainsoft.com>
490
491         * Add System.Web_test.dll.sources add ChangePasswordTest.cs 
492
493 2007-02-18  Eyal Alaluf  <eyala@mainsoft.com>
494
495         * run-mono-tests.bat: Add J2EE jar to classpath.
496
497 2007-02-12  Marek Habersack  <grendello@gmail.com>
498
499         * System.Web.dll.sources: added PreservationFile.cs
500
501 2007-01-15  Marek Habersack  <grendello@gmail.com>
502
503         * System.Web.dll.sources: Added WsdlBuildProvider.cs
504
505 2007-01-14  Eyal Alaluf  <eyala@mainsoft.com>
506
507         * System.Web20.vmwcsproj: added .jvm files for Control.cs, Page.cs,
508           HttpRequest.cs & HttpContext.cs
509
510 2007-01-07  Vladimir Krasnov  <vladimirk@mainsoft.com>
511
512         * System.Web20.vmwcsproj: added ProfileParameter.cs
513         * System.Web.dll.sources: added ProfileParameter.cs
514
515 2007-01-07  Vladimir Krasnov  <vladimirk@mainsoft.com>
516
517         * System.Web20.vmwcsproj: added AppResourcesCompiler.jvm.cs to project
518
519 2007-01-05  Marek Habersack  <grendello@gmail.com>
520
521         * System.Web.dll.sources: Add new app resources compiler files.
522
523 2006-12-20  Marek Habersack  <grendello@gmail.com>
524
525         * System.Web.dll.sources: adjustments for the 2.0 SessionState
526         changes.
527
528 2006-12-09  Marek Habersack  <grendello@gmail.com>
529
530         * System.Web.dll.sources: Add the HiddenFieldPageStatePersister.cs
531         file to compilation
532
533 2006-12-05  Yoni Klain   <yonik@mainsoft.com>
534
535         * MakeFile added new resources TextBoxTestlPage.aspx for TextBoxTest.cs
536
537 2006-11-29  Yoni Klain   <yonik@mainsoft.com>
538
539         * MakeFile added new resources ListControlPage.aspx for ListControlTest.cs
540
541 2006-11-28  Miguel de Icaza  <miguel@novell.com>
542
543         * Rationalize the user of MonoTODOs.  
544
545                 - Removed all the TODOs that were only overwritten methods
546                 and had no further information.
547
548                 - Methods that threw exceptions now have the message "Not
549                 implemnted".
550
551                 - Methods that return some constant are declared like
552                 that.
553
554                 - Removed a bunch of stale MonoTODOs that had not been
555                 removed. 
556
557 2006-11-27  Yoni Klain   <yonik@mainsoft.com>
558
559         * MakeFile added new resources NoEventValidation.aspx for ImageButtonTest.cs
560
561 2006-11-09 Vladimir Krasnov <vladimirk@mainsoft.com>
562
563         * System.Web_test.dll.sources: added PasswordRecoveryTest.cs, 
564         PasswordRecoveryTest.cs
565         * Makefile: added WebControl.config resource
566
567 2006-11-09 Vladimir Krasnov <vladimirk@mainsoft.com>
568
569         * System.Web.dll.sources: added PasswordRecovery.cs
570         * System.Web20.vmwcsproj: added PasswordRecovery.cs
571
572 2006-11-22  Yoni Klain   <yonik@mainsoft.com>
573
574         * MakeFile added new resources AsyncPage.aspx,PageCultureTest.aspx for PageTest.cs
575
576 2006-11-21  Yoni Klain   <yonik@mainsoft.com>
577
578         * MakeFile added new resources Theme2.skin and adapters.browser for ControlTest.cs
579
580 2006-11-20  Marek Habersack  <grendello@gmail.com>
581
582         * System.Web.dll.sources: Added
583         System.Web.UI.WebParts/PersonalizableAttribute.cs
584
585 2006-11-17  Marek Habersack  <grendello@gmail.com>
586
587         * System.Web.dll.sources: Added
588         System.Web.Compilation/ForceCopyBuildProvider.cs and
589         System.Web.Compilation/MasterPageBuildProvider.cs and
590         System.Web.UI/PageLifeCycle.cs
591
592 2006-11-09 Vladimir Krasnov <vladimirk@mainsoft.com>
593
594         * System.Web.dll.sources: added DataSourceCasheManager.cs
595         * System.Web20.vmwcsproj: added DataSourceCasheManager.cs
596
597 2006-11-08  Marek Habersack  <grendello@gmail.com>
598
599         * System.Web.dll.sources: added the App_Code compiler
600
601 2006-11-05 Vladimir Krasnov <vladimirk@mainsoft.com>
602
603         * System.Web.dll.sources: added System.Web.Profile/ProfileParser.cs
604         * System.Web20.vmwcsproj: 
605         added System.Web.Profile/ProfileParser.jvm.cs
606
607 2006-10-23 Merav Sudri <meravs@mainsoft.com
608
609         *System.Web_test.dll.sources : FormParameterTest and ParameterTest were added.
610
611 2006-10-18  Marek Habersack  <grendello@gmail.com>
612
613         * System.Web.dll.sources: add global/local resources compiler
614         files.
615
616         * Makefile: System.Windows.Forms.dll is needed for global/local
617         resource compiler now.
618
619 2006-10-17 Vladimir Krasnov <vladimirk@mainsoft.com>
620
621         * run-mono-tests.bat: added Derby to tests classpath
622
623 2006-10-11 Merav Sudri <meravs@mainsoft.com>
624         The following new tests were added:
625         * System.Web.UI.WebControls.SessionParameterTest.cs
626         * System.Web.UI.WebControls.QueryStringParameterTest.cs
627         * System.Web.UI.WebControls.ControlParameterTest.cs
628         * System.Web.UI.WebControls.CookieParameterTest.cs
629
630 2006-10-10 Yoni Klain <yonik@mainsoft.com>
631         * System.Web.UI.WebControls.CustomValidatorTest.cs new tests added;
632
633 2006-10-04 Yoni Klain <yonik@mainsoft.com>
634         * System.Web.UI.Page.Test.cs new tests added;
635     * MakeFile: add new resources for PageTest.cs :
636     Test/mainsoft/NunitWebResources/PageLifecycleTest.aspx ;
637         Test/mainsoft/NunitWebResources/PageValidationTest.aspx ;
638         
639 2006-10-03 Hagit Yidov <hagity@mainsoft.com>
640
641         * ImageMapTest.cs: New test was added
642         * HotSpotTest.cs: New test was added
643         * HotSpotCollectionTest.cs: New test was added
644         * CircleHotSpot.cs: New test was added
645         * RectangleHotSpot.cs: New test was added
646         * PolygonHotSpot.cs: New test was added
647
648 2006-09-28 Yoni Klain <yonik@mainsoft.com>
649
650     * MakeFile: add new resources for MasterPageTest.cs :
651     Test/mainsoft/NunitWebResources/MasterTypeTest1.aspx ;
652         Test/mainsoft/NunitWebResources/MasterTypeTest2.aspx ;
653         Test/mainsoft/NunitWebResources/MyDerived.master ;
654         Test/mainsoft/NunitWebResources/MyPageWithDerivedMaster.aspx ;
655
656 2006-09-26      Boris Kirzner <borisk@mainsoft.com>
657
658         * run-mono-tests.bat: log files naming fix.
659
660 2006-09-19 Yoni Klain <yonik@mainsoft.com>
661
662     * System.Web_test.dll.sources: add new \System.Web.UI.WebControls\CrossPagePostingTest.cs
663     * MakeFile: add new resources for CrossPagePostingTest.cs :
664     Test/mainsoft/NunitWebResources/CrossPagePosting1.aspx ;
665         Test/mainsoft/NunitWebResources/CrossPagePosting2.aspx ;
666
667 2006-09-18 Yoni Klain <yonik@mainsoft.com>
668
669     * System.Web_test.dll.sources: add new \System.Web.UI.WebControls\MappingUrlTest.cs
670     * MakeFile: add new resources for MappingUrlTest.cs :
671     Test/mainsoft/NunitWebResources/Mapping.aspx ;
672         Test/mainsoft/NunitWebResources/Mapping1.aspx ;
673         Test/mainsoft/NunitWebResources/WebMapping.config
674
675 2006-09-17 Yoni Klain <yonik@mainsoft.com>
676
677     * System.Web_test.dll.sources: add new \System.Web.UI\TemplateControlTest.cs
678     * MakeFile: add new resources for TemplateControlTest.cs
679     Test/mainsoft/NunitWebResources/TemplateUserControl.ascx \
680         Test/mainsoft/NunitWebResources/EvalTest.aspx \
681
682 2006-09-14      Boris Kirzner <borisk@mainsoft.com>
683
684         * run-mono-tests.bat: fixes for TARGET_JVM tests run.
685         
686 2006-04-09      Boris Kirzner <borisk@mainsoft.com>
687
688         * run-mono-tests.bat: fixes for TARGET_JVM NET_2_0 tests run.
689
690 2006-08-27 Roei Erez <roeie@mainsoft.com>
691
692         * WebConfigurationManager.cs: corrections for static variables on mainsoft platform
693
694 2006-08-28 Yoni Klain <yonik@mainsoft.com>
695
696     * System.Web_test.dll.sources: add new \System.Web.UI\ClientScriptManagerTest.cs
697     * MakeFile: add new resources for ClientScriptMenagerTest.cs
698     Test/mainsoft/NunitWebResources/EventValidationTest2.aspx \
699         Test/mainsoft/NunitWebResources/EventValidationTest1.aspx \
700         Test/mainsoft/NunitWebResources/ClientScript.js \
701
702 2006-08-27 Hagit Yidov <hagity@mainsoft.com>
703
704         * TreeNodeBindingCollectionTest.cs: New test was added
705         * TreeNodeBindingTest.cs: New test was added
706         * TreeNodeCollectionTest.cs: New test was added
707         * TreeNodeStyleCollectionTest.cs: New test was added
708         * TreeNodeTest.cs: New test was added
709         * TreeViewTest.cs: Test was updated
710
711 2006-08-10 Hagit Yidov <hagity@mainsoft.com>
712
713         * ImageMapTest.cs: New test was added
714         * HotSpotTest.cs: New test was added
715         * HotSpotCollectionTest.cs: New test was added
716         * CircleHotSpot.cs: New test was added
717         * RectangleHotSpot.cs: New test was added
718         * PolygonHotSpot.cs: New test was added
719
720 2006-08-23 Igor Zelmanovich <igorz@mainsoft.com>
721
722         * MenuTest.cs: added tests 
723
724 2006-08-23 Igor Zelmanovich <igorz@mainsoft.com>
725
726         * StyleTest.cs: 
727         added tests ensure that AddAttributesToRender method calls FillStyleAttributes
728         and style attributes work properly.
729
730 2006-08-23 Igor Zelmanovich <igorz@mainsoft.com>
731
732         * FontInfoTest.cs: added test 
733
734 2006-08-22 Igor Zelmanovich <igorz@mainsoft.com>
735
736         * FontInfoTest.cs: added test: CopyFrom and MergeWith behave differently between 1.1 and 2.0 
737
738 2006-08-17 Igor Zelmanovich <igorz@mainsoft.com>
739
740         * StyleTest.cs: added test ensures that IsEmpty returns false for 
741         empty style that was registered with StyleSheet         
742
743 2006-08-17 Igor Zelmanovich <igorz@mainsoft.com>
744
745         * StyleTest.cs: new test was added, fixed Style_CssClass test
746
747 2006-08-16 Yoni Klain <yonik@mainsoft.com>
748
749         * DataSourceViewTest.cs; DataSourceControlTest.cs : new tests
750
751 2006-08-15 Igor Zelmanovich <igorz@mainsoft.com>
752
753         * MenuTest.cs: new test was added, removed NotWorking attributes
754
755 2006-08-15 Igor Zelmanovich <igorz@mainsoft.com>
756
757         * MenuTest.cs: new tests were added.
758
759 2006-08-14 Andrew Skiba <andrews@mainsoft.com>
760
761         * TableTest.cs: new test added.
762
763 2006-08-14 Igor Zelmanovich <igorz@mainsoft.com>
764
765         * MenuTest.cs: added test showing that items initialization should occurs only once
766
767 2006-08-10 Yoni Klain <yonik@mainsoft.com>
768
769         * CallBackTest.cs: New test was added
770
771 2006-08-010 Hagit Yidov <hagity@mainsoft.com>
772
773         * ImageMapTest.cs: New test was added
774         * HotSpotTest.cs: New test was added
775         * HotSpotCollectionTest.cs: New test was added
776         * CircleHotSpot.cs: New test was added
777         * RectangleHotSpot.cs: New test was added
778         * PolygonHotSpot.cs: New test was added
779
780 >>>>>>> .r64424
781 2006-08-10 Igor Zelmanovich <igorz@mainsoft.com>
782
783         * MenuTest.cs: new tests were added
784
785 2006-08-09 Igor Zelmanovich <igorz@mainsoft.com>
786
787         * HierarchicalDataBoundControlTest.cs: added new tests
788
789 2006-08-08 Merav Sudri <meravs@mainsoft.com>
790
791         * ObjectDataSourceTest.cs: SetUp with delay was added to the test.
792 2006-08-08 Merav Sudri <meravs@mainsoft.com>
793
794         * ObjectDataSourceTest.cs: New test was added
795         
796 2006-08-08 Yoni Klain <yonik@mainsoft.com>
797
798         * LoginViewTest.cs: added new tests and new resources for tests
799         * ObjectDataSourceView.cs: added new tests
800
801 2006-08-06 Vladimir Krasnov <vladimirk@mainsoft.com>
802
803         * CommandFieldTest.cs:
804         * GridViewRowCollectionTest.cs:
805         * MultiViewTest.cs:
806         * SiteMapPathTest.cs:
807         * ViewTest.cs: 
808         * XmlDataSourceTest.cs: removed NotWorking attributes
809
810 2006-08-06 Vladimir Krasnov <vladimirk@mainsoft.com>
811
812         * ThemeTest.cs: fixed test resource
813
814 2006-08-06 Vladimir Krasnov <vladimirk@mainsoft.com>
815
816         * ThemeTest.cs: tests added
817
818 2006-08-01 Vladimir Krasnov <vladimirk@mainsoft.com>
819
820         * BulletedListTest.cs: fixed new line in render tests
821
822 2006-07-31 Vladimir Krasnov <vladimirk@mainsoft.com>
823         
824         * WizardStepBaseTest.cs:
825         * MasterPageTest.cs
826         * MenuTest.cs
827         * GridViewTest.cs: removed NotWorking attributes
828
829 2006-07-30 Andrew Skiba <andrews@mainsoft.com>
830
831         * FormViewTest.cs: fix few tests.
832
833 2006-07-30 Vladimir Krasnov <vladimirk@mainsoft.com>
834
835         * WizardTest.cs: fixed test, removed NotWorking attributes
836
837 2006-07-27 Andrew Skiba <andrews@mainsoft.com>
838
839         * FormViewTest.cs: fix few tests.
840
841 2006-07-27 Andrew Skiba <andrews@mainsoft.com>
842
843         * DetailsViewTest.cs: fix tests.
844
845 2006-07-26 Vladimir Krasnov <vladimirk@mainsoft.com>
846
847         * XmlDataSourceTest.cs: fixed aspx based tests
848
849 2006-07-26 Andrew Skiba <andrews@mainsoft.com>
850
851         * FormViewTest.cs: visual studio ifdef.
852
853 2006-07-26 Andrew Skiba <andrews@mainsoft.com>
854
855         * DetailsViewRowTest.cs: fix the test (incomplete).
856
857 2006-07-26 Andrew Skiba <andrews@mainsoft.com>
858
859         * DetailsViewTest.cs: fix few tests.
860
861 2006-07-26 Yoni Klain <yonik@mainsoft.com>
862
863         * XmlDataSourceTest.cs: Add new tests.
864
865 2006-07-25 Vladimir Krasnov <vladimirk@mainsoft.com>
866
867         * MultiViewTest.cs: added test
868
869 2006-07-25 Vladimir Krasnov <vladimirk@mainsoft.com>
870
871         * GridViewTest.cs:
872         * ViewTest.cs:
873         * WizardStepBaseTest.cs:
874         * WizardTest.cs: fixed tests
875
876 2006-07-25 Merav Sudri <meravs@mainsoft.com>
877
878         * FormViewTest.cs: Add three postback tests.
879
880 2006-07-24 Andrew Skiba <andrews@mainsoft.com>
881
882         * DetailsViewTest.cs: split a test in two, working and not working.
883
884 2006-07-23 Andrew Skiba <andrews@mainsoft.com>
885
886         * DetailsViewTest.cs: fix the test.
887
888 2006-07-20 Andrew Skiba <andrews@mainsoft.com>
889
890         * DetailsViewTest.cs: more precise lifetime flow check.
891
892 2006-07-20 Andrew Skiba <andrews@mainsoft.com>
893
894         * DetailsViewTest.cs: add EnsureChildControls basic test.
895
896 2006-07-20 Andrew Skiba <andrews@mainsoft.com>
897
898         * DetailsViewTest.cs: add a new assert
899
900 2006-07-20 Vladimir Krasnov <vladimirk@mainsoft.com>
901
902         * PagerSettingsTest.cs: fixed PropertyChanged test
903
904 2006-07-19 Andrew Skiba <andrews@mainsoft.com>
905
906         * DetailsViewTest.cs: #if VISUAL_STUDIO
907
908 2006-07-20 Yoni Klain <yonik@mainsoft.com>
909
910         * GridViewTest.cs: added new tests
911
912 2006-07-19 Andrew Skiba <andrews@mainsoft.com>
913
914         * DetailsViewTest.cs: #if NET_2_0
915         * TableStyleTest.cs: Category ("NotWorking")
916         
917 2006-07-19 Andrew Skiba <andrews@mainsoft.com>
918
919         * TableStyleTest.cs: add a test for BackImageUrl rendering
920
921 2006-07-19 Merav Sudri <meravs@mainsoft.com>
922
923         * DetailsViewRowTest.cs: added new test
924         * DetailsViewRowCollectionTest.cs: added new test
925         * FormViewRowTest.cs: added new test
926         * FormViewTest.cs: added new test
927
928 2006-07-19 Merav Sudri <meravs@mainsoft.com>
929
930         * DetailsViewTest.cs: added new test
931
932 2006-07-18 Vladimir Krasnov <vladimirk@mainsoft.com>
933
934         * GridViewTest.cs: removed NotWorking attributes, added tests
935
936 2006-07-17 Yoni Klain <yonik@mainsoft.com>
937
938         * SiteMapPathTest.cs: added new test
939
940 2006-07-17 Andrew Skiba <andrews@mainsoft.com>
941
942         * CommandFieldTest.cs: added positive flow test for
943         ValidateSupportsCallback
944
945 2006-07-17 Andrew Skiba <andrews@mainsoft.com>
946
947         * WebControlTest.cs: added tests for display style
948         
949 2006-07-17 Vladimir Krasnov <vladimirk@mainsoft.com>
950
951         * GridViewTest.cs: added new test
952
953 2006-07-16 Vladimir Krasnov <vladimirk@mainsoft.com>
954
955         * BoundFieldTest.cs: added new test
956
957 2006-07-16 Andrew Skiba <andrews@mainsoft.com>
958
959         * SiteMapPathTest.cs: fix expected results for dotnet in 3 tests;
960         add 2 new asserts for InitializeItem
961
962 2006-07-16 Vladimir Krasnov <vladimirk@mainsoft.com>
963
964         * BulletedListTest.cs: removed NotWorking attributes
965
966 2006-07-16 Yoni Klain <yonik@mainsoft.com>
967
968         * added WizardStepBaseTest.cs; WizardStepTest.cs; WizardStepCollectionTest.cs
969         
970 2006-07-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
971
972         * DataListTest.cs: new test for templated items. Patch by Jaros?aw
973         Pawlak.
974
975 2006-07-12 Yoni Klain <yonik@mainsoft.com>
976
977         * WizardTest.cs added new tests;
978         * SiteMapPathTest.cs removed remarks
979
980 2006-07-11 Vladimir Krasnov <vladimirk@mainsoft.com>
981         
982         * GridViewTest.cs: added GridView_RenderingCheckBoxField2
983         for testing of autogenerated checkbox column
984
985 2006-07-11 Yoni Klain <yonik@mainsoft.com>
986
987         * ImageFieldTest.cs added new tests;
988
989 2006-07-10 Andrew Skiba <andrews@mainsoft.com>
990
991         * SiteMapPathTest.cs: fix expected results for IE user-agent
992
993 >>>>>>> .r62654
994 2006-07-09 Yoni Klain <yonik@mainsoft.com>
995
996         * MenuTest.cs changes on postback;
997
998 2006-07-09 Yoni Klain <yonik@mainsoft.com>
999
1000         * ContentTest.cs changes on event test;
1001
1002 2006-07-07 Yoni Klain <yonik@mainsoft.com>
1003
1004         * added PagerSettingsTest.cs;GridViewRowCollectionTest.cs;
1005         ContentTest.cs;GridViewRowTest.cs
1006
1007 2006-07-07 Yoni Klain <yonik@mainsoft.com>
1008
1009         * GridViewTest.cs, MenuTest.cs added PostBack tests
1010
1011 2006-07-05 Vladimir Krasnov <vladimirk@mainsoft.com>
1012         
1013         * added CreateUserWizardTest.cs
1014
1015 2006-07-03 Vladimir Krasnov <vladimirk@mainsoft.com>
1016
1017         * BoundFieldTest.cs, ButtonFieldTest.cs, DataControlFieldTest.cs
1018         HyperLinkFieldTest.cs, ImageFieldTest.cs: removed NotWorking
1019         attribute from Initialize test case
1020
1021 2006-06-28 Juraj Skripsky <js@hotfeet.ch>
1022
1023         * RegularExpressionValidatorTest.cs: check for automatic wrapping of
1024         expression with "^...$".
1025
1026 2006-06-28 Vladimir Krasnov <vladimirk@mainsoft.com>
1027
1028         * Added WizardTest.cs: Wizard control basic tests
1029
1030 2006-06-25 Yoni Klain <yonik@mainsoft.com>
1031
1032         * GridViewTest.cs;
1033         * AutoGeneratedFieldTest.cs;BoundFieldTest.cs;DataControlFieldTest.cs;
1034         * DataControlFieldCollectionTest.cs;DataKeyArrayTest.cs;
1035         * DataKeyTest.cs;ButtonFieldBaseTest.cs;HyperLinkFieldTest.cs;
1036         * CommandFieldTest.cs;CheckBoxFieldTest.cs;TemplateFieldTest.cs
1037         * GridView test and GridView subclasses tests. 
1038
1039 2006-06-25      Konstantin Triger <kostat@mainsoft.com>
1040
1041         * FormViewTest.cs: test for PageIndex bounds.
1042
1043 2006-06-21 Andrew Skiba <andrews@mainsoft.com>
1044
1045         * ThemeTest.cs, SiteMapPathTest.cs, FormViewTest.cs, MenuTest.cs,
1046          MasterPageTest.cs: NunitWeb refactoring
1047
1048 2006-06-21 Andrew Skiba <andrews@mainsoft.com>
1049
1050         * FileUploadTest.cs: add new tests for FileUpload control
1051
1052 2006-06-20 Andrew Skiba <andrews@mainsoft.com>
1053
1054         * ThemeTest.cs: add new test for UrlPropertyAttribute
1055
1056 2006-06-20 Andrew Skiba <andrews@mainsoft.com>
1057
1058         * FormViewTest.cs: add new test for CssClass attribute
1059
1060 2006-06-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1061
1062         * RepeaterItemCollectionTest.cs: New file.
1063
1064 2006-06-14 Andrew Skiba <andrews@mainsoft.com>
1065
1066         * MenuTest.cs: add test for CssClass attribute
1067
1068 2006-06-13 Juraj Skripsky <js@hotfeet.ch>
1069
1070         * CalendarTest.cs (SelectDateProperty): Make sure SelectedDate is
1071         automatically "rounded" to the same date with time set to 12:00am.
1072
1073 2006-05-28 Andrew Skiba <andrews@mainsoft.com>
1074
1075         * ThemeTest.cs, MenuTest.cs, MasterPageTest.cs: rename methods to make
1076         nunit quiet
1077
1078 2006-05-21 Yoni Klain <yonik@mainsoft.com>
1079
1080         * ThemeTest.cs  -  Add new test
1081
1082 2006-05-21 Yoni Klain <yonik@mainsoft.com>
1083
1084         * MasterPageTest.cs  -  add attributes for NotWorking tests
1085         * MenuTest.cs - sleep time changed
1086
1087 2006-05-21 Yoni Klain <yonik@mainsoft.com>
1088
1089         * Added MasterPageTest.cs
1090
1091 2006-05-21 Yoni Klain <yonik@mainsoft.com>
1092
1093         * MenuTest.cs, SiteMapPathTest.cs ,BulletedListTest.cs -  add attributes for NotWorking tests 
1094           
1095 2006-05-21 Yoni Klain <yonik@mainsoft.com>
1096
1097         * Added ContentTest.cs
1098
1099 2006-05-17 Andrew Skiba <andrews@mainsoft.com>
1100
1101         * MenuTest.cs, SiteMapPathTest.cs: multiple changes, now passes on 
1102         dotnet with mono makefile
1103
1104 2006-05-14 Yoni Klain <yonik@mainsoft.com>
1105
1106         * Added MenuTest.cs
1107
1108 2006-05-14 Yoni Klain <yonik@mainsoft.com>
1109
1110         * Added SiteMapPathTest.cs 
1111
1112 2006-04-30 Yoni Klain <yonik@mainsoft.com>
1113
1114         * Added SiteMapDataSourceTest.cs 
1115
1116 2006-04-23 Tal Klahr <talk@mainsoft.com>
1117
1118         * Added ViewTest.cs and MultiViewTest.cs
1119
1120 2006-04-25      Konstantin Triger <kostat@mainsoft.com>
1121
1122         * FormViewTest.cs: added test for PageCount.
1123
1124 2006-04-20      Konstantin Triger <kostat@mainsoft.com>
1125
1126         * FormViewTest.cs: added test for PageIndex.
1127
1128 2006-04-06      Konstantin Triger <kostat@mainsoft.com>
1129
1130         * DataListTest.cs: added test for DataSourceID.
1131
1132 2006-04-06      Konstantin Triger <kostat@mainsoft.com>
1133
1134         * LoginTest.cs: Added LayoutTemplate property Test.
1135         * LoginViewTest.cs: Added AnonymousTemplate property Test.
1136
1137 2006-03-28  Alexandre Miguel Pedro Gomes  <alexmipego@gmail.com>
1138  
1139         * FontInfoTest.cs: Implemented ShouldSerializeNames tests
1140
1141 2006-03-06  Vladimir Krasnov  <vladimirk@mainsoft.com>
1142
1143         * CalendarTest.cs: refactoring, inline delegates replaced with
1144         regular ones.
1145         * LinkButtonTest.cs: same
1146
1147 2006-03-03  Vladimir Krasnov  <vladimirk@mainsoft.com>
1148
1149         * PagedDataSourceTest.cs: added TARGET_JVM part to exclude
1150         not working tests.
1151         * WebControlTest.cs: same
1152
1153 2006-02-21  Chris Toshok  <toshok@ximian.com>
1154
1155         * SqlDataSourceTest.cs, SqlDataSourceViewTest.cs,
1156         AccessDataSourceTest.cs: new tests.
1157
1158 2005-12-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1159
1160         * DropDownListTest.cs: test for html-encoding of the text.
1161
1162 2005-11-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1163
1164         * RadioButtonTest.cs: more tests for the 'name' attribute.
1165
1166 2005-10-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1167
1168         * LiteralTest.cs: Literal allows LiteralControl.
1169
1170 2005-10-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1171
1172         * ListBoxTest.cs: a few more tests for ListBox and selection.
1173
1174 2005-10-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1175
1176         * ListControlTest.cs: 3 more tests for ListControl.
1177
1178 2005-10-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1179
1180         * CustomValidatorTest.cs: an empty control name is valid.
1181
1182 2005-10-17  Sebastien Pouliot  <sebastien@ximian.com> 
1183
1184         * RequiredFieldValidatorCas.cs: New. CAS unit for 
1185         RequiredFieldValidator.
1186
1187 2005-10-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1188
1189         * DataListTest.cs: added some style and IRepeatInfoUser tests.
1190
1191 2005-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1192
1193         * ListBoxTest.cs: the name is the UniqueID, not the ClientID.
1194         * WebControlTest.cs: Attributes statebag is case insensitive.
1195
1196 2005-10-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1197
1198         * ImageButtonTest.cs: test that 'name' attribute is rendered.
1199
1200 2005-10-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1201
1202         * DataGridTest.cs: Test for ButtonColumn with DataTextField.
1203
1204 2005-10-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1205
1206         * DataGridTest.cs: new test for the style of the linkbutton in the
1207         headers when sorting is enabled. Also test that the Items property
1208         contains the DataGridItems.
1209
1210 2005-09-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1211
1212         * TableCellTest.cs: the "Text" viewstate value does not control whether
1213         we render the children or not.
1214
1215         * EditCommandColumnTest.cs: some tests do not pass on MS rutime for me,
1216         so I've made them NotDotNet and fixed all the problems. Also added tests
1217         to ensure that the TextBox's form the BoundColumns are present in the
1218         hierarchy, as before we did nothing there.
1219         
1220         * ButtonTest.cs: test to show that a Button's children are not rendered.
1221
1222 2005-09-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1223
1224         * PagedDataSourceTest.cs: more tests.
1225
1226 2005-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1227
1228         * PagedDataSourceTest.cs: more tests.
1229
1230 2005-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1231
1232         * CalendarTest.cs: added test to check for ID and base attributes being
1233         copied from the calendar into the table.
1234
1235 2005-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1236
1237         * PagedDataSourceTest.cs: nullref is throw on null DataSource.
1238
1239 2005-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1240
1241         * DataGridTest.cs: fixed a test and added a commented out one that works
1242         fine in mono but throws nullref with MS.
1243
1244 2005-09-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1245
1246         * DataGridTest.cs: more tests that add a TemplateColumn.
1247
1248 2005-09-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1249
1250         * EditCommandColumnTest.cs: added a test here for datagrid, as this was
1251         the file whose test failed because the id of the datagrid generated
1252         table.
1253
1254 2005-09-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1255
1256         * FontUnitCas.cs: method name change in FontUnitTest.
1257         * FontUnitTest.cs: splitted tests, enabled the "NotWorking" ones and
1258         added tests for FontSize names beginning with x and containing a dash.
1259
1260 2005-09-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1261
1262         * ListControlTest.cs: new tests for SelectedValue, SelectedIndex and
1263         DataBinding.
1264
1265 2005-09-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1266
1267         * DataGridTest.cs:
1268         * DataListTest.cs: OnItemCommand is raised always in OnBubbleEvent.
1269
1270 2005-09-23  Sebastien Pouliot  <sebastien@ximian.com>
1271
1272         * LoginTest.cs: Make OnBubbleEvent_Authenticated_OnAuthenticate test 
1273         case "work" on both MS and Mono.
1274         * UnitTest.cs: IncorrectConstructor9 was fixed (in 2.0 RC) to throw
1275         the FormatException (just like earlier fx did).
1276
1277 2005-09-23  Sebastien Pouliot  <sebastien@ximian.com> 
1278  
1279         * LabelCas.cs, LinkButtonCas.cs, ListBoxCas.cs, ListControlCas.cs,
1280         ListItemCas.cs, ListItemCollectionCas.cs, LiteralCas.cs, LoginCas.cs,
1281         LoginNameCas.cs, LoginStatusCas.cs, MonthChangedEventArgsCas.cs,
1282         PagedDataSourceCas.cs, PanelCas.cs, RadioButtonCas.cs, 
1283         RadioButtonListCas.cs, RangeValidatorCas.cs, 
1284         RegularExpressionValidatorCas.cs, RepeaterCas.cs, RepeatInfoCas.cs,
1285         RoleGroupCas.cs, RoleGroupCollectionCas.cs, 
1286         SelectedDatesCollectionCas.cs, StyleCas.cs, TableCas.cs, 
1287         TableCellCas.cs, TableFooterRowCas.cs, TableHeaderCellCas.cs,
1288         TableHeaderRowCas.cs, TableItemStyleCas.cs, TableRowCas.cs,
1289         TableSectionStyleCas.cs, TableStyleCas.cs, TargetConverterCas.cs,
1290         TextBoxCas.cs, TreeViewCas.cs, UnitCas.cs, UnitConverterCas.cs,
1291         ValidatedControlConverterCas.cs, ValidationSummaryCas.cs, 
1292         WebColorConverterCas.cs, WebControlCas.cs, XmlCas.cs, 
1293         XmlDataSourceCas.cs: New CAS unit tests - checks for LinkDemands and 
1294         re-execute the "classic" unit tests under the most retricted security
1295         permissions possible.
1296
1297 2005-09-23  Sebastien Pouliot  <sebastien@ximian.com>
1298
1299         * LinkButtonTest.cs: Fixed fixture name (Text -> Test).
1300         * ListItemTest.cs: Fixed header.
1301         * LoginTest.cs: Changed [Ignore] to [Category ("NotDotNet")] on 
1302         OnBubbleEvent_Authenticated_OnAuthenticate () test case.
1303         * PagedDataSourceTest.cs: Added missing [Test] to 
1304         TestEnumerators_NoPaging test case.
1305         * RadioButtonListTest.cs: Fixed header.
1306         * RepeatInfoTest.cs: Add missing [Test] on DefaultValues test case.
1307         * UnitConverterTest.cs: Fixed test cases (commited bu never executed)
1308         before including it in the suite.
1309         * ValidatorTest.cs: Fixed header.
1310         * WebColorConverterTest.cs: Fixed header.
1311
1312 2005-09-21  Sebastien Pouliot  <sebastien@ximian.com>
1313
1314         * AdCreatedEventArgsCas.cs, BaseCompareValidatorCas.cs,
1315         BaseDataBoundControlCas.cs, BaseDataListCas.cs, BaseValidatorCas.cs,
1316         BoundColumnCas.cs, ButtonColumnCas.cs, CalandarCas.cs, 
1317         CalendarDayCas.cs, CheckBoxCas.cs, CheckBoxListCas.cs, 
1318         CompareValidatorCas.cs, CompositeControlCas.cs, CustomValidatorCas.cs,
1319         DataBoundControlCas.cs, DataGridCas.cs, DataGridColumnCas.cs,
1320         DataGridItemCas.cs, DataGridItemCollectionCas.cs, 
1321         DataGridPagerStyleCas.cs, DataKeyCollectionCas.cs, DataListItemCas.cs,
1322         DataListItemCollectionCas.cs, EditCommandColumnCas.cs, FontInfoCas.cs,
1323         FontNamesConverterCas.cs, FontUnitCas.cs, FormViewCas.cs, 
1324         HyperLinkCas.cs, HyperLinkColumnCas.cs, ImageButtonCas.cs, 
1325         ImageCas.cs: New CAS unit tests - checks for LinkDemands and 
1326         re-execute the "classic" unit tests under the most retricted security
1327         permissions possible.
1328
1329 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1330
1331         * DataGridTest.cs: added data binding tests.
1332         * BaseDataListTest.cs: it's DataKeys (arraylist) what gets to the
1333         viewstate, not the DataKeyCollection.
1334
1335 2005-09-20  Sebastien Pouliot  <sebastien@ximian.com>
1336
1337         * AdCreatedEventArgsTest.cs, BaseCompareValidatorTest.cs, 
1338         CompositeControlTest.cs, DataListTest.cs, DropDownListTest.cs,
1339         EditCommandColumnTest.cs, FontNamesConverterTest.cs, FormViewTest.cs,
1340         ListControlTest.cs, MonthChangedEventArgsTest.cs, 
1341         RadioButtonListTest.cs, StyleTest.cs, TableCellTest.cs, 
1342         TextBoxTest.cs, TreeViewTest.cs, ValidatedControlConverterTest.cs:
1343         Fixed tests results under 2.0 Release Candidate (for NET_2_0).
1344
1345 2005-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1346
1347         * DataGridTest.cs: fix expected/actual order. Added test for HeaderText
1348         and empty ArrayList.
1349
1350 2005-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1351
1352         * TableCellTest.cs: TableCell does not get an automatic ID.
1353
1354 2005-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1355
1356         * TableStyleTest.cs: added test to check that GridLines is correctly
1357         restored in LoadViewState.
1358
1359 2005-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1360
1361         * TableCellTest.cs: added new test cases for bug #76078.
1362
1363 2005-09-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1364
1365         * ListItemTest.cs: tests for ListItem.
1366         * RadioButtonListTest.cs: more test for load/raise.
1367
1368 2005-09-09  Chris Toshok  <toshok@ximian.com>
1369
1370         * StyleTest.cs (FontInfo_Empty): test to see if changes to
1371         Style.Font cause changes in the style's empty status.
1372
1373 2005-09-07  Chris Toshok  <toshok@ximian.com>
1374
1375         * CalendarTest.cs (TestSelectedColorDefault): we need to split up
1376         the color tests since they're rendered in different orders by
1377         ms/us.
1378
1379 2005-09-07  Chris Toshok  <toshok@ximian.com>
1380
1381         * ListControlTest.cs: add tests for the ControlState.
1382
1383 2005-09-05  Chris Toshok  <toshok@ximian.com>
1384
1385         * FormViewTest.cs: new tests.
1386
1387 2005-09-05  Chris Toshok  <toshok@ximian.com>
1388
1389         * DataBoundControlTest.cs: new tests.
1390
1391         * BaseDataBoundControlTest.cs: new tests.
1392
1393 2005-09-01  Chris Toshok  <toshok@ximian.com>
1394
1395         * ListControlTest.cs (DefaultProperties): add tests for TagKey,
1396         Text, and AppendDataBoundItems.
1397         (ViewStateContents): add checks for Text and AppendDataBoundItems.
1398
1399 2005-09-01  Raja R Harinath  <rharinath@novell.com>
1400
1401         * CalendarTest.cs: Remove duplicate using-declarations.
1402         * XmlDataSourceTest.cs: Protect with NET_2_0 guard.
1403         * RepeaterTest.cs (Poker.GetSelectArguments): Likewise.
1404         (Poker.DoCreateDataSourceSelectArguments): Likewise.
1405         (Repeater_DefaultsSelectArguments): Likewise.
1406
1407 2005-08-31  Chris Toshok  <toshok@ximian.com>
1408
1409         * TreeViewTest.cs: beginnings of new tests.
1410
1411         * RepeaterTest.cs: same.
1412
1413         * XmlDataSourceTest.cs: same.
1414
1415 2005-08-27  Chris Toshok  <toshok@ximian.com>
1416
1417         * TextBoxTest.cs: add 2.0 test to show that validation properties
1418         have no effect on downlevel rendering.
1419
1420 2005-08-26  Chris Toshok  <toshok@ximian.com>
1421
1422         * TextBoxTest.cs: add tests for the 2.0 validation properties, and
1423         to make sure they're getting saved to the viewstate.
1424
1425 2005-08-26  Chris Toshok  <toshok@ximian.com>
1426
1427         * FontUnitTest.cs: Add tests for the two 2.0 constructors, and the
1428         2.0 ToString(IFormatProvider) method.
1429
1430         * UnitTest.cs: Add tests for the 2.0 ToString(IFormatProvider)
1431         method.
1432
1433 2005-08-26  Sebastien Pouliot  <sebastien@ximian.com> 
1434
1435         * TableStyleTest.cs: New test cases for 2.0.
1436
1437 2005-08-25  Sebastien Pouliot  <sebastien@ximian.com> 
1438  
1439         * CheckBoxListTest.cs: Use Ben's CleanHtmlTextWriter to compare 
1440         rendered output. Re-ordered the expected value to match. Rendering 
1441         tests now pass on Mono 1.x|2.0 profile and MS 1.x.
1442         * DropDownListTest.cs: (Properties) we have the same 2.0 failure on
1443         both Mono and MS runtime, maybe it's a feature ;-)
1444
1445 2005-08-25  Chris Toshok  <toshok@ximian.com>
1446
1447         * CalendarTest.cs: add viewstate tests for Caption/CaptionAlign
1448         (2.0).
1449
1450 2005-08-25  Sebastien Pouliot  <sebastien@ximian.com>
1451
1452         * HyperLinkTest.cs: Fixed the expected output rendering for 2.0.
1453
1454 2005-08-25  Peter Dennis Bartok  <pbartok@novell.com>
1455
1456         * StyleTest.cs: Added tests for CssRegisteredStyle
1457
1458 2005-08-25  Sebastien Pouliot  <sebastien@ximian.com>
1459
1460         * StyleTest.cs: Added test for IsStyleEmpty(null).
1461
1462 2005-08-24  Chris Toshok  <toshok@ximian.com>
1463
1464         * ValidationSummaryTest.cs (ValidationSummary_ValidationGroup):
1465         add tests for ValidationGroup, making sure it's stored in the
1466         ViewState.
1467
1468 2005-08-24  Sebastien Pouliot  <sebastien@ximian.com>
1469
1470         * RoleGroupTest.cs: New (2.0). Unit tests for RoleGroup.
1471         * RoleGroupCollectionTest.cs: New (2.0). Unit tests for 
1472         RoleGroupCollection.
1473
1474 2005-08-23  Chris Toshok  <toshok@ximian.com>
1475
1476         * RepeatInfoTest.cs (RenderRepeater_BaseControl): the 2.0 ReatInfo
1477         class does things a little differently.
1478
1479 2005-08-22  Chris Toshok  <toshok@ximian.com>
1480
1481         * ListControlTest.cs: #if NET_2_0 some of the asserts whose values
1482         are different in 2.0.
1483
1484         * ValidationSummaryTest.cs: same.
1485
1486         * XmlTest.cs: same.
1487
1488         * ListBoxTest.cs: same.
1489
1490         * CheckBoxTest.cs: same.
1491
1492         * UnitTest.cs: same.
1493
1494         * TextBoxTest.cs: same.
1495
1496         * CustomValidatorTest.cs: same.
1497
1498         * DataGridTest.cs: same.
1499
1500         * BaseCompareValidatorTest.cs: remove ko-KR, since my laptop
1501         presently can't find it, and we already have another ymd date
1502         element order.
1503
1504 2005-08-22  Chris Toshok  <toshok@ximian.com>
1505
1506         * RepeatInfoTest.auto.cs: regenerate.
1507
1508         * RepeatInfoTest.auto.2.0.cs: generate using .Net 2.0.
1509
1510         * RepeatInfoTest.gen.cs: add wrapper #ifdefs for the 1.x/2.0 cases
1511         - we need both.
1512
1513 2005-08-22  Chris Toshok  <toshok@ximian.com>
1514
1515         * BaseCompareValidatorTest.cs: fix the tests that change behavior
1516         between 1.x and 2.0.
1517
1518 2005-08-22  Chris Toshok  <toshok@ximian.com>
1519
1520         * LinkButtonTest.cs: add validation group tests.
1521
1522 2005-08-22  Chris Toshok  <toshok@ximian.com>
1523
1524         * ImageButtonTest.cs: add NET_2_0 validation tests.
1525
1526 2005-08-22  Chris Toshok  <toshok@ximian.com>
1527
1528         * CheckBoxTest.cs: add NET_2_0 validation tests.
1529
1530 2005-08-22  Chris Toshok  <toshok@ximian.com>
1531
1532         * ButtonTest.cs (Button_DefaultValues): add NET_2_0 test for
1533         ValidationGroup.
1534         (Button_ViewState): same.
1535
1536 2005-08-22  Sebastien Pouliot  <sebastien@ximian.com>
1537
1538         * LoginNameTest.cs: New. Unit tests for LoginName control (2.0).
1539         * LoginStatusTest.cs: New. Unit tests for LoginStatus control (2.0).
1540
1541 2005-08-19  Sebastien Pouliot  <sebastien@ximian.com>
1542
1543         * TableCellTest.cs: Add test cases for AssociatedHeaderCellID (2.0).
1544
1545 2005-08-18  Sebastien Pouliot  <sebastien@ximian.com>
1546
1547         * BaseDataListTest.cs: Added test cases for new properties, methods
1548         and events defined in 2.0.
1549         * LoginTest.cs: Added test cases for On* methods.
1550
1551 2005-08-17  Chris Toshok  <toshok@ximian.com>
1552
1553         * CompositeControlTest.cs: put it in the MonoTests. namespace so
1554         it shows up in the right place in the nunit gui.
1555         
1556 2005-08-16  Sebastien Pouliot  <sebastien@ximian.com> 
1557
1558         * DataListTest.cs: Fixed ViewState test to work on both 1.x and 2.0.
1559         Added tests for Load|SaveControlState (2.0). Added basic tests for
1560          SelectedValue property (2.0).
1561         * LoginTest.cs: Added test cases to check for null (removal) on all 
1562         string properties, added checks for all enums properties. Also added
1563         test case for SaveViewState.
1564
1565 2005-08-15  Sebastien Pouliot  <sebastien@ximian.com> 
1566
1567         * TableHeaderRowTest.cs: New. Reuse TableRowTest test cases to test
1568         TableHeaderRow class (2.0).
1569         * TableFooterRowTest.cs: New. Reuse TableRowTest test cases to test
1570         TableFooterRow class (2.0).
1571         * TableRowTest.cs: Added test cases for new (2.0) TableSection 
1572         property. Reworked the tests to allow easier reuse of them by the
1573         TableHeaderRow and TableFooterRow classes.
1574
1575 2005-08-14  Sebastien Pouliot  <sebastien@ximian.com> 
1576
1577         * LoginTest.cs: New. Unit tests to test default values for Login.
1578         * TableHeaderCellTest.cs: Add tests for CategoryText and Scope 
1579         properties (new in 2.0).
1580         * TableSectionStyleTest.cs: New. Unit tests for TableSectionStyle.
1581         Note that this new 2.0 class seems broken as it is not complete (MS).
1582         
1583 2005-08-12  Chris Toshok  <toshok@ximian.com>
1584
1585         * CompositeControlTest.cs: a couple of tests for CompositeControl.
1586
1587 2005-08-09  Sebastien Pouliot  <sebastien@ximian.com> 
1588  
1589         * BaseDataListTest.cs: Added tests for OnDataBinding.
1590         * DataLitItemTest.cs: Added more useful tests for rendering items, 
1591         including a test when two tables are present and extractRows is true.
1592         Added tests for IDataItemContainer (2.0).
1593
1594 2005-08-08  Jackson Harper  <jackson@ximian.com>
1595
1596         * PagedDataSourceTest.cs: Tests for creating enumerators when
1597         paging is not enabled.
1598
1599 2005-08-08  Sebastien Pouliot  <sebastien@ximian.com>
1600
1601         * HyperLinkTest.cs: Updated comments. Resolve doesn't work when doing
1602         unit tests (probably because it requires a Page, or something else 
1603         that can be used as the base url for the application).
1604
1605 2005-08-03  Peter Dennis Bartok  <pbartok@novell.com>
1606
1607         * EditCommandColumnTest.cs: Updated; InitializeCell() passes except
1608           for the missing footer; InitializeCellEdit() has a problem with
1609           the name given to the TextBox controls
1610
1611 2005-08-05  Jackson Harper  <jackson@ximian.com>
1612
1613         * PagedDataSourceTest.cs: Tests for PageCount.
1614
1615 2005-08-04  Ben Maurer  <bmaurer@ximian.com>
1616
1617         * CalendarTest.cs: Test based on an msdn example. Again, I (heart)
1618         anonymous methods.
1619
1620 2005-08-04  Dick Porter  <dick@ximian.com>
1621
1622         * DataGridColumnTest.cs: Tests for DataGridColumn
1623
1624 2005-08-03  Ben Maurer  <bmaurer@ximian.com>
1625
1626         * RepeatInfoTest.cs: Test for copying from base control
1627
1628         * WebControlTest.cs: Issue I found while doing repeatinfo
1629
1630         * LabelTest.cs: New tests.
1631
1632         * PanelTest.cs: New tests
1633
1634 2005-08-03  Peter Dennis Bartok  <pbartok@novell.com>
1635
1636         * EditCommandColumnTest.cs: Enable tests
1637
1638 2005-08-03  Peter Dennis Bartok  <pbartok@novell.com> 
1639
1640         * DataGridPagerStyleTest.cs: Added testcase
1641
1642 2005-08-03  Jordi Mas i Hernandez <jordi@ximian.com>
1643
1644         *  CalendarTest.cs: Trackview states
1645
1646 2005-08-02  Jackson Harper  <jackson@ximian.com>
1647
1648         * BoundColumnTest.cs: Start of tests for the BoundColumn class.
1649         
1650 2005-08-02  Jordi Mas i Hernandez <jordi@ximian.com>
1651
1652         *  RadioButtonListTest.cs: test unit
1653
1654 2005-08-01  Jackson Harper  <jackson@ximian.com>
1655
1656         * TableStyleTest.cs: Check that items copied set the styles flags.
1657
1658 2005-08-01  Jackson Harper  <jackson@ximian.com>
1659
1660         * PagedDataSourceTest.cs: Test the enumerators a little.
1661
1662 2005-07-30  Chris Toshok  <toshok@ximian.com>
1663
1664         * HyperLinkColumnTest.cs: add some tests for how the column
1665         initializes a TableCell.
1666
1667 2005-07-30  Ben Maurer  <bmaurer@ximian.com>
1668
1669         * RepeatInfoTest.auto.cs: Regen.
1670
1671         * RepeatInfoTest.gen.cs: Autogenerate tests for 0 items
1672
1673 2005-07-29  Chris Toshok  <toshok@ximian.com>
1674
1675         * BaseCompareValidatorTest.cs (CanConvert): disable B9, until we
1676         figure out a culture independent way to do it.
1677         (Convert): same with C17/C18.
1678         (MiscPropertiesAndMethods): test CutoffYear, GetFullYear, and
1679         GetDateElementOrder.
1680
1681 2005-07-27  Peter Dennis Bartok  <pbartok@novell.com> 
1682
1683         * StyleTest.cs: Added font-related tests to check for special
1684           Name/Names behaviour
1685
1686 2005-07-29  Chris Toshok  <toshok@ximian.com>
1687
1688         * BaseCompareValidatorTest.cs: use DateTime to generate the
1689         strings for our date tests, since they're culture specific.
1690
1691 2005-07-29  Dick Porter  <dick@ximian.com>
1692
1693         * RadioButtonTest.cs: Added tests for RadioButton
1694
1695 2005-07-29  Jordi Mas i Hernandez <jordi@ximian.com>
1696
1697         * SelectedDatesCollectionTest.cs: new unit test
1698         * CalendarDayTest.cs: new unit test
1699         * CalendarTest.cs: more tests for calendar control
1700
1701 2005-07-28  Jackson Harper  <jackson@ximian.com>
1702
1703         * EditCommandColumnTest.cs: Make the DataGridTest nested so my
1704         top secret DataGrid tests will still compile.
1705
1706 2005-07-27  Peter Dennis Bartok  <pbartok@novell.com> 
1707
1708         * EditCommandColumnTest.cs: Added tests; marked some as NotWorking
1709           until PagedDataSource is not throwing NotImpl
1710
1711 2005-07-27  Peter Dennis Bartok  <pbartok@novell.com> 
1712
1713         * CustomValidatorTest.cs: Added tests
1714
1715 2005-07-27  Peter Dennis Bartok  <pbartok@novell.com>
1716
1717         * DataGridPagerStyleTest.cs: Added tests
1718
1719 2005-07-26  Peter Dennis Bartok  <pbartok@novell.com>
1720
1721         * DataGridItemTest.cs: Added tests
1722
1723 2005-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
1724
1725         * DataGridItemCollectionTest.cs: Added tests
1726
1727 2005-07-26  Ben Maurer  <bmaurer@ximian.com>
1728
1729         * RepeatInfoTest.cs: Remove tests that are contained below
1730
1731         * RepeatInfoTest.auto.cs: Generated tests.
1732
1733         * RepeatInfoTest.gen.cs: A test generator for repeatinfo
1734
1735 2005-07-25  Peter Dennis Bartok  <pbartok@novell.com> 
1736
1737         * StyleTest.cs: Refined tests
1738
1739 2005-07-25  Jackson Harper  <jackson@ximian.com>
1740
1741         * DataGridTest.cs: More tests for the pager.
1742
1743 2005-07-22  Jackson Harper  <jackson@ximian.com>
1744
1745         * DataGridTest.cs: Basic test for InitializePager.
1746
1747 2005-07-22  Sebastien Pouliot  <sebastien@ximian.com> 
1748
1749         * HyperLinkTest.cs: New. (very basic) unit tests for HyperLink.
1750
1751 2005-07-21  Jackson Harper  <jackson@ximian.com>
1752
1753         * DataGridTest.cs: Test the order the events are invoked in when
1754         creating the control hierarchy.
1755
1756 2005-07-21  Sebastien Pouliot  <sebastien@ximian.com> 
1757
1758         * BaseDataList.cs: Replace IList test with IEnumerable test.
1759         * RepeatInfoTest.cs: Ignore the test about the baseControl / NRE.
1760         * TableCellTest.cs: Added tests for AddParsedSubObject versus the Text
1761         property (and LiteralControl).
1762
1763 2005-07-21  Peter Dennis Bartok  <pbartok@novell.com> 
1764
1765         * CustomValidatorTest.cs: Added
1766
1767 2005-07-21  Peter Dennis Bartok  <pbartok@novell.com> 
1768
1769         * RangeValidatorTest.cs: More test cases
1770
1771 2005-07-21  Sebastien Pouliot  <sebastien@ximian.com>  
1772  
1773         * RepeatInfoTest.cs: Added test for RepeatColumn is 0.
1774         * TableRowTest.cs: Added style rendering tests (for my sanity).
1775
1776 2005-07-21  Jackson Harper  <jackson@ximian.com>
1777
1778         * PagedDataSourceTest.cs: Test to see what happens when we get a
1779         non ITypedList.
1780
1781 2005-07-21  Duncan Mak  <duncan@novell.com>
1782
1783         * HyperLinkColumnTest.cs: Added new test for HyperLinkColumn.
1784
1785 2005-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
1786
1787         * DropDownListTest.cs: Added [ExpectedException] for double select
1788           test
1789
1790 2005-07-20  Ben Maurer  <bmaurer@ximian.com>
1791
1792         * DropDownListTest.cs (InitialSelectionMade): Add a test for a
1793         regression that seems to be caused by some change to
1794         ListItemCollection. Add this file to sources as all tests other
1795         than this pass using the old impl of ddl except for this, which is
1796         a regression.
1797
1798 2005-07-20  Sebastien Pouliot  <sebastien@ximian.com> 
1799  
1800         * RepeatInfoTest.cs: More unit tests for arguments checks, default 
1801         values, baseControl (not figured out yet) and OuterTableImplied.
1802
1803 2005-07-20  Jackson Harper  <jackson@ximian.com>
1804 2005-07-20  Jackson Harper  <jackson@ximian.com>
1805
1806         * DataGridTest.cs: Make sure we get back a proper columns
1807         collection.
1808
1809 2005-07-20  Jackson Harper  <jackson@ximian.com>
1810
1811         * DataGridTest.cs: The columns collection cached from the
1812         CreateColumnSet is stored in the view state.
1813
1814 2005-07-20  Sebastien Pouliot  <sebastien@ximian.com> 
1815  
1816         * BaseDataListTest.cs: Added more tests ported from DataGridTest.
1817         * DataListTest.cs: Added more tests ported from DataGridTest.
1818
1819 2005-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
1820
1821         * ValidationSummaryTest.cs: Added rendering tests
1822
1823 2005-07-20  Jackson Harper  <jackson@ximian.com>
1824
1825         * DataGridTest.cs: Test generating column names with/without
1826         enabling useDataSource.
1827
1828 2005-07-20  Sebastien Pouliot  <sebastien@ximian.com> 
1829  
1830         * DataListTest.cs: Add viewstate test.
1831
1832 2005-07-20  Jackson Harper  <jackson@ximian.com>
1833
1834         * DataGridTest.cs: Check the properties of newly created
1835         BoundColumns.
1836
1837 2005-07-20  Sebastien Pouliot  <sebastien@ximian.com> 
1838  
1839         * BaseDataListTest.cs: Add render tests (all empty).
1840         * DataListTest.cs: Added Controls vs Items test.
1841         * WebControlTest.cs: Added new (passing) tests.
1842
1843 2005-07-19  Jackson Harper  <jackson@ximian.com>
1844
1845         * PagedDataSource.cs: New unit test for GetItemProperties.
1846
1847 2005-07-19  Jackson Harper  <jackson@ximian.com>
1848
1849         * DataGridTest.cs: New tests for creating column sets.
1850
1851 2005-07-19  Sebastien Pouliot  <sebastien@ximian.com> 
1852  
1853         * DataListTest.cs: Add more tests for IRepeatInfoUser.
1854         * RepeatInfoTest.cs: New. Unit test for RepeatInfo (not exactly what
1855         I had expected...).
1856
1857 2005-07-19  Jackson Harper  <jackson@ximian.com>
1858
1859         * CheckBoxListTest.cs: New tests for FindControl.
1860
1861 2005-07-19  Jackson Harper  <jackson@ximian.com>
1862
1863         * DataGridTest.cs: New test for viewstate saving.
1864
1865 2005-07-19  Chris Toshok  <toshok@ximian.com>
1866
1867         * BaseValidatorTest.cs: use the right call (SetValidationTextBox)
1868         in ValidatorTest.
1869
1870 2005-07-19  Peter Dennis Bartok  <pbartok@novell.com> 
1871
1872         * DropDownListTest.cs: Testcases added
1873         * RangeValidatorTest.cs: Added
1874         * ValidatedControlConverterTest.cs: Added
1875         * ValidationSummaryTest.cs: Added
1876
1877 2005-07-19  Chris Toshok  <toshok@ximian.com>
1878
1879         * BaseCompareValidatorTest.cs: add date tests.
1880
1881 2005-07-19  Jackson Harper  <jackson@ximian.com>
1882
1883         * DataGridTest.cs: Bubble tests for Page command. Tests for bad
1884         Page command bubble event args.
1885
1886 2005-07-19  Jackson Harper  <jackson@ximian.com>
1887
1888         * DataGridTest.cs: Select can also be bubbled.
1889
1890 2005-07-19  Jackson Harper  <jackson@ximian.com>
1891
1892         * DataGridTest.cs: Tests for the BubbleEvent.
1893
1894 2005-07-19  Jackson Harper  <jackson@ximian.com>
1895
1896         * DataGridTest.cs: New tests. Just does properties and events for
1897         the most part.
1898
1899 2005-07-18  Chris Toshok  <toshok@ximian.com>
1900
1901         * BaseCompareValidatorTest.cs: note the lack of Date tests, and
1902         add null tests.
1903
1904 2005-07-18  Chris Toshok  <toshok@ximian.com>
1905
1906         * BaseCompareValidatorTest.cs: new tests.
1907
1908 2005-07-19  Ben Maurer  <bmaurer@ximian.com>
1909
1910         * UnitConverterTest.cs: New tests
1911
1912 2005-07-18  Chris Toshok  <toshok@ximian.com>
1913
1914         * CompareValidatorTest.cs (CompareValidator_ValueToCompareTest,
1915         CompareValidator_ControlToCompareTest): new methods.
1916
1917         * ValidatorTest.cs: add AddTextBox method.
1918
1919 2005-07-18  Chris Toshok  <toshok@ximian.com>
1920
1921         * RegularExpressionValidatorTest.cs: add a simple validation test.
1922
1923         * ValidatorTest.cs: add a base class for validator tests, that
1924         enables a little scaffolding for faking out the test.
1925
1926 2005-07-18  Chris Toshok  <toshok@ximian.com>
1927
1928         * CompareValidatorTest.cs: new tests.
1929
1930 2005-07-18  Chris Toshok  <toshok@ximian.com>
1931
1932         * RegularExpressionValidatorTest.cs: new test.
1933
1934 2005-07-18  Sebastien Pouliot  <sebastien@ximian.com>
1935
1936         * DataListTest.cs: Fix tests for 1.1 which keeps more stuff into it's
1937         ViewState.
1938
1939 2005-07-15  Peter Dennis Bartok  <pbartok@novell.com> 
1940
1941         * DropDownListTest.cs: Testcases added
1942
1943 2005-07-15  Jackson Harper  <jackson@ximian.com>
1944
1945         * CheckBoxListTest.cs: New tests for FindControl.
1946
1947 2005-07-15  Jackson Harper  <jackson@ximian.com>
1948
1949         * WebControlTest.cs: New test to make sure NamingContainers are
1950         honoured when rendering client ids.
1951
1952 2005-07-15  Jackson Harper  <jackson@ximian.com>
1953
1954         * CheckBoxListTest.cs: More tests for the IRepeatInfoUser stuff
1955         and for rendering.
1956
1957 2005-07-15  Sebastien Pouliot  <sebastien@ximian.com>
1958
1959         * BaseDataListTest.cs: New. Unit tests for abstract BaseDataList.
1960         * DataKeyCollectionTest.cs: New. Unit tests for DataKeyCollection.
1961         * DataListItemCollectionTest.cs: New. Unit tests for 
1962         DataListItemCollection.
1963         * DataListItemTest.cs: New. Unit tests for DataListItem (incomplete).
1964         * DataListTest.cs: New. Unit tests for DataList (incomplete).
1965
1966 2005-07-14  Jackson Harper  <jackson@ximian.com>
1967
1968         * CheckBoxListTest.cs: Rendering tests.
1969
1970 2005-07-14  Jackson Harper  <jackson@ximian.com>
1971
1972         * CheckBoxListTest.cs: Fix the exception types thrown for bad
1973         enums. Mark as NotWorking as this doesn't work with the old
1974         CheckBoxList class anymore.
1975
1976 2005-07-14  Jackson Harper  <jackson@ximian.com>
1977
1978         * CheckBoxListTest.cs: Add some rendering tests. These aren't
1979         fully working yet so they are in the NotWorking category.
1980
1981 2005-07-14  Jackson Harper  <jackson@ximian.com>
1982
1983         * CheckBoxListTest.cs: This has the potential to be a beautiful
1984         test.
1985
1986 2005-07-14  Peter Dennis Bartok  <pbartok@novell.com> 
1987
1988         * WebColorConverter.cs: Testcases added
1989
1990 2005-07-14  Jackson Harper  <jackson@ximian.com>
1991
1992         * ListControlTest.cs: New test for the viewstate and item
1993         selection.
1994
1995 2005-07-14  Dick Porter  <dick@ximian.com>
1996
1997         * CheckBoxTest.cs: Added enum checks
1998
1999 2005-07-14  Peter Dennis Bartok  <pbartok@novell.com> 
2000
2001         * TargetConverterTest.cs: Testcases added
2002
2003 2005-07-14  Duncan Mak  <duncan@novell.com>
2004
2005         * PagedDataSourceTest.cs: Added testcases.
2006         (PageCountTest, CountTest, IsLastPageTest): Needs more work.
2007
2008 2005-07-13  Peter Dennis Bartok  <pbartok@novell.com> 
2009
2010         * FontNamesConverterTest.cs: Testcases added
2011
2012 2005-07-13  Peter Dennis Bartok  <pbartok@novell.com>
2013
2014         * ListItemCollectionTest.cs: Added
2015         * ListBoxTest.cs: Marked test as not working since it dependes on
2016           ListControl making a call to an obsolete internal method
2017
2018 2005-07-13  Jackson Harper  <jackson@ximian.com>
2019
2020         * ListControlTest.cs: New tests for the ListControl.
2021
2022 2005-07-13  Jackson Harper  <jackson@ximian.com>
2023
2024         * ListBoxTest.cs: Exception is thrown (by ListControl). Dont run
2025         the BadBorderStyle test as this fails in ListControls.
2026
2027 2005-07-13  Sebastien Pouliot  <sebastien@ximian.com>
2028
2029         * ImageTest.cs: Added tests for DescriptionUrl in 1.1 profile as this
2030         property was added in Fx 1.1 SP1.
2031         * StyleTest.cs: Added more tests for CopyFrom to test it's behavior,
2032         e.g. it doesn't reset itself nor remove it's properties if they're
2033         not part of the copied Style instance.
2034         * TableTest.cs: Adjusted values so we're not testing a 100% match with
2035         MS lines/indentations.
2036         * TableRowTest.cs: Use Ben's trick on StreamWriter (\r\n). Adjusted
2037         values so we're not testing a 100% match with MS lines/indentations.
2038         * WebControlTest.cs: Added tests to remove attributes and style before
2039         rendering. Empty style properties shouldn't be rendered.
2040
2041 2005-07-13  Dick Porter  <dick@ximian.com>
2042
2043         * CheckBoxTest.cs: Added tests for CheckBox - currently all
2044         passing on mono and ms runtimes.
2045
2046 2005-07-12  Sebastien Pouliot  <sebastien@ximian.com> 
2047  
2048         * WebControlTest.cs: Added another test for RenderBeginTag, this time
2049         using an attribute (renamed old test as it was for style attributes).
2050
2051 2005-07-12  Peter Dennis Bartok  <pbartok@novell.com>
2052
2053         * WebControlTest.cs: Added test for loading/saving of state. Switched
2054           to use Sebastiens GetWriter method
2055
2056 2005-07-12  Jackson Harper  <jackson@ximian.com>
2057
2058         * ListBoxTest.cs: Some simple tests for the ListBox control.
2059         
2060 2005-07-12  Sebastien Pouliot  <sebastien@ximian.com> 
2061  
2062         * TableTest.cs: Use Ben's trick on StreamWriter.
2063         * WebControlTest.cs: Added tests for RenderBeginTag.
2064
2065 2005-07-12  Sebastien Pouliot  <sebastien@ximian.com>
2066
2067         * TableCellTest.cs: New. Unit tests for TableCell.
2068         * TableItemStyleTest.cs: New. Unit tests for TableItemStyle.
2069         * TableHeaderCellTest.cs: New. Unit tests for TableHeaderCell.
2070         * TableRowTest.cs: New. Unit tests for TableRow.
2071         * TableStyleTest.cs: New. Unit tests for TableStyle.
2072         * TableTest.cs: New. Unit tests for Table.
2073
2074 2005-07-12  Miguel de Icaza  <miguel@novell.com>
2075
2076         * UnitTest.cs: Update test suite.
2077
2078 2005-07-12  Jordi Mas i Hernandez <jordi@ximian.com>
2079
2080         * ButtonTest.cs: add Default constructors tests
2081         * ImageButtonTest.cs: Adds ImageButtonTest 
2082
2083 2005-07-11  Peter Dennis Bartok  <pbartok@novell.com>
2084
2085         * WebControlTest.cs: Added test.
2086
2087 2005-07-11  Sebastien Pouliot  <sebastien@ximian.com> 
2088  
2089         * FontUnitTest.cs: Added more tests when looking for another bug...
2090         * StyleTest.cs: Added some unit tests for a null ctor and checks for
2091         emptyness.
2092
2093 2005-07-11  Jordi Mas i Hernandez <jordi@ximian.com>
2094
2095         * ButtonTest.cs: New unit test for Button
2096
2097 2005-07-08  Sebastien Pouliot  <sebastien@ximian.com>
2098
2099         * ImageTest.cs: New. Unit tests for Image.
2100
2101 2005-07-08  Jackson Harper  <jackson@ximian.com>
2102
2103         * LiteralTest.cs: new test.
2104         * MonthCalendarEventArgsTest.cs: new test.
2105
2106 2005-07-08  Jackson Harper  <jackson@ximian.com>
2107
2108         * AdCreatedEventArgsTest.cs: Added test.
2109
2110 2005-07-07  Miguel de Icaza  <miguel@novell.com>
2111
2112         * XmlTest.cs: Added test.  
2113
2114 2005-07-07  Peter Dennis Bartok  <pbartok@novell.com>
2115
2116         * StyleTest.cs: Added test.
2117
2118 2005-07-07  Miguel de Icaza  <miguel@novell.com>
2119
2120         * LabelTest.cs: Add test.
2121
2122 2005-07-07  Ben Maurer  <bmaurer@ximian.com>
2123
2124         * FontUnitTest.cs: Make it run on msft
2125
2126 2005-07-06  Miguel de Icaza  <miguel@novell.com>
2127
2128         * FontUnitTest.cs: New unit tests.
2129
2130         * UnitTest.cs: Add support for different cultures and the Decimal
2131         separator,
2132         
2133         * UnitTest.cs: Add tests for null and "" arguments to Parse and
2134         Unit(string) which produce IsEmpty units. 
2135
2136         * UnitTest.cs: Fresh file with tests.
2137
2138 2004-10-08  Sanjay Gupta <gsanjay@novell.com>
2139
2140         * TestControlIDConverter.cs: Added new test file for ControlIDConverter.
2141