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