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