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