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