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