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