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