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