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