* WizardStepBaseTest.cs, MasterPageTest.cs, MenuTest.cs, GridViewTest.cs: removed...
[mono.git] / mcs / class / System.Web / Test / System.Web.UI.WebControls / ChangeLog
1 2006-07-31 Vladimir Krasnov <vladimirk@mainsoft.com>
2         
3         * WizardStepBaseTest.cs:
4         * MasterPageTest.cs
5         * MenuTest.cs
6         * GridViewTest.cs: removed NotWorking attributes
7
8 2006-07-30 Andrew Skiba <andrews@mainsoft.com>
9
10         * FormViewTest.cs: fix few tests.
11
12 2006-07-30 Vladimir Krasnov <vladimirk@mainsoft.com>
13
14         * WizardTest.cs: fixed test, removed NotWorking attributes
15
16 2006-07-27 Andrew Skiba <andrews@mainsoft.com>
17
18         * FormViewTest.cs: fix few tests.
19
20 2006-07-27 Andrew Skiba <andrews@mainsoft.com>
21
22         * DetailsViewTest.cs: fix tests.
23
24 2006-07-26 Vladimir Krasnov <vladimirk@mainsoft.com>
25
26         * XmlDataSourceTest.cs: fixed aspx based tests
27
28 2006-07-26 Andrew Skiba <andrews@mainsoft.com>
29
30         * FormViewTest.cs: visual studio ifdef.
31
32 2006-07-26 Andrew Skiba <andrews@mainsoft.com>
33
34         * DetailsViewRowTest.cs: fix the test (incomplete).
35
36 2006-07-26 Andrew Skiba <andrews@mainsoft.com>
37
38         * DetailsViewTest.cs: fix few tests.
39
40 2006-07-26 Yoni Klain <yonik@mainsoft.com>
41
42         * XmlDataSourceTest.cs: Add new tests.
43
44 2006-07-25 Vladimir Krasnov <vladimirk@mainsoft.com>
45
46         * MultiViewTest.cs: added test
47
48 2006-07-25 Vladimir Krasnov <vladimirk@mainsoft.com>
49
50         * GridViewTest.cs:
51         * ViewTest.cs:
52         * WizardStepBaseTest.cs:
53         * WizardTest.cs: fixed tests
54
55 2006-07-25 Merav Sudri <meravs@mainsoft.com>
56
57         * FormViewTest.cs: Add three postback tests.
58
59 2006-07-24 Andrew Skiba <andrews@mainsoft.com>
60
61         * DetailsViewTest.cs: split a test in two, working and not working.
62
63 2006-07-23 Andrew Skiba <andrews@mainsoft.com>
64
65         * DetailsViewTest.cs: fix the test.
66
67 2006-07-20 Andrew Skiba <andrews@mainsoft.com>
68
69         * DetailsViewTest.cs: more precise lifetime flow check.
70
71 2006-07-20 Andrew Skiba <andrews@mainsoft.com>
72
73         * DetailsViewTest.cs: add EnsureChildControls basic test.
74
75 2006-07-20 Andrew Skiba <andrews@mainsoft.com>
76
77         * DetailsViewTest.cs: add a new assert
78
79 2006-07-20 Vladimir Krasnov <vladimirk@mainsoft.com>
80
81         * PagerSettingsTest.cs: fixed PropertyChanged test
82
83 2006-07-19 Andrew Skiba <andrews@mainsoft.com>
84
85         * DetailsViewTest.cs: #if VISUAL_STUDIO
86
87 2006-07-20 Yoni Klain <yonik@mainsoft.com>
88
89         * GridViewTest.cs: added new tests
90
91 2006-07-19 Andrew Skiba <andrews@mainsoft.com>
92
93         * DetailsViewTest.cs: #if NET_2_0
94         * TableStyleTest.cs: Category ("NotWorking")
95         
96 2006-07-19 Andrew Skiba <andrews@mainsoft.com>
97
98         * TableStyleTest.cs: add a test for BackImageUrl rendering
99
100 2006-07-19 Merav Sudri <meravs@mainsoft.com>
101
102         * DetailsViewRowTest.cs: added new test
103         * DetailsViewRowCollectionTest.cs: added new test
104         * FormViewRowTest.cs: added new test
105         * FormViewTest.cs: added new test
106
107 2006-07-19 Merav Sudri <meravs@mainsoft.com>
108
109         * DetailsViewTest.cs: added new test
110
111 2006-07-18 Vladimir Krasnov <vladimirk@mainsoft.com>
112
113         * GridViewTest.cs: removed NotWorking attributes, added tests
114
115 2006-07-17 Yoni Klain <yonik@mainsoft.com>
116
117         * SiteMapPathTest.cs: added new test
118
119 2006-07-17 Andrew Skiba <andrews@mainsoft.com>
120
121         * CommandFieldTest.cs: added positive flow test for
122         ValidateSupportsCallback
123
124 2006-07-17 Andrew Skiba <andrews@mainsoft.com>
125
126         * WebControlTest.cs: added tests for display style
127         
128 2006-07-17 Vladimir Krasnov <vladimirk@mainsoft.com>
129
130         * GridViewTest.cs: added new test
131
132 2006-07-16 Vladimir Krasnov <vladimirk@mainsoft.com>
133
134         * BoundFieldTest.cs: added new test
135
136 2006-07-16 Andrew Skiba <andrews@mainsoft.com>
137
138         * SiteMapPathTest.cs: fix expected results for dotnet in 3 tests;
139         add 2 new asserts for InitializeItem
140
141 2006-07-16 Vladimir Krasnov <vladimirk@mainsoft.com>
142
143         * BulletedListTest.cs: removed NotWorking attributes
144
145 2006-07-16 Yoni Klain <yonik@mainsoft.com>
146
147         * added WizardStepBaseTest.cs; WizardStepTest.cs; WizardStepCollectionTest.cs
148         
149 2006-07-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
150
151         * DataListTest.cs: new test for templated items. Patch by Jaros?aw
152         Pawlak.
153
154 2006-07-12 Yoni Klain <yonik@mainsoft.com>
155
156         * WizardTest.cs added new tests;
157         * SiteMapPathTest.cs removed remarks
158
159 2006-07-11 Vladimir Krasnov <vladimirk@mainsoft.com>
160         
161         * GridViewTest.cs: added GridView_RenderingCheckBoxField2
162         for testing of autogenerated checkbox column
163
164 2006-07-11 Yoni Klain <yonik@mainsoft.com>
165
166         * ImageFieldTest.cs added new tests;
167
168 2006-07-10 Andrew Skiba <andrews@mainsoft.com>
169
170         * SiteMapPathTest.cs: fix expected results for IE user-agent
171
172 >>>>>>> .r62654
173 2006-07-09 Yoni Klain <yonik@mainsoft.com>
174
175         * MenuTest.cs changes on postback;
176
177 2006-07-09 Yoni Klain <yonik@mainsoft.com>
178
179         * ContentTest.cs changes on event test;
180
181 2006-07-07 Yoni Klain <yonik@mainsoft.com>
182
183         * added PagerSettingsTest.cs;GridViewRowCollectionTest.cs;
184         ContentTest.cs;GridViewRowTest.cs
185
186 2006-07-07 Yoni Klain <yonik@mainsoft.com>
187
188         * GridViewTest.cs, MenuTest.cs added PostBack tests
189
190 2006-07-05 Vladimir Krasnov <vladimirk@mainsoft.com>
191         
192         * added CreateUserWizardTest.cs
193
194 2006-07-03 Vladimir Krasnov <vladimirk@mainsoft.com>
195
196         * BoundFieldTest.cs, ButtonFieldTest.cs, DataControlFieldTest.cs
197         HyperLinkFieldTest.cs, ImageFieldTest.cs: removed NotWorking
198         attribute from Initialize test case
199
200 2006-06-28 Juraj Skripsky <js@hotfeet.ch>
201
202         * RegularExpressionValidatorTest.cs: check for automatic wrapping of
203         expression with "^...$".
204
205 2006-06-28 Vladimir Krasnov <vladimirk@mainsoft.com>
206
207         * Added WizardTest.cs: Wizard control basic tests
208
209 2006-06-25 Yoni Klain <yonik@mainsoft.com>
210
211         * GridViewTest.cs;
212         * AutoGeneratedFieldTest.cs;BoundFieldTest.cs;DataControlFieldTest.cs;
213         * DataControlFieldCollectionTest.cs;DataKeyArrayTest.cs;
214         * DataKeyTest.cs;ButtonFieldBaseTest.cs;HyperLinkFieldTest.cs;
215         * CommandFieldTest.cs;CheckBoxFieldTest.cs;TemplateFieldTest.cs
216         * GridView test and GridView subclasses tests. 
217
218 2006-06-25      Konstantin Triger <kostat@mainsoft.com>
219
220         * FormViewTest.cs: test for PageIndex bounds.
221
222 2006-06-21 Andrew Skiba <andrews@mainsoft.com>
223
224         * ThemeTest.cs, SiteMapPathTest.cs, FormViewTest.cs, MenuTest.cs,
225          MasterPageTest.cs: NunitWeb refactoring
226
227 2006-06-21 Andrew Skiba <andrews@mainsoft.com>
228
229         * FileUploadTest.cs: add new tests for FileUpload control
230
231 2006-06-20 Andrew Skiba <andrews@mainsoft.com>
232
233         * ThemeTest.cs: add new test for UrlPropertyAttribute
234
235 2006-06-20 Andrew Skiba <andrews@mainsoft.com>
236
237         * FormViewTest.cs: add new test for CssClass attribute
238
239 2006-06-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
240
241         * RepeaterItemCollectionTest.cs: New file.
242
243 2006-06-14 Andrew Skiba <andrews@mainsoft.com>
244
245         * MenuTest.cs: add test for CssClass attribute
246
247 2006-06-13 Juraj Skripsky <js@hotfeet.ch>
248
249         * CalendarTest.cs (SelectDateProperty): Make sure SelectedDate is
250         automatically "rounded" to the same date with time set to 12:00am.
251
252 2006-05-28 Andrew Skiba <andrews@mainsoft.com>
253
254         * ThemeTest.cs, MenuTest.cs, MasterPageTest.cs: rename methods to make
255         nunit quiet
256
257 2006-05-21 Yoni Klain <yonik@mainsoft.com>
258
259         * ThemeTest.cs  -  Add new test
260
261 2006-05-21 Yoni Klain <yonik@mainsoft.com>
262
263         * MasterPageTest.cs  -  add attributes for NotWorking tests
264         * MenuTest.cs - sleep time changed
265
266 2006-05-21 Yoni Klain <yonik@mainsoft.com>
267
268         * Added MasterPageTest.cs
269
270 2006-05-21 Yoni Klain <yonik@mainsoft.com>
271
272         * MenuTest.cs, SiteMapPathTest.cs ,BulletedListTest.cs -  add attributes for NotWorking tests 
273           
274 2006-05-21 Yoni Klain <yonik@mainsoft.com>
275
276         * Added ContentTest.cs
277
278 2006-05-17 Andrew Skiba <andrews@mainsoft.com>
279
280         * MenuTest.cs, SiteMapPathTest.cs: multiple changes, now passes on 
281         dotnet with mono makefile
282
283 2006-05-14 Yoni Klain <yonik@mainsoft.com>
284
285         * Added MenuTest.cs
286
287 2006-05-14 Yoni Klain <yonik@mainsoft.com>
288
289         * Added SiteMapPathTest.cs 
290
291 2006-04-30 Yoni Klain <yonik@mainsoft.com>
292
293         * Added SiteMapDataSourceTest.cs 
294
295 2006-04-23 Tal Klahr <talk@mainsoft.com>
296
297         * Added ViewTest.cs and MultiViewTest.cs
298
299 2006-04-25      Konstantin Triger <kostat@mainsoft.com>
300
301         * FormViewTest.cs: added test for PageCount.
302
303 2006-04-20      Konstantin Triger <kostat@mainsoft.com>
304
305         * FormViewTest.cs: added test for PageIndex.
306
307 2006-04-06      Konstantin Triger <kostat@mainsoft.com>
308
309         * DataListTest.cs: added test for DataSourceID.
310
311 2006-04-06      Konstantin Triger <kostat@mainsoft.com>
312
313         * LoginTest.cs: Added LayoutTemplate property Test.
314         * LoginViewTest.cs: Added AnonymousTemplate property Test.
315
316 2006-03-28  Alexandre Miguel Pedro Gomes  <alexmipego@gmail.com>
317  
318         * FontInfoTest.cs: Implemented ShouldSerializeNames tests
319
320 2006-03-06  Vladimir Krasnov  <vladimirk@mainsoft.com>
321
322         * CalendarTest.cs: refactoring, inline delegates replaced with
323         regular ones.
324         * LinkButtonTest.cs: same
325
326 2006-03-03  Vladimir Krasnov  <vladimirk@mainsoft.com>
327
328         * PagedDataSourceTest.cs: added TARGET_JVM part to exclude
329         not working tests.
330         * WebControlTest.cs: same
331
332 2006-02-21  Chris Toshok  <toshok@ximian.com>
333
334         * SqlDataSourceTest.cs, SqlDataSourceViewTest.cs,
335         AccessDataSourceTest.cs: new tests.
336
337 2005-12-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
338
339         * DropDownListTest.cs: test for html-encoding of the text.
340
341 2005-11-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
342
343         * RadioButtonTest.cs: more tests for the 'name' attribute.
344
345 2005-10-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
346
347         * LiteralTest.cs: Literal allows LiteralControl.
348
349 2005-10-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
350
351         * ListBoxTest.cs: a few more tests for ListBox and selection.
352
353 2005-10-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
354
355         * ListControlTest.cs: 3 more tests for ListControl.
356
357 2005-10-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
358
359         * CustomValidatorTest.cs: an empty control name is valid.
360
361 2005-10-17  Sebastien Pouliot  <sebastien@ximian.com> 
362
363         * RequiredFieldValidatorCas.cs: New. CAS unit for 
364         RequiredFieldValidator.
365
366 2005-10-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
367
368         * DataListTest.cs: added some style and IRepeatInfoUser tests.
369
370 2005-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
371
372         * ListBoxTest.cs: the name is the UniqueID, not the ClientID.
373         * WebControlTest.cs: Attributes statebag is case insensitive.
374
375 2005-10-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
376
377         * ImageButtonTest.cs: test that 'name' attribute is rendered.
378
379 2005-10-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
380
381         * DataGridTest.cs: Test for ButtonColumn with DataTextField.
382
383 2005-10-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
384
385         * DataGridTest.cs: new test for the style of the linkbutton in the
386         headers when sorting is enabled. Also test that the Items property
387         contains the DataGridItems.
388
389 2005-09-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
390
391         * TableCellTest.cs: the "Text" viewstate value does not control whether
392         we render the children or not.
393
394         * EditCommandColumnTest.cs: some tests do not pass on MS rutime for me,
395         so I've made them NotDotNet and fixed all the problems. Also added tests
396         to ensure that the TextBox's form the BoundColumns are present in the
397         hierarchy, as before we did nothing there.
398         
399         * ButtonTest.cs: test to show that a Button's children are not rendered.
400
401 2005-09-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
402
403         * PagedDataSourceTest.cs: more tests.
404
405 2005-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
406
407         * PagedDataSourceTest.cs: more tests.
408
409 2005-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
410
411         * CalendarTest.cs: added test to check for ID and base attributes being
412         copied from the calendar into the table.
413
414 2005-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
415
416         * PagedDataSourceTest.cs: nullref is throw on null DataSource.
417
418 2005-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
419
420         * DataGridTest.cs: fixed a test and added a commented out one that works
421         fine in mono but throws nullref with MS.
422
423 2005-09-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
424
425         * DataGridTest.cs: more tests that add a TemplateColumn.
426
427 2005-09-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
428
429         * EditCommandColumnTest.cs: added a test here for datagrid, as this was
430         the file whose test failed because the id of the datagrid generated
431         table.
432
433 2005-09-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
434
435         * FontUnitCas.cs: method name change in FontUnitTest.
436         * FontUnitTest.cs: splitted tests, enabled the "NotWorking" ones and
437         added tests for FontSize names beginning with x and containing a dash.
438
439 2005-09-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
440
441         * ListControlTest.cs: new tests for SelectedValue, SelectedIndex and
442         DataBinding.
443
444 2005-09-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
445
446         * DataGridTest.cs:
447         * DataListTest.cs: OnItemCommand is raised always in OnBubbleEvent.
448
449 2005-09-23  Sebastien Pouliot  <sebastien@ximian.com>
450
451         * LoginTest.cs: Make OnBubbleEvent_Authenticated_OnAuthenticate test 
452         case "work" on both MS and Mono.
453         * UnitTest.cs: IncorrectConstructor9 was fixed (in 2.0 RC) to throw
454         the FormatException (just like earlier fx did).
455
456 2005-09-23  Sebastien Pouliot  <sebastien@ximian.com> 
457  
458         * LabelCas.cs, LinkButtonCas.cs, ListBoxCas.cs, ListControlCas.cs,
459         ListItemCas.cs, ListItemCollectionCas.cs, LiteralCas.cs, LoginCas.cs,
460         LoginNameCas.cs, LoginStatusCas.cs, MonthChangedEventArgsCas.cs,
461         PagedDataSourceCas.cs, PanelCas.cs, RadioButtonCas.cs, 
462         RadioButtonListCas.cs, RangeValidatorCas.cs, 
463         RegularExpressionValidatorCas.cs, RepeaterCas.cs, RepeatInfoCas.cs,
464         RoleGroupCas.cs, RoleGroupCollectionCas.cs, 
465         SelectedDatesCollectionCas.cs, StyleCas.cs, TableCas.cs, 
466         TableCellCas.cs, TableFooterRowCas.cs, TableHeaderCellCas.cs,
467         TableHeaderRowCas.cs, TableItemStyleCas.cs, TableRowCas.cs,
468         TableSectionStyleCas.cs, TableStyleCas.cs, TargetConverterCas.cs,
469         TextBoxCas.cs, TreeViewCas.cs, UnitCas.cs, UnitConverterCas.cs,
470         ValidatedControlConverterCas.cs, ValidationSummaryCas.cs, 
471         WebColorConverterCas.cs, WebControlCas.cs, XmlCas.cs, 
472         XmlDataSourceCas.cs: New CAS unit tests - checks for LinkDemands and 
473         re-execute the "classic" unit tests under the most retricted security
474         permissions possible.
475
476 2005-09-23  Sebastien Pouliot  <sebastien@ximian.com>
477
478         * LinkButtonTest.cs: Fixed fixture name (Text -> Test).
479         * ListItemTest.cs: Fixed header.
480         * LoginTest.cs: Changed [Ignore] to [Category ("NotDotNet")] on 
481         OnBubbleEvent_Authenticated_OnAuthenticate () test case.
482         * PagedDataSourceTest.cs: Added missing [Test] to 
483         TestEnumerators_NoPaging test case.
484         * RadioButtonListTest.cs: Fixed header.
485         * RepeatInfoTest.cs: Add missing [Test] on DefaultValues test case.
486         * UnitConverterTest.cs: Fixed test cases (commited bu never executed)
487         before including it in the suite.
488         * ValidatorTest.cs: Fixed header.
489         * WebColorConverterTest.cs: Fixed header.
490
491 2005-09-21  Sebastien Pouliot  <sebastien@ximian.com>
492
493         * AdCreatedEventArgsCas.cs, BaseCompareValidatorCas.cs,
494         BaseDataBoundControlCas.cs, BaseDataListCas.cs, BaseValidatorCas.cs,
495         BoundColumnCas.cs, ButtonColumnCas.cs, CalandarCas.cs, 
496         CalendarDayCas.cs, CheckBoxCas.cs, CheckBoxListCas.cs, 
497         CompareValidatorCas.cs, CompositeControlCas.cs, CustomValidatorCas.cs,
498         DataBoundControlCas.cs, DataGridCas.cs, DataGridColumnCas.cs,
499         DataGridItemCas.cs, DataGridItemCollectionCas.cs, 
500         DataGridPagerStyleCas.cs, DataKeyCollectionCas.cs, DataListItemCas.cs,
501         DataListItemCollectionCas.cs, EditCommandColumnCas.cs, FontInfoCas.cs,
502         FontNamesConverterCas.cs, FontUnitCas.cs, FormViewCas.cs, 
503         HyperLinkCas.cs, HyperLinkColumnCas.cs, ImageButtonCas.cs, 
504         ImageCas.cs: New CAS unit tests - checks for LinkDemands and 
505         re-execute the "classic" unit tests under the most retricted security
506         permissions possible.
507
508 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
509
510         * DataGridTest.cs: added data binding tests.
511         * BaseDataListTest.cs: it's DataKeys (arraylist) what gets to the
512         viewstate, not the DataKeyCollection.
513
514 2005-09-20  Sebastien Pouliot  <sebastien@ximian.com>
515
516         * AdCreatedEventArgsTest.cs, BaseCompareValidatorTest.cs, 
517         CompositeControlTest.cs, DataListTest.cs, DropDownListTest.cs,
518         EditCommandColumnTest.cs, FontNamesConverterTest.cs, FormViewTest.cs,
519         ListControlTest.cs, MonthChangedEventArgsTest.cs, 
520         RadioButtonListTest.cs, StyleTest.cs, TableCellTest.cs, 
521         TextBoxTest.cs, TreeViewTest.cs, ValidatedControlConverterTest.cs:
522         Fixed tests results under 2.0 Release Candidate (for NET_2_0).
523
524 2005-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
525
526         * DataGridTest.cs: fix expected/actual order. Added test for HeaderText
527         and empty ArrayList.
528
529 2005-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
530
531         * TableCellTest.cs: TableCell does not get an automatic ID.
532
533 2005-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
534
535         * TableStyleTest.cs: added test to check that GridLines is correctly
536         restored in LoadViewState.
537
538 2005-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
539
540         * TableCellTest.cs: added new test cases for bug #76078.
541
542 2005-09-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
543
544         * ListItemTest.cs: tests for ListItem.
545         * RadioButtonListTest.cs: more test for load/raise.
546
547 2005-09-09  Chris Toshok  <toshok@ximian.com>
548
549         * StyleTest.cs (FontInfo_Empty): test to see if changes to
550         Style.Font cause changes in the style's empty status.
551
552 2005-09-07  Chris Toshok  <toshok@ximian.com>
553
554         * CalendarTest.cs (TestSelectedColorDefault): we need to split up
555         the color tests since they're rendered in different orders by
556         ms/us.
557
558 2005-09-07  Chris Toshok  <toshok@ximian.com>
559
560         * ListControlTest.cs: add tests for the ControlState.
561
562 2005-09-05  Chris Toshok  <toshok@ximian.com>
563
564         * FormViewTest.cs: new tests.
565
566 2005-09-05  Chris Toshok  <toshok@ximian.com>
567
568         * DataBoundControlTest.cs: new tests.
569
570         * BaseDataBoundControlTest.cs: new tests.
571
572 2005-09-01  Chris Toshok  <toshok@ximian.com>
573
574         * ListControlTest.cs (DefaultProperties): add tests for TagKey,
575         Text, and AppendDataBoundItems.
576         (ViewStateContents): add checks for Text and AppendDataBoundItems.
577
578 2005-09-01  Raja R Harinath  <rharinath@novell.com>
579
580         * CalendarTest.cs: Remove duplicate using-declarations.
581         * XmlDataSourceTest.cs: Protect with NET_2_0 guard.
582         * RepeaterTest.cs (Poker.GetSelectArguments): Likewise.
583         (Poker.DoCreateDataSourceSelectArguments): Likewise.
584         (Repeater_DefaultsSelectArguments): Likewise.
585
586 2005-08-31  Chris Toshok  <toshok@ximian.com>
587
588         * TreeViewTest.cs: beginnings of new tests.
589
590         * RepeaterTest.cs: same.
591
592         * XmlDataSourceTest.cs: same.
593
594 2005-08-27  Chris Toshok  <toshok@ximian.com>
595
596         * TextBoxTest.cs: add 2.0 test to show that validation properties
597         have no effect on downlevel rendering.
598
599 2005-08-26  Chris Toshok  <toshok@ximian.com>
600
601         * TextBoxTest.cs: add tests for the 2.0 validation properties, and
602         to make sure they're getting saved to the viewstate.
603
604 2005-08-26  Chris Toshok  <toshok@ximian.com>
605
606         * FontUnitTest.cs: Add tests for the two 2.0 constructors, and the
607         2.0 ToString(IFormatProvider) method.
608
609         * UnitTest.cs: Add tests for the 2.0 ToString(IFormatProvider)
610         method.
611
612 2005-08-26  Sebastien Pouliot  <sebastien@ximian.com> 
613
614         * TableStyleTest.cs: New test cases for 2.0.
615
616 2005-08-25  Sebastien Pouliot  <sebastien@ximian.com> 
617  
618         * CheckBoxListTest.cs: Use Ben's CleanHtmlTextWriter to compare 
619         rendered output. Re-ordered the expected value to match. Rendering 
620         tests now pass on Mono 1.x|2.0 profile and MS 1.x.
621         * DropDownListTest.cs: (Properties) we have the same 2.0 failure on
622         both Mono and MS runtime, maybe it's a feature ;-)
623
624 2005-08-25  Chris Toshok  <toshok@ximian.com>
625
626         * CalendarTest.cs: add viewstate tests for Caption/CaptionAlign
627         (2.0).
628
629 2005-08-25  Sebastien Pouliot  <sebastien@ximian.com>
630
631         * HyperLinkTest.cs: Fixed the expected output rendering for 2.0.
632
633 2005-08-25  Peter Dennis Bartok  <pbartok@novell.com>
634
635         * StyleTest.cs: Added tests for CssRegisteredStyle
636
637 2005-08-25  Sebastien Pouliot  <sebastien@ximian.com>
638
639         * StyleTest.cs: Added test for IsStyleEmpty(null).
640
641 2005-08-24  Chris Toshok  <toshok@ximian.com>
642
643         * ValidationSummaryTest.cs (ValidationSummary_ValidationGroup):
644         add tests for ValidationGroup, making sure it's stored in the
645         ViewState.
646
647 2005-08-24  Sebastien Pouliot  <sebastien@ximian.com>
648
649         * RoleGroupTest.cs: New (2.0). Unit tests for RoleGroup.
650         * RoleGroupCollectionTest.cs: New (2.0). Unit tests for 
651         RoleGroupCollection.
652
653 2005-08-23  Chris Toshok  <toshok@ximian.com>
654
655         * RepeatInfoTest.cs (RenderRepeater_BaseControl): the 2.0 ReatInfo
656         class does things a little differently.
657
658 2005-08-22  Chris Toshok  <toshok@ximian.com>
659
660         * ListControlTest.cs: #if NET_2_0 some of the asserts whose values
661         are different in 2.0.
662
663         * ValidationSummaryTest.cs: same.
664
665         * XmlTest.cs: same.
666
667         * ListBoxTest.cs: same.
668
669         * CheckBoxTest.cs: same.
670
671         * UnitTest.cs: same.
672
673         * TextBoxTest.cs: same.
674
675         * CustomValidatorTest.cs: same.
676
677         * DataGridTest.cs: same.
678
679         * BaseCompareValidatorTest.cs: remove ko-KR, since my laptop
680         presently can't find it, and we already have another ymd date
681         element order.
682
683 2005-08-22  Chris Toshok  <toshok@ximian.com>
684
685         * RepeatInfoTest.auto.cs: regenerate.
686
687         * RepeatInfoTest.auto.2.0.cs: generate using .Net 2.0.
688
689         * RepeatInfoTest.gen.cs: add wrapper #ifdefs for the 1.x/2.0 cases
690         - we need both.
691
692 2005-08-22  Chris Toshok  <toshok@ximian.com>
693
694         * BaseCompareValidatorTest.cs: fix the tests that change behavior
695         between 1.x and 2.0.
696
697 2005-08-22  Chris Toshok  <toshok@ximian.com>
698
699         * LinkButtonTest.cs: add validation group tests.
700
701 2005-08-22  Chris Toshok  <toshok@ximian.com>
702
703         * ImageButtonTest.cs: add NET_2_0 validation tests.
704
705 2005-08-22  Chris Toshok  <toshok@ximian.com>
706
707         * CheckBoxTest.cs: add NET_2_0 validation tests.
708
709 2005-08-22  Chris Toshok  <toshok@ximian.com>
710
711         * ButtonTest.cs (Button_DefaultValues): add NET_2_0 test for
712         ValidationGroup.
713         (Button_ViewState): same.
714
715 2005-08-22  Sebastien Pouliot  <sebastien@ximian.com>
716
717         * LoginNameTest.cs: New. Unit tests for LoginName control (2.0).
718         * LoginStatusTest.cs: New. Unit tests for LoginStatus control (2.0).
719
720 2005-08-19  Sebastien Pouliot  <sebastien@ximian.com>
721
722         * TableCellTest.cs: Add test cases for AssociatedHeaderCellID (2.0).
723
724 2005-08-18  Sebastien Pouliot  <sebastien@ximian.com>
725
726         * BaseDataListTest.cs: Added test cases for new properties, methods
727         and events defined in 2.0.
728         * LoginTest.cs: Added test cases for On* methods.
729
730 2005-08-17  Chris Toshok  <toshok@ximian.com>
731
732         * CompositeControlTest.cs: put it in the MonoTests. namespace so
733         it shows up in the right place in the nunit gui.
734         
735 2005-08-16  Sebastien Pouliot  <sebastien@ximian.com> 
736
737         * DataListTest.cs: Fixed ViewState test to work on both 1.x and 2.0.
738         Added tests for Load|SaveControlState (2.0). Added basic tests for
739          SelectedValue property (2.0).
740         * LoginTest.cs: Added test cases to check for null (removal) on all 
741         string properties, added checks for all enums properties. Also added
742         test case for SaveViewState.
743
744 2005-08-15  Sebastien Pouliot  <sebastien@ximian.com> 
745
746         * TableHeaderRowTest.cs: New. Reuse TableRowTest test cases to test
747         TableHeaderRow class (2.0).
748         * TableFooterRowTest.cs: New. Reuse TableRowTest test cases to test
749         TableFooterRow class (2.0).
750         * TableRowTest.cs: Added test cases for new (2.0) TableSection 
751         property. Reworked the tests to allow easier reuse of them by the
752         TableHeaderRow and TableFooterRow classes.
753
754 2005-08-14  Sebastien Pouliot  <sebastien@ximian.com> 
755
756         * LoginTest.cs: New. Unit tests to test default values for Login.
757         * TableHeaderCellTest.cs: Add tests for CategoryText and Scope 
758         properties (new in 2.0).
759         * TableSectionStyleTest.cs: New. Unit tests for TableSectionStyle.
760         Note that this new 2.0 class seems broken as it is not complete (MS).
761         
762 2005-08-12  Chris Toshok  <toshok@ximian.com>
763
764         * CompositeControlTest.cs: a couple of tests for CompositeControl.
765
766 2005-08-09  Sebastien Pouliot  <sebastien@ximian.com> 
767  
768         * BaseDataListTest.cs: Added tests for OnDataBinding.
769         * DataLitItemTest.cs: Added more useful tests for rendering items, 
770         including a test when two tables are present and extractRows is true.
771         Added tests for IDataItemContainer (2.0).
772
773 2005-08-08  Jackson Harper  <jackson@ximian.com>
774
775         * PagedDataSourceTest.cs: Tests for creating enumerators when
776         paging is not enabled.
777
778 2005-08-08  Sebastien Pouliot  <sebastien@ximian.com>
779
780         * HyperLinkTest.cs: Updated comments. Resolve doesn't work when doing
781         unit tests (probably because it requires a Page, or something else 
782         that can be used as the base url for the application).
783
784 2005-08-03  Peter Dennis Bartok  <pbartok@novell.com>
785
786         * EditCommandColumnTest.cs: Updated; InitializeCell() passes except
787           for the missing footer; InitializeCellEdit() has a problem with
788           the name given to the TextBox controls
789
790 2005-08-05  Jackson Harper  <jackson@ximian.com>
791
792         * PagedDataSourceTest.cs: Tests for PageCount.
793
794 2005-08-04  Ben Maurer  <bmaurer@ximian.com>
795
796         * CalendarTest.cs: Test based on an msdn example. Again, I (heart)
797         anonymous methods.
798
799 2005-08-04  Dick Porter  <dick@ximian.com>
800
801         * DataGridColumnTest.cs: Tests for DataGridColumn
802
803 2005-08-03  Ben Maurer  <bmaurer@ximian.com>
804
805         * RepeatInfoTest.cs: Test for copying from base control
806
807         * WebControlTest.cs: Issue I found while doing repeatinfo
808
809         * LabelTest.cs: New tests.
810
811         * PanelTest.cs: New tests
812
813 2005-08-03  Peter Dennis Bartok  <pbartok@novell.com>
814
815         * EditCommandColumnTest.cs: Enable tests
816
817 2005-08-03  Peter Dennis Bartok  <pbartok@novell.com> 
818
819         * DataGridPagerStyleTest.cs: Added testcase
820
821 2005-08-03  Jordi Mas i Hernandez <jordi@ximian.com>
822
823         *  CalendarTest.cs: Trackview states
824
825 2005-08-02  Jackson Harper  <jackson@ximian.com>
826
827         * BoundColumnTest.cs: Start of tests for the BoundColumn class.
828         
829 2005-08-02  Jordi Mas i Hernandez <jordi@ximian.com>
830
831         *  RadioButtonListTest.cs: test unit
832
833 2005-08-01  Jackson Harper  <jackson@ximian.com>
834
835         * TableStyleTest.cs: Check that items copied set the styles flags.
836
837 2005-08-01  Jackson Harper  <jackson@ximian.com>
838
839         * PagedDataSourceTest.cs: Test the enumerators a little.
840
841 2005-07-30  Chris Toshok  <toshok@ximian.com>
842
843         * HyperLinkColumnTest.cs: add some tests for how the column
844         initializes a TableCell.
845
846 2005-07-30  Ben Maurer  <bmaurer@ximian.com>
847
848         * RepeatInfoTest.auto.cs: Regen.
849
850         * RepeatInfoTest.gen.cs: Autogenerate tests for 0 items
851
852 2005-07-29  Chris Toshok  <toshok@ximian.com>
853
854         * BaseCompareValidatorTest.cs (CanConvert): disable B9, until we
855         figure out a culture independent way to do it.
856         (Convert): same with C17/C18.
857         (MiscPropertiesAndMethods): test CutoffYear, GetFullYear, and
858         GetDateElementOrder.
859
860 2005-07-27  Peter Dennis Bartok  <pbartok@novell.com> 
861
862         * StyleTest.cs: Added font-related tests to check for special
863           Name/Names behaviour
864
865 2005-07-29  Chris Toshok  <toshok@ximian.com>
866
867         * BaseCompareValidatorTest.cs: use DateTime to generate the
868         strings for our date tests, since they're culture specific.
869
870 2005-07-29  Dick Porter  <dick@ximian.com>
871
872         * RadioButtonTest.cs: Added tests for RadioButton
873
874 2005-07-29  Jordi Mas i Hernandez <jordi@ximian.com>
875
876         * SelectedDatesCollectionTest.cs: new unit test
877         * CalendarDayTest.cs: new unit test
878         * CalendarTest.cs: more tests for calendar control
879
880 2005-07-28  Jackson Harper  <jackson@ximian.com>
881
882         * EditCommandColumnTest.cs: Make the DataGridTest nested so my
883         top secret DataGrid tests will still compile.
884
885 2005-07-27  Peter Dennis Bartok  <pbartok@novell.com> 
886
887         * EditCommandColumnTest.cs: Added tests; marked some as NotWorking
888           until PagedDataSource is not throwing NotImpl
889
890 2005-07-27  Peter Dennis Bartok  <pbartok@novell.com> 
891
892         * CustomValidatorTest.cs: Added tests
893
894 2005-07-27  Peter Dennis Bartok  <pbartok@novell.com>
895
896         * DataGridPagerStyleTest.cs: Added tests
897
898 2005-07-26  Peter Dennis Bartok  <pbartok@novell.com>
899
900         * DataGridItemTest.cs: Added tests
901
902 2005-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
903
904         * DataGridItemCollectionTest.cs: Added tests
905
906 2005-07-26  Ben Maurer  <bmaurer@ximian.com>
907
908         * RepeatInfoTest.cs: Remove tests that are contained below
909
910         * RepeatInfoTest.auto.cs: Generated tests.
911
912         * RepeatInfoTest.gen.cs: A test generator for repeatinfo
913
914 2005-07-25  Peter Dennis Bartok  <pbartok@novell.com> 
915
916         * StyleTest.cs: Refined tests
917
918 2005-07-25  Jackson Harper  <jackson@ximian.com>
919
920         * DataGridTest.cs: More tests for the pager.
921
922 2005-07-22  Jackson Harper  <jackson@ximian.com>
923
924         * DataGridTest.cs: Basic test for InitializePager.
925
926 2005-07-22  Sebastien Pouliot  <sebastien@ximian.com> 
927
928         * HyperLinkTest.cs: New. (very basic) unit tests for HyperLink.
929
930 2005-07-21  Jackson Harper  <jackson@ximian.com>
931
932         * DataGridTest.cs: Test the order the events are invoked in when
933         creating the control hierarchy.
934
935 2005-07-21  Sebastien Pouliot  <sebastien@ximian.com> 
936
937         * BaseDataList.cs: Replace IList test with IEnumerable test.
938         * RepeatInfoTest.cs: Ignore the test about the baseControl / NRE.
939         * TableCellTest.cs: Added tests for AddParsedSubObject versus the Text
940         property (and LiteralControl).
941
942 2005-07-21  Peter Dennis Bartok  <pbartok@novell.com> 
943
944         * CustomValidatorTest.cs: Added
945
946 2005-07-21  Peter Dennis Bartok  <pbartok@novell.com> 
947
948         * RangeValidatorTest.cs: More test cases
949
950 2005-07-21  Sebastien Pouliot  <sebastien@ximian.com>  
951  
952         * RepeatInfoTest.cs: Added test for RepeatColumn is 0.
953         * TableRowTest.cs: Added style rendering tests (for my sanity).
954
955 2005-07-21  Jackson Harper  <jackson@ximian.com>
956
957         * PagedDataSourceTest.cs: Test to see what happens when we get a
958         non ITypedList.
959
960 2005-07-21  Duncan Mak  <duncan@novell.com>
961
962         * HyperLinkColumnTest.cs: Added new test for HyperLinkColumn.
963
964 2005-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
965
966         * DropDownListTest.cs: Added [ExpectedException] for double select
967           test
968
969 2005-07-20  Ben Maurer  <bmaurer@ximian.com>
970
971         * DropDownListTest.cs (InitialSelectionMade): Add a test for a
972         regression that seems to be caused by some change to
973         ListItemCollection. Add this file to sources as all tests other
974         than this pass using the old impl of ddl except for this, which is
975         a regression.
976
977 2005-07-20  Sebastien Pouliot  <sebastien@ximian.com> 
978  
979         * RepeatInfoTest.cs: More unit tests for arguments checks, default 
980         values, baseControl (not figured out yet) and OuterTableImplied.
981
982 2005-07-20  Jackson Harper  <jackson@ximian.com>
983 2005-07-20  Jackson Harper  <jackson@ximian.com>
984
985         * DataGridTest.cs: Make sure we get back a proper columns
986         collection.
987
988 2005-07-20  Jackson Harper  <jackson@ximian.com>
989
990         * DataGridTest.cs: The columns collection cached from the
991         CreateColumnSet is stored in the view state.
992
993 2005-07-20  Sebastien Pouliot  <sebastien@ximian.com> 
994  
995         * BaseDataListTest.cs: Added more tests ported from DataGridTest.
996         * DataListTest.cs: Added more tests ported from DataGridTest.
997
998 2005-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
999
1000         * ValidationSummaryTest.cs: Added rendering tests
1001
1002 2005-07-20  Jackson Harper  <jackson@ximian.com>
1003
1004         * DataGridTest.cs: Test generating column names with/without
1005         enabling useDataSource.
1006
1007 2005-07-20  Sebastien Pouliot  <sebastien@ximian.com> 
1008  
1009         * DataListTest.cs: Add viewstate test.
1010
1011 2005-07-20  Jackson Harper  <jackson@ximian.com>
1012
1013         * DataGridTest.cs: Check the properties of newly created
1014         BoundColumns.
1015
1016 2005-07-20  Sebastien Pouliot  <sebastien@ximian.com> 
1017  
1018         * BaseDataListTest.cs: Add render tests (all empty).
1019         * DataListTest.cs: Added Controls vs Items test.
1020         * WebControlTest.cs: Added new (passing) tests.
1021
1022 2005-07-19  Jackson Harper  <jackson@ximian.com>
1023
1024         * PagedDataSource.cs: New unit test for GetItemProperties.
1025
1026 2005-07-19  Jackson Harper  <jackson@ximian.com>
1027
1028         * DataGridTest.cs: New tests for creating column sets.
1029
1030 2005-07-19  Sebastien Pouliot  <sebastien@ximian.com> 
1031  
1032         * DataListTest.cs: Add more tests for IRepeatInfoUser.
1033         * RepeatInfoTest.cs: New. Unit test for RepeatInfo (not exactly what
1034         I had expected...).
1035
1036 2005-07-19  Jackson Harper  <jackson@ximian.com>
1037
1038         * CheckBoxListTest.cs: New tests for FindControl.
1039
1040 2005-07-19  Jackson Harper  <jackson@ximian.com>
1041
1042         * DataGridTest.cs: New test for viewstate saving.
1043
1044 2005-07-19  Chris Toshok  <toshok@ximian.com>
1045
1046         * BaseValidatorTest.cs: use the right call (SetValidationTextBox)
1047         in ValidatorTest.
1048
1049 2005-07-19  Peter Dennis Bartok  <pbartok@novell.com> 
1050
1051         * DropDownListTest.cs: Testcases added
1052         * RangeValidatorTest.cs: Added
1053         * ValidatedControlConverterTest.cs: Added
1054         * ValidationSummaryTest.cs: Added
1055
1056 2005-07-19  Chris Toshok  <toshok@ximian.com>
1057
1058         * BaseCompareValidatorTest.cs: add date tests.
1059
1060 2005-07-19  Jackson Harper  <jackson@ximian.com>
1061
1062         * DataGridTest.cs: Bubble tests for Page command. Tests for bad
1063         Page command bubble event args.
1064
1065 2005-07-19  Jackson Harper  <jackson@ximian.com>
1066
1067         * DataGridTest.cs: Select can also be bubbled.
1068
1069 2005-07-19  Jackson Harper  <jackson@ximian.com>
1070
1071         * DataGridTest.cs: Tests for the BubbleEvent.
1072
1073 2005-07-19  Jackson Harper  <jackson@ximian.com>
1074
1075         * DataGridTest.cs: New tests. Just does properties and events for
1076         the most part.
1077
1078 2005-07-18  Chris Toshok  <toshok@ximian.com>
1079
1080         * BaseCompareValidatorTest.cs: note the lack of Date tests, and
1081         add null tests.
1082
1083 2005-07-18  Chris Toshok  <toshok@ximian.com>
1084
1085         * BaseCompareValidatorTest.cs: new tests.
1086
1087 2005-07-19  Ben Maurer  <bmaurer@ximian.com>
1088
1089         * UnitConverterTest.cs: New tests
1090
1091 2005-07-18  Chris Toshok  <toshok@ximian.com>
1092
1093         * CompareValidatorTest.cs (CompareValidator_ValueToCompareTest,
1094         CompareValidator_ControlToCompareTest): new methods.
1095
1096         * ValidatorTest.cs: add AddTextBox method.
1097
1098 2005-07-18  Chris Toshok  <toshok@ximian.com>
1099
1100         * RegularExpressionValidatorTest.cs: add a simple validation test.
1101
1102         * ValidatorTest.cs: add a base class for validator tests, that
1103         enables a little scaffolding for faking out the test.
1104
1105 2005-07-18  Chris Toshok  <toshok@ximian.com>
1106
1107         * CompareValidatorTest.cs: new tests.
1108
1109 2005-07-18  Chris Toshok  <toshok@ximian.com>
1110
1111         * RegularExpressionValidatorTest.cs: new test.
1112
1113 2005-07-18  Sebastien Pouliot  <sebastien@ximian.com>
1114
1115         * DataListTest.cs: Fix tests for 1.1 which keeps more stuff into it's
1116         ViewState.
1117
1118 2005-07-15  Peter Dennis Bartok  <pbartok@novell.com> 
1119
1120         * DropDownListTest.cs: Testcases added
1121
1122 2005-07-15  Jackson Harper  <jackson@ximian.com>
1123
1124         * CheckBoxListTest.cs: New tests for FindControl.
1125
1126 2005-07-15  Jackson Harper  <jackson@ximian.com>
1127
1128         * WebControlTest.cs: New test to make sure NamingContainers are
1129         honoured when rendering client ids.
1130
1131 2005-07-15  Jackson Harper  <jackson@ximian.com>
1132
1133         * CheckBoxListTest.cs: More tests for the IRepeatInfoUser stuff
1134         and for rendering.
1135
1136 2005-07-15  Sebastien Pouliot  <sebastien@ximian.com>
1137
1138         * BaseDataListTest.cs: New. Unit tests for abstract BaseDataList.
1139         * DataKeyCollectionTest.cs: New. Unit tests for DataKeyCollection.
1140         * DataListItemCollectionTest.cs: New. Unit tests for 
1141         DataListItemCollection.
1142         * DataListItemTest.cs: New. Unit tests for DataListItem (incomplete).
1143         * DataListTest.cs: New. Unit tests for DataList (incomplete).
1144
1145 2005-07-14  Jackson Harper  <jackson@ximian.com>
1146
1147         * CheckBoxListTest.cs: Rendering tests.
1148
1149 2005-07-14  Jackson Harper  <jackson@ximian.com>
1150
1151         * CheckBoxListTest.cs: Fix the exception types thrown for bad
1152         enums. Mark as NotWorking as this doesn't work with the old
1153         CheckBoxList class anymore.
1154
1155 2005-07-14  Jackson Harper  <jackson@ximian.com>
1156
1157         * CheckBoxListTest.cs: Add some rendering tests. These aren't
1158         fully working yet so they are in the NotWorking category.
1159
1160 2005-07-14  Jackson Harper  <jackson@ximian.com>
1161
1162         * CheckBoxListTest.cs: This has the potential to be a beautiful
1163         test.
1164
1165 2005-07-14  Peter Dennis Bartok  <pbartok@novell.com> 
1166
1167         * WebColorConverter.cs: Testcases added
1168
1169 2005-07-14  Jackson Harper  <jackson@ximian.com>
1170
1171         * ListControlTest.cs: New test for the viewstate and item
1172         selection.
1173
1174 2005-07-14  Dick Porter  <dick@ximian.com>
1175
1176         * CheckBoxTest.cs: Added enum checks
1177
1178 2005-07-14  Peter Dennis Bartok  <pbartok@novell.com> 
1179
1180         * TargetConverterTest.cs: Testcases added
1181
1182 2005-07-14  Duncan Mak  <duncan@novell.com>
1183
1184         * PagedDataSourceTest.cs: Added testcases.
1185         (PageCountTest, CountTest, IsLastPageTest): Needs more work.
1186
1187 2005-07-13  Peter Dennis Bartok  <pbartok@novell.com> 
1188
1189         * FontNamesConverterTest.cs: Testcases added
1190
1191 2005-07-13  Peter Dennis Bartok  <pbartok@novell.com>
1192
1193         * ListItemCollectionTest.cs: Added
1194         * ListBoxTest.cs: Marked test as not working since it dependes on
1195           ListControl making a call to an obsolete internal method
1196
1197 2005-07-13  Jackson Harper  <jackson@ximian.com>
1198
1199         * ListControlTest.cs: New tests for the ListControl.
1200
1201 2005-07-13  Jackson Harper  <jackson@ximian.com>
1202
1203         * ListBoxTest.cs: Exception is thrown (by ListControl). Dont run
1204         the BadBorderStyle test as this fails in ListControls.
1205
1206 2005-07-13  Sebastien Pouliot  <sebastien@ximian.com>
1207
1208         * ImageTest.cs: Added tests for DescriptionUrl in 1.1 profile as this
1209         property was added in Fx 1.1 SP1.
1210         * StyleTest.cs: Added more tests for CopyFrom to test it's behavior,
1211         e.g. it doesn't reset itself nor remove it's properties if they're
1212         not part of the copied Style instance.
1213         * TableTest.cs: Adjusted values so we're not testing a 100% match with
1214         MS lines/indentations.
1215         * TableRowTest.cs: Use Ben's trick on StreamWriter (\r\n). Adjusted
1216         values so we're not testing a 100% match with MS lines/indentations.
1217         * WebControlTest.cs: Added tests to remove attributes and style before
1218         rendering. Empty style properties shouldn't be rendered.
1219
1220 2005-07-13  Dick Porter  <dick@ximian.com>
1221
1222         * CheckBoxTest.cs: Added tests for CheckBox - currently all
1223         passing on mono and ms runtimes.
1224
1225 2005-07-12  Sebastien Pouliot  <sebastien@ximian.com> 
1226  
1227         * WebControlTest.cs: Added another test for RenderBeginTag, this time
1228         using an attribute (renamed old test as it was for style attributes).
1229
1230 2005-07-12  Peter Dennis Bartok  <pbartok@novell.com>
1231
1232         * WebControlTest.cs: Added test for loading/saving of state. Switched
1233           to use Sebastiens GetWriter method
1234
1235 2005-07-12  Jackson Harper  <jackson@ximian.com>
1236
1237         * ListBoxTest.cs: Some simple tests for the ListBox control.
1238         
1239 2005-07-12  Sebastien Pouliot  <sebastien@ximian.com> 
1240  
1241         * TableTest.cs: Use Ben's trick on StreamWriter.
1242         * WebControlTest.cs: Added tests for RenderBeginTag.
1243
1244 2005-07-12  Sebastien Pouliot  <sebastien@ximian.com>
1245
1246         * TableCellTest.cs: New. Unit tests for TableCell.
1247         * TableItemStyleTest.cs: New. Unit tests for TableItemStyle.
1248         * TableHeaderCellTest.cs: New. Unit tests for TableHeaderCell.
1249         * TableRowTest.cs: New. Unit tests for TableRow.
1250         * TableStyleTest.cs: New. Unit tests for TableStyle.
1251         * TableTest.cs: New. Unit tests for Table.
1252
1253 2005-07-12  Miguel de Icaza  <miguel@novell.com>
1254
1255         * UnitTest.cs: Update test suite.
1256
1257 2005-07-12  Jordi Mas i Hernandez <jordi@ximian.com>
1258
1259         * ButtonTest.cs: add Default constructors tests
1260         * ImageButtonTest.cs: Adds ImageButtonTest 
1261
1262 2005-07-11  Peter Dennis Bartok  <pbartok@novell.com>
1263
1264         * WebControlTest.cs: Added test.
1265
1266 2005-07-11  Sebastien Pouliot  <sebastien@ximian.com> 
1267  
1268         * FontUnitTest.cs: Added more tests when looking for another bug...
1269         * StyleTest.cs: Added some unit tests for a null ctor and checks for
1270         emptyness.
1271
1272 2005-07-11  Jordi Mas i Hernandez <jordi@ximian.com>
1273
1274         * ButtonTest.cs: New unit test for Button
1275
1276 2005-07-08  Sebastien Pouliot  <sebastien@ximian.com>
1277
1278         * ImageTest.cs: New. Unit tests for Image.
1279
1280 2005-07-08  Jackson Harper  <jackson@ximian.com>
1281
1282         * LiteralTest.cs: new test.
1283         * MonthCalendarEventArgsTest.cs: new test.
1284
1285 2005-07-08  Jackson Harper  <jackson@ximian.com>
1286
1287         * AdCreatedEventArgsTest.cs: Added test.
1288
1289 2005-07-07  Miguel de Icaza  <miguel@novell.com>
1290
1291         * XmlTest.cs: Added test.  
1292
1293 2005-07-07  Peter Dennis Bartok  <pbartok@novell.com>
1294
1295         * StyleTest.cs: Added test.
1296
1297 2005-07-07  Miguel de Icaza  <miguel@novell.com>
1298
1299         * LabelTest.cs: Add test.
1300
1301 2005-07-07  Ben Maurer  <bmaurer@ximian.com>
1302
1303         * FontUnitTest.cs: Make it run on msft
1304
1305 2005-07-06  Miguel de Icaza  <miguel@novell.com>
1306
1307         * FontUnitTest.cs: New unit tests.
1308
1309         * UnitTest.cs: Add support for different cultures and the Decimal
1310         separator,
1311         
1312         * UnitTest.cs: Add tests for null and "" arguments to Parse and
1313         Unit(string) which produce IsEmpty units. 
1314
1315         * UnitTest.cs: Fresh file with tests.
1316
1317 2004-10-08  Sanjay Gupta <gsanjay@novell.com>
1318
1319         * TestControlIDConverter.cs: Added new test file for ControlIDConverter.
1320