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