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