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