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