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