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