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