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