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