2010-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git] / class / System.Web / ChangeLog
blob6c44bb3c5714e1dcb138632f242129857e697849
1 2010-04-28  Marek Habersack  <mhabersack@novell.com>
3         * Makefile (OTHER_LIB_MCS_FLAGS): added a reference to
4         System.Web.ApplicationServices in the 4.0 profile.
6 2010-04-07  Marek Habersack  <mhabersack@novell.com>
8         * Makefile: moved App_* test resources to separate variables -
9         whatever is contained in those variables is preprocessed before
10         embedding as resource to include appropriate resource name prefix
11         (App_Code/, App_GlobalResources/ for now). This is used in WebTest
12         to automatically populate the relevant directories when running
13         the test suite.
15 2010-02-18  Marek Habersack  <mhabersack@novell.com>
17         * Makefile (TEST_RESOURCE_FILES): added
18         Test/mainsoft/NunitWebResources/CheckBoxList_Bug377703_1.aspx,
19         Test/mainsoft/NunitWebResources/CheckBoxList_Bug377703_2.aspx and
20         Test/mainsoft/NunitWebResources/CheckBoxList_Bug578770.aspx
22 2010-02-12  Marek Habersack  <mhabersack@novell.com>
24         * Makefile (EXTRA_DISTFILES): ignore .svn directories
26 2010-02-11  Marek Habersack  <mhabersack@novell.com>
28         * System.Web_test.dll.sources: added
29         mainsoft/NunitWeb/NunitWeb/TestRoleProvider.cs
31 2010-01-19  Marek Habersack  <mhabersack@novell.com>
33         * Makefile (TEST_RESOURCE_FILES): added
34         Test/mainsoft/NunitWebResources/App_GlobalResources/Resource1.resx
35         and
36         Test/mainsoft/NunitWebResources/TagWithExpressionWithinAttribute.aspx
38 2010-01-15  Marek Habersack  <mhabersack@novell.com>
40         * Makefile (TEST_RESOURCE_FILES): added
41         Test/mainsoft/NunitWebResources/ChangePasswordContainer_FindControl.aspx
43 2010-01-14  Marek Habersack  <mhabersack@novell.com>
45         * System.Web_standalone_test.dll.sources,
46         standalone-runner-support.dll.sources: added
48         * Makefile: Added targets to build and run standalone tests.
49         Added standalone tests and test tools to EXTRA_DISTFILES
51 2009-12-18  Marek Habersack  <mhabersack@novell.com>
53         * System.Web_test.dll.sources: added
54         mainsoft/NunitWeb/NunitWeb/Tests/Author.cs
55         mainsoft/NunitWeb/NunitWeb/Tests/AuthorConverter.cs
56         mainsoft/NunitWeb/NunitWeb/Tests/Book.cs
57         mainsoft/NunitWeb/NunitWeb/Tests/BookType.cs
59         * Makefile (TEST_RESOURCE_FILES): added
60         Test/mainsoft/NunitWebResources/StateFormatter_CorrectConverter.aspx
61         Test/mainsoft/NunitWebResources/StateFormatter_CollectionConverter.aspx
62         Test/mainsoft/NunitWebResources/StateFormatter_CollectionConverter.aspx.cs
64 2009-12-14  Marek Habersack  <mhabersack@novell.com>
66         * Makefile (TEST_RESOURCE_FILES): added
67         Test/mainsoft/NunitWebResources/NestedParserFileText.aspx
69 2009-11-13  Marek Habersack  <mhabersack@novell.com>
71         * Makefile (TEST_RESOURCE_FILES): added
72         Test/mainsoft/NunitWebResources/TableSections_Bug551666.aspx
73         Test/mainsoft/NunitWebResources/TableSections_Bug551666.aspx.cs
75 2009-10-19  Marek Habersack  <mhabersack@novell.com>
77         * ASPState.sql: added - schema for the SQL session state server
78         database.
80 2009-10-06  Marek Habersack  <mhabersack@novell.com>
82         * Makefile: added PIPELINE_TIMER define
84 2009-10-05  Marek Habersack  <mhabersack@novell.com>
86         * Makefile ($(build_lib)): fixed a typo in dependency macro
88 2009-09-07  Marek Habersack  <mhabersack@novell.com>
90         * Makefile (TEST_RESOURCE_FILES): added
91         Test/mainsoft/NunitWeb/NunitWeb/Resources/sub_map_01.sitemap
92         Test/mainsoft/NunitWeb/NunitWeb/Resources/test_map_01.sitemap
93         Test/mainsoft/NunitWeb/NunitWeb/Resources/test_map_02.sitemap
94         Test/mainsoft/NunitWeb/NunitWeb/Resources/test_map_03.sitemap
95         Test/mainsoft/NunitWeb/NunitWeb/Resources/test_map_04.sitemap
96         Test/mainsoft/NunitWeb/NunitWeb/Resources/test_map_05.sitemap
97         Test/mainsoft/NunitWeb/NunitWeb/Resources/test_map_06.sitemap
98         Test/mainsoft/NunitWeb/NunitWeb/Resources/test_map_07.sitemap
99         Test/mainsoft/NunitWeb/NunitWeb/Resources/test_map_08.sitemap
100         Test/mainsoft/NunitWeb/NunitWeb/Resources/test_map_09.sitemap
102 2009-08-26  Marek Habersack  <mhabersack@novell.com>
104         * Makefile (TEST_RESOURCE_FILES): added
105         Test/mainsoft/NunitWebResources/OneLetterIdentifierInCodeRender.aspx
107 2009-08-25  Marek Habersack  <mhabersack@novell.com>
109         * Makefile (TEST_RESOURCE_FILES): added
110         Test/mainsoft/NunitWebResources/TagsNestedInClientTag.aspx
111         Test/mainsoft/NunitWebResources/ConditionalClientComments.aspx
113 2009-08-18  Marek Habersack  <mhabersack@novell.com>
115         * Makefile (TEST_RESOURCE_FILES): added
116         Test/mainsoft/NunitWebResources/DuplicateControlsInClientComment.aspx
118 2009-08-15  Marek Habersack  <mhabersack@novell.com>
120         * Makefile (TEST_RESOURCE_FILES): added
121         Test/mainsoft/NunitWebResources/NewlineInCodeExpression.aspx
123 2009-07-30  Raja R Harinath  <harinath@hurrynot.org>
125         * Makefile ($(build_lib)): Move cyclic dependencies onto this.
127 2009-07-23  Marek Habersack  <mhabersack@novell.com>
129         * Makefile (TEST_RESOURCE_FILES): added
130         Test/mainsoft/NunitWebResources/FullTagsInText.aspx
131         Test/mainsoft/NunitWebResources/TagsExpressionsAndCommentsInText.aspx
133 2009-07-21  Veerapuram Varadhan  <vvaradhan@novell.com>
135         * System.Web.dll.sources: Added
136         System.Design/System.Data.Design/TypedDataSetGenerator.cs. 
137         
138 2009-07-21  Marek Habersack  <mhabersack@novell.com>
140         * Makefile (TEST_RESOURCE_FILES): added
141         Test/mainsoft/NunitWebResources/UnquotedAngleBrackets.aspx
143 2009-07-08  Marek Habersack  <mhabersack@novell.com>
145         * Makefile (TEST_RESOURCE_FILES): added
146         Test/mainsoft/NunitWebResources/PreprocessorDirectivesInMarkup.aspx
148 2009-07-06  Raja R Harinath  <harinath@hurrynot.org>
150         * Makefile (TEST_MCS_FLAGS): Reference SystemWebTestShim.
152 2009-06-30  Marek Habersack  <mhabersack@novell.com>
154         * Makefile (TEST_RESOURCE_FILES): added
155         Test/mainsoft/NunitWebResources/ServerControlInClientSideComment.aspx 
157 2009-06-18  Marek Habersack  <mhabersack@novell.com>
159         * browscap.ini.diff: updated to match the latest upstream
160         version.
162 2009-06-16  Marek Habersack  <mhabersack@novell.com>
164         * Makefile: warn if the 4.0 assembly is compiled without
165         System.Core
167         * net_4_0_System.Web.dll.sources: added. System.Web.Routing and
168         System.Web.Abstractions are part of System.Web.dll in the 4.0
169         profile.
170         Added System.Web.Routing/PageRouteHandler.cs,
171         System.Web.UI.WebControls/IDataBoundControl.cs,
172         System.Web.UI.WebControls/IDataBoundItemControl.cs,
173         System.Web.UI.WebControls/IDataBoundListControl.cs,,
174         System.Web.UI.WebControls/IFieldControl.cs
176 2009-06-04  Marek Habersack  <mhabersack@novell.com>
178         * Makefile (TEST_RESOURCE_FILES): added
179         Test/mainsoft/NunitWebResources/ServerSideControlsInScriptBlock.aspx
181 2009-05-10  Marek Habersack  <mhabersack@novell.com>
183         * Makefile (TEST_RESOURCE_FILES): added
184         Test/mainsoft/NunitWebResources/ExpressionInListControl.aspx
186 2009-04-28  Marek Habersack  <mhabersack@novell.com>
188         * Makefile (TEST_RESOURCE_FILES): added
189         Test/mainsoft/NunitWebResources/LinkInHeadWithEmbeddedExpression.aspx
191 2009-04-24  Marek Habersack  <mhabersack@novell.com>
193         * System.Web_test.dll.sources: added
194         System.Web.UI/PageParserFilterTest.cs
196 2009-04-16  Marek Habersack  <mhabersack@novell.com>
198         * Makefile (TEST_RESOURCE_FILES): added
199         Test/mainsoft/NunitWebResources/NoBindForMethodsWithBindInName.aspx
201 2009-02-26  Marek Habersack  <mhabersack@novell.com>
203         * System.Web.dll.sources: added System.Web/IisTraceListener.cs
205 2009-02-05  Marek Habersack  <mhabersack@novell.com>
207         * Makefile (TEST_RESOURCE_FILES): added
208         Test/mainsoft/NunitWebResources/NoDoubleOnInitOnRemoveAdd.aspx and
209         Test/mainsoft/NunitWebResources/NoDoubleOnInitOnRemoveAdd.aspx.cs
210         Test/mainsoft/NunitWebResources/LoginDisplayRememberMe.aspx
212 2009-01-27  Marek Habersack  <mhabersack@novell.com>
214         * System.Web.dll.sources: added System.Web.Util/SearchPattern.cs
216 2009-01-22  Marek Habersack  <mhabersack@novell.com>
218         * System.Web.dll.sources: added
219         System.Web.Compilation/BuildManagerCacheItem.cs,
220         System.Web.Compilation/BuildManagerDirectoryBuilder.cs,
221         System.Web.Compilation/BuildProviderGroup.cs
223         * Makefile (SYSTEMCORE_DEP): added. Defines SYSTEMCORE_DEP on the
224         mcs command line when System.Core is present.
225         Added the DEVEL define, which defines DEVEL on the mcs command
226         line. This is used to conditionally compile development helper code in
227         System.Web.Util.FileUtils (and possibly other stuff later on)
228         If NO_SYSTEMCORE_DEP is defined System.Web.dll will not be linked
229         with System.Core.dll and BuildManager will use ReaderWriterLock
230         instead of ReaderWriterLockSlim.
232 2009-01-20  Marek Habersack  <mhabersack@novell.com>
234         * System.Web.dll.sources: added System.Web.UI.WebControls/Substitution.cs
236 2008-12-23  Marek Habersack  <mhabersack@novell.com>
238         * Makefile (TEST_RESOURCE_FILES): added Test/mainsoft/NunitWebResources/CustomSectionEmptyCollection.aspx
240         * System.Web_test.dll.sources: added mainsoft/NunitWeb/NunitWeb/CustomSection.cs
242 2008-12-12  Dean Brettle  <dean@brettle.com>
244         * System.Web.dll.sources: deleted
245         System.Web.Configuration_2.0/CapabilitiesChecksum.cs
246         
247         * Makefile (RESOURCE_FILES_2): deleted
248         System.Web.Configuration_2.0/RandomRoboBotKeywords.txt
250 2008-12-10  Marek Habersack  <mhabersack@novell.com>
252         * Makefile (TEST_RESOURCE_FILES): added
253         Test/mainsoft/NunitWebResources/MissingMasterFile.aspx
255         * System.Web_test.dll.sources: added System.Web.UI/PageParserTest.cs
257 2008-12-03  Marek Habersack  <mhabersack@novell.com>
259         * System.Web_test.dll.sources: added System.Web.UI/DataBinderTest.cs
261 2008-12-02  Marek Habersack  <mhabersack@novell.com>
263         * Makefile (TEST_RESOURCE_FILES): added
264         Test/mainsoft/NunitWeb/NunitWeb/Resources/Web.mono.config.1.1
266 2008-12-01  Marek Habersack  <mhabersack@novell.com>
268         * Makefile (TEST_RESOURCE_FILES): added
269         Test/mainsoft/NunitWebResources/ContentPlaceHolderInTemplate.aspx
270         Test/mainsoft/NunitWebResources/ContentPlaceHolderInTemplate.master 
271         (TEST_MCS_FLAGS): added reference to System.Web.Extensions
273 2008-11-25  Marek Habersack  <mhabersack@novell.com>
275         * System.Web.dll.sources: added
276         System.Web.Compilation/AspComponent.cs
278 2008-11-21  Marek Habersack  <mhabersack@novell.com>
280         * Makefile (TEST_RESOURCE_FILES): added
281         Test/mainsoft/NunitWebResources/InvalidPropertyBind1.aspx
282         Test/mainsoft/NunitWebResources/InvalidPropertyBind2.aspx
283         Test/mainsoft/NunitWebResources/InvalidPropertyBind3.aspx
284         Test/mainsoft/NunitWebResources/InvalidPropertyBind4.aspx
285         Test/mainsoft/NunitWebResources/ValidPropertyBind1.aspx
286         Test/mainsoft/NunitWebResources/ValidPropertyBind2.aspx
287         Test/mainsoft/NunitWebResources/ValidPropertyBind3.aspx
288         Test/mainsoft/NunitWebResources/ValidPropertyBind4.aspx
289         Test/mainsoft/NunitWebResources/ReadWritePropertyControl.ascx
291         * Test/tools/web.config: disabled batch compilation and enabled
292         debugging.
294 2008-11-15  Marek Habersack  <mhabersack@novell.com>
296         * System.Web.dll.sources: added System.Web.UI/INonBindingContainer.cs
298 2008-10-17  Jonathan Pryor  <jpryor@novell.com>
300         * Test/Makefile: Add doc-update target support.
302 2008-10-09  Marek Habersack  <mhabersack@novell.com>
304         * System.Web.dll.sources: added System.Web.Configuration_2.0/MonoSettingsSection.cs
306 2008-09-13  Atsushi Enomoto  <atsushi@ximian.com>
308         * System.Web.dll.sources: added System.Web.UI/IAutoFieldGenerator.cs
309           and System.Web.UI.WebControls/IPersistedSelector.cs.
311 2008-09-13  Atsushi Enomoto  <atsushi@ximian.com>
313         * System.Web.dll.sources: added
314           System.Web.UI/CssClassPropertyAttribute.cs.
316 2008-09-13  Atsushi Enomoto  <atsushi@ximian.com>
318         * System.Web.dll.sources: added System.Web.UI/IBindableControl.cs.
320 2008-09-13  Atsushi Enomoto  <atsushi@ximian.com>
322         * System.Web.dll.sources: added
323           System.Web.UI.WebControls/DataBoundControlMode.cs.
325 2008-08-14  Marek Habersack  <mhabersack@novell.com>
327         * Makefile: allow compiling with the DEBUG, TRACE and MONO_TRACE
328         preprocessor symbols defined.
330 2008-06-18  Marek Habersack  <mhabersack@novell.com>
332         * System.Web.dll.sources: added
333         System.Web.Caching/SqlCacheDependency.cs
335 2008-04-18  Marek Habersack  <mhabersack@novell.com>
337         * Makefile (OTHER_LIB_MCS_FLAGS): remove dependency on
338         System.Windows.Forms and define INSIDE_SYSTEM_WEB during
339         compilation.
341         * System.Web.dll.sources: include
342         ../Managed.Windows.Forms/System.Resources/ResXResourceReader.cs
343         ../Managed.Windows.Forms/System.Resources/ResXResourceWriter.cs         
344         ../Managed.Windows.Forms/System.Resources/ResXFileRef.cs
345         ../Managed.Windows.Forms/System.Resources/ResXDataNode.cs
346         ../Managed.Windows.Forms/System.Resources/ResXNullRef.cs
347         directly.
349 2008-04-09  Marek Habersack  <mhabersack@novell.com>
351         * System.Web.dll.sources: added System.Web.Compilation/AppWebReferencesCompiler.cs
353 2008-04-08  Marek Habersack  <mhabersack@novell.com>
355         * System.Web.dll.sources: added System.Web/VirtualPath.cs
357 2008-03-09  Dean Brettle <dean@brettle.com> 
359         * System.Web_test.dll.sources: added
360                 System.Web.UI.WebControls.Adapters/MenuAdapterTest.cs
361                 System.Web.UI.WebControls.Adapters/WebControlAdapterTest.cs
362                 System.Web.UI.WebControls.Adapters/HierarchicalDataBoundControlAdapterTest.cs
363                 System.Web.UI.WebControls.Adapters/DataBoundControlAdapterTest.cs
364                 System.Web.UI.WebControls.Adapters/HideDisabledControlAdapterTest.cs
365                 System.Web.UI.Adapters/PageAdapterTest.cs
366                 System.Web.UI.Adapters/ControlAdapterTest.cs
367                 
368         * Makefile (RESOURCE_FILES_2): added
369                 System.Web.Configuration_2.0/RandomRoboBotKeywords.txt
371         * Makefile (TEST_RESOURCE_FILES): added 
372                 Test/mainsoft/NunitWebResources/PageWithAdapter.aspx
374         * System.Web.dll.sources: added
375                 System.Web.Configuration_2.0/CapabilitiesBuild.cs
376                 System.Web.Configuration_2.0/CapabilitiesChecksum.cs
377                 System.Web.Configuration_2.0/CapabilitiesResult.cs
378                 System.Web.Configuration_2.0/ICapabilitiesProcess.cs
379                 System.Web.Configuration_2.0/nBrowser/Result.cs
380                 System.Web.Configuration_2.0/nBrowser/NodeTypes.cs
381                 System.Web.Configuration_2.0/nBrowser/Identification.cs
382                 System.Web.Configuration_2.0/nBrowser/File.cs
383                 System.Web.Configuration_2.0/nBrowser/Build.cs
384                 System.Web.Configuration_2.0/nBrowser/Node.cs
385                 System.Web.Configuration_2.0/nBrowser/Exception.cs
386                 
387 2008-03-01  Marek Habersack  <mhabersack@novell.com>
389         * Makefile: added a dependency on Mono.Web.dll
391         * System.Web.dll.sources: removed SystemSettingsMapper public APIs
392         and moved them to the Mono.Web assembly.
394 2008-02-07  Vladimir Krasnov  <vladimirk@mainsoft.com>
396         * System.Web20.csproj: added ObjectInputStream.cs and
397         ObjectOutputStream.cs
399 2007-12-30  Vladimir Krasnov  <vladimirk@mainsoft.com>
401         * System.Web.dll.sources: added AspNetDBSchemaChecker.cs
402         * System.Web20.csproj: added AspNetDBSchemaChecker.cs
404 2007-12-19  Juraj Skripsky  <js@hotfeet.ch>
406         * System.Web.dll.sources: removed TimeoutManager.cs
408 2007-12-08  Marek Habersack  <mhabersack@novell.com>
410         * SQLiteProviders_DatabaseSchema.sql: added
411         * Makefile: added support for compiling .resx resources.
412         Added SQLiteProviders_DatabaseSchema.sql to EXTRA_DISTFILES.
413         Added new resource files to EXTRA_DISTFILES
414         Added a RESX_DIST variable which contains all the .resx files. The
415         variable is used by RESX_RES and by EXTRA_DISTFILES.
417 2007-11-23  Daniel Nauck  <dna@mono-project.de>
419         * System.Web.dll.sources: added
420         System.Web/TraceContextRecord.cs
421         * System.Web_test.dll.sources: added
422         System.Web/TraceContextRecordTest.cs
424 2007-11-23  Marek Habersack  <mhabersack@novell.com>
426         * System.Web.dll.sources: added
427         System.Web.Configuration_2.0/IConfigMapPath.cs and
428         System.Web.Configuration_2.0/IConfigMapPathFactory.cs
430 2007-11-22  Daniel Nauck  <dna@mono-project.de>
432         * System.Web.dll.sources: added
433         System.Web/IPartitionResolver.cs
435 2007-11-22  Marek Habersack  <mhabersack@novell.com>
437         * System.Web.dll.sources: added System.Web/HttpCacheVaryByContentEncodings.cs
438         Added System.Web/RequestNotification.cs, System.Web/RequestNotificationStatus.cs
440 2007-11-22  Daniel Nauck  <dna@mono-project.de>
442         * System.Web.dll.sources: added
443         System.Web/WebPageTraceListener.cs
445 2007-11-06  Marek Habersack  <mhabersack@novell.com>
447         * System.Web.dll.sources: added
448         System.Web.UI.WebControls/ChildTable.cs to compilation, for MS.NET
449         compatibility.
451 2007-11-01  Marek Habersack  <mhabersack@novell.com>
453         * System.Web.dll.sources: added MachineKeySectionUtils.cs
455 2007-10-24  Marek Habersack  <mhabersack@novell.com>
457         * System.Web.dll.sources: added
458         System.Web.Configuration/FileMatchingInfo.cs
460 2007-08-30  Marek Habersack  <mhabersack@novell.com>
462         * System.Web.dll.sources: added MachineKeyRegistryStorage.cs
464 2007-08-14  Gert Driesen  <drieseng@users.sourceforge.net>
466         * System.Web_test.dll.sources: Added AggregateCacheDependencyTest.cs.
468 2007-06-28  Vladimir Krasnov  <vladimirk@mainsoft.com>
470         * System.Web20.csproj: added HttpWorkerRequest.jvm.cs,
471         HttpResponseStream.jvm.cs to the project
473 2007-06-15  Gert Driesen  <drieseng@users.sourceforge.net>
475         * System.Web_test.dll.sources: Added LosFormatterTest.cs.
477 2007-06-12  Vladimir Krasnov  <vladimirk@mainsoft.com>
478         
479         * System.Web20.csproj: added CompilationSection.cs
481 2007-05-15  Marek Habersack  <mhabersack@novell.com>
483         * System.Web.dll.sources: added
484         System.Web.Compilation/XsdBuildProvider.cs
486 2007-04-18  Marek Habersack  <grendello@gmail.com>
488         * Makefile (System.Web/UplevelHelper.cs): use binary in the
489         net_1_1_bootstrap profile.
491 2007-04-17  Wade Berrier  <wberrier@novell.com>
493         * Makefile: use BUILT_SOURCES for UplevelHelper.cs instead of including it in the
494         .sources file.  Include UplevelHelperDefinitions.xml for 'make dist'.
496 2007-04-17  Jonathan Chambers <joncham@gmail.com>
498         * Makefile: Fix build, add $(TEST_RUNTIME) before call to culevel.
500 2007-04-17  Marek Habersack  <mhabersack@novell.com>
502         * Makefile (System.Web/UplevelHelper.cs): autogenerate the file if
503         it doesn't exist.
505         * System.Web.dll.sources: added the System.Web/UplevelHelper.cs
506         file. It is autogenerated by the culevel compiler.
508         * UplevelHelperDefinitions.xml: added default uplevel browsers
509         definition file. This serves as input to the culevel compiler in
510         the tools directory at the top of the mcs tree.
512 2007-04-12  Vladimir Krasnov  <vladimirk@mainsoft.com>
513         
514         * System.Web20.csproj: 
515         * System.Web.dll.sources: added HttpParamsCollection.cs
517 2007-04-01  Vladimir Krasnov  <vladimirk@mainsoft.com>
518         
519         * System.Web20.csproj: 
520         * System.Web.dll.sources: HeadersCollection.cs, BaseParamsCollection.cs
522 2007-03-21  Marek Habersack  <mhabersack@novell.com>
524         * System.Web.dll.sources: added UnknownAttributeDescriptor.cs
526 2007-02-20  Gert Driesen  <drieseng@users.sourceforge.net>
528         * System.Web_test.dll.sources: Removed duplicate ImageFieldTest.cs
529         entry.
531 2007-02-19  YonikKalin  <yonik@mainsoft.com>
533         * Add System.Web_test.dll.sources add ChangePasswordTest.cs 
535 2007-02-18  Eyal Alaluf  <eyala@mainsoft.com>
537         * run-mono-tests.bat: Add J2EE jar to classpath.
539 2007-02-12  Marek Habersack  <grendello@gmail.com>
541         * System.Web.dll.sources: added PreservationFile.cs
543 2007-01-15  Marek Habersack  <grendello@gmail.com>
545         * System.Web.dll.sources: Added WsdlBuildProvider.cs
547 2007-01-14  Eyal Alaluf  <eyala@mainsoft.com>
549         * System.Web20.vmwcsproj: added .jvm files for Control.cs, Page.cs,
550           HttpRequest.cs & HttpContext.cs
552 2007-01-07  Vladimir Krasnov  <vladimirk@mainsoft.com>
554         * System.Web20.vmwcsproj: added ProfileParameter.cs
555         * System.Web.dll.sources: added ProfileParameter.cs
557 2007-01-07  Vladimir Krasnov  <vladimirk@mainsoft.com>
559         * System.Web20.vmwcsproj: added AppResourcesCompiler.jvm.cs to project
561 2007-01-05  Marek Habersack  <grendello@gmail.com>
563         * System.Web.dll.sources: Add new app resources compiler files.
565 2006-12-20  Marek Habersack  <grendello@gmail.com>
567         * System.Web.dll.sources: adjustments for the 2.0 SessionState
568         changes.
570 2006-12-09  Marek Habersack  <grendello@gmail.com>
572         * System.Web.dll.sources: Add the HiddenFieldPageStatePersister.cs
573         file to compilation
575 2006-12-05  Yoni Klain   <yonik@mainsoft.com>
577         * MakeFile added new resources TextBoxTestlPage.aspx for TextBoxTest.cs
579 2006-11-29  Yoni Klain   <yonik@mainsoft.com>
581         * MakeFile added new resources ListControlPage.aspx for ListControlTest.cs
583 2006-11-28  Miguel de Icaza  <miguel@novell.com>
585         * Rationalize the user of MonoTODOs.  
587                 - Removed all the TODOs that were only overwritten methods
588                 and had no further information.
590                 - Methods that threw exceptions now have the message "Not
591                 implemnted".
593                 - Methods that return some constant are declared like
594                 that.
596                 - Removed a bunch of stale MonoTODOs that had not been
597                 removed. 
599 2006-11-27  Yoni Klain   <yonik@mainsoft.com>
601         * MakeFile added new resources NoEventValidation.aspx for ImageButtonTest.cs
603 2006-11-09 Vladimir Krasnov <vladimirk@mainsoft.com>
605         * System.Web_test.dll.sources: added PasswordRecoveryTest.cs, 
606         PasswordRecoveryTest.cs
607         * Makefile: added WebControl.config resource
609 2006-11-09 Vladimir Krasnov <vladimirk@mainsoft.com>
611         * System.Web.dll.sources: added PasswordRecovery.cs
612         * System.Web20.vmwcsproj: added PasswordRecovery.cs
614 2006-11-22  Yoni Klain   <yonik@mainsoft.com>
616         * MakeFile added new resources AsyncPage.aspx,PageCultureTest.aspx for PageTest.cs
618 2006-11-21  Yoni Klain   <yonik@mainsoft.com>
620         * MakeFile added new resources Theme2.skin and adapters.browser for ControlTest.cs
622 2006-11-20  Marek Habersack  <grendello@gmail.com>
624         * System.Web.dll.sources: Added
625         System.Web.UI.WebParts/PersonalizableAttribute.cs
627 2006-11-17  Marek Habersack  <grendello@gmail.com>
629         * System.Web.dll.sources: Added
630         System.Web.Compilation/ForceCopyBuildProvider.cs and
631         System.Web.Compilation/MasterPageBuildProvider.cs and
632         System.Web.UI/PageLifeCycle.cs
634 2006-11-09 Vladimir Krasnov <vladimirk@mainsoft.com>
636         * System.Web.dll.sources: added DataSourceCasheManager.cs
637         * System.Web20.vmwcsproj: added DataSourceCasheManager.cs
639 2006-11-08  Marek Habersack  <grendello@gmail.com>
641         * System.Web.dll.sources: added the App_Code compiler
643 2006-11-05 Vladimir Krasnov <vladimirk@mainsoft.com>
645         * System.Web.dll.sources: added System.Web.Profile/ProfileParser.cs
646         * System.Web20.vmwcsproj: 
647         added System.Web.Profile/ProfileParser.jvm.cs
649 2006-10-23 Merav Sudri <meravs@mainsoft.com
651         *System.Web_test.dll.sources : FormParameterTest and ParameterTest were added.
653 2006-10-18  Marek Habersack  <grendello@gmail.com>
655         * System.Web.dll.sources: add global/local resources compiler
656         files.
658         * Makefile: System.Windows.Forms.dll is needed for global/local
659         resource compiler now.
661 2006-10-17 Vladimir Krasnov <vladimirk@mainsoft.com>
663         * run-mono-tests.bat: added Derby to tests classpath
665 2006-10-11 Merav Sudri <meravs@mainsoft.com>
666         The following new tests were added:
667         * System.Web.UI.WebControls.SessionParameterTest.cs
668         * System.Web.UI.WebControls.QueryStringParameterTest.cs
669         * System.Web.UI.WebControls.ControlParameterTest.cs
670         * System.Web.UI.WebControls.CookieParameterTest.cs
672 2006-10-10 Yoni Klain <yonik@mainsoft.com>
673         * System.Web.UI.WebControls.CustomValidatorTest.cs new tests added;
675 2006-10-04 Yoni Klain <yonik@mainsoft.com>
676         * System.Web.UI.Page.Test.cs new tests added;
677     * MakeFile: add new resources for PageTest.cs :
678     Test/mainsoft/NunitWebResources/PageLifecycleTest.aspx ;
679         Test/mainsoft/NunitWebResources/PageValidationTest.aspx ;
680         
681 2006-10-03 Hagit Yidov <hagity@mainsoft.com>
683         * ImageMapTest.cs: New test was added
684         * HotSpotTest.cs: New test was added
685         * HotSpotCollectionTest.cs: New test was added
686         * CircleHotSpot.cs: New test was added
687         * RectangleHotSpot.cs: New test was added
688         * PolygonHotSpot.cs: New test was added
690 2006-09-28 Yoni Klain <yonik@mainsoft.com>
692     * MakeFile: add new resources for MasterPageTest.cs :
693     Test/mainsoft/NunitWebResources/MasterTypeTest1.aspx ;
694         Test/mainsoft/NunitWebResources/MasterTypeTest2.aspx ;
695         Test/mainsoft/NunitWebResources/MyDerived.master ;
696         Test/mainsoft/NunitWebResources/MyPageWithDerivedMaster.aspx ;
698 2006-09-26      Boris Kirzner <borisk@mainsoft.com>
700         * run-mono-tests.bat: log files naming fix.
702 2006-09-19 Yoni Klain <yonik@mainsoft.com>
704     * System.Web_test.dll.sources: add new \System.Web.UI.WebControls\CrossPagePostingTest.cs
705     * MakeFile: add new resources for CrossPagePostingTest.cs :
706     Test/mainsoft/NunitWebResources/CrossPagePosting1.aspx ;
707         Test/mainsoft/NunitWebResources/CrossPagePosting2.aspx ;
709 2006-09-18 Yoni Klain <yonik@mainsoft.com>
711     * System.Web_test.dll.sources: add new \System.Web.UI.WebControls\MappingUrlTest.cs
712     * MakeFile: add new resources for MappingUrlTest.cs :
713     Test/mainsoft/NunitWebResources/Mapping.aspx ;
714         Test/mainsoft/NunitWebResources/Mapping1.aspx ;
715         Test/mainsoft/NunitWebResources/WebMapping.config
717 2006-09-17 Yoni Klain <yonik@mainsoft.com>
719     * System.Web_test.dll.sources: add new \System.Web.UI\TemplateControlTest.cs
720     * MakeFile: add new resources for TemplateControlTest.cs
721     Test/mainsoft/NunitWebResources/TemplateUserControl.ascx \
722         Test/mainsoft/NunitWebResources/EvalTest.aspx \
724 2006-09-14      Boris Kirzner <borisk@mainsoft.com>
726         * run-mono-tests.bat: fixes for TARGET_JVM tests run.
727         
728 2006-04-09      Boris Kirzner <borisk@mainsoft.com>
730         * run-mono-tests.bat: fixes for TARGET_JVM NET_2_0 tests run.
732 2006-08-27 Roei Erez <roeie@mainsoft.com>
734         * WebConfigurationManager.cs: corrections for static variables on mainsoft platform
736 2006-08-28 Yoni Klain <yonik@mainsoft.com>
738     * System.Web_test.dll.sources: add new \System.Web.UI\ClientScriptManagerTest.cs
739     * MakeFile: add new resources for ClientScriptMenagerTest.cs
740     Test/mainsoft/NunitWebResources/EventValidationTest2.aspx \
741         Test/mainsoft/NunitWebResources/EventValidationTest1.aspx \
742         Test/mainsoft/NunitWebResources/ClientScript.js \
744 2006-08-27 Hagit Yidov <hagity@mainsoft.com>
746         * TreeNodeBindingCollectionTest.cs: New test was added
747         * TreeNodeBindingTest.cs: New test was added
748         * TreeNodeCollectionTest.cs: New test was added
749         * TreeNodeStyleCollectionTest.cs: New test was added
750         * TreeNodeTest.cs: New test was added
751         * TreeViewTest.cs: Test was updated
753 2006-08-10 Hagit Yidov <hagity@mainsoft.com>
755         * ImageMapTest.cs: New test was added
756         * HotSpotTest.cs: New test was added
757         * HotSpotCollectionTest.cs: New test was added
758         * CircleHotSpot.cs: New test was added
759         * RectangleHotSpot.cs: New test was added
760         * PolygonHotSpot.cs: New test was added
762 2006-08-23 Igor Zelmanovich <igorz@mainsoft.com>
764         * MenuTest.cs: added tests 
766 2006-08-23 Igor Zelmanovich <igorz@mainsoft.com>
768         * StyleTest.cs: 
769         added tests ensure that AddAttributesToRender method calls FillStyleAttributes
770         and style attributes work properly.
772 2006-08-23 Igor Zelmanovich <igorz@mainsoft.com>
774         * FontInfoTest.cs: added test 
776 2006-08-22 Igor Zelmanovich <igorz@mainsoft.com>
778         * FontInfoTest.cs: added test: CopyFrom and MergeWith behave differently between 1.1 and 2.0 
780 2006-08-17 Igor Zelmanovich <igorz@mainsoft.com>
782         * StyleTest.cs: added test ensures that IsEmpty returns false for 
783         empty style that was registered with StyleSheet         
785 2006-08-17 Igor Zelmanovich <igorz@mainsoft.com>
787         * StyleTest.cs: new test was added, fixed Style_CssClass test
789 2006-08-16 Yoni Klain <yonik@mainsoft.com>
791         * DataSourceViewTest.cs; DataSourceControlTest.cs : new tests
793 2006-08-15 Igor Zelmanovich <igorz@mainsoft.com>
795         * MenuTest.cs: new test was added, removed NotWorking attributes
797 2006-08-15 Igor Zelmanovich <igorz@mainsoft.com>
799         * MenuTest.cs: new tests were added.
801 2006-08-14 Andrew Skiba <andrews@mainsoft.com>
803         * TableTest.cs: new test added.
805 2006-08-14 Igor Zelmanovich <igorz@mainsoft.com>
807         * MenuTest.cs: added test showing that items initialization should occurs only once
809 2006-08-10 Yoni Klain <yonik@mainsoft.com>
811         * CallBackTest.cs: New test was added
813 2006-08-010 Hagit Yidov <hagity@mainsoft.com>
815         * ImageMapTest.cs: New test was added
816         * HotSpotTest.cs: New test was added
817         * HotSpotCollectionTest.cs: New test was added
818         * CircleHotSpot.cs: New test was added
819         * RectangleHotSpot.cs: New test was added
820         * PolygonHotSpot.cs: New test was added
822 >>>>>>> .r64424
823 2006-08-10 Igor Zelmanovich <igorz@mainsoft.com>
825         * MenuTest.cs: new tests were added
827 2006-08-09 Igor Zelmanovich <igorz@mainsoft.com>
829         * HierarchicalDataBoundControlTest.cs: added new tests
831 2006-08-08 Merav Sudri <meravs@mainsoft.com>
833         * ObjectDataSourceTest.cs: SetUp with delay was added to the test.
834 2006-08-08 Merav Sudri <meravs@mainsoft.com>
836         * ObjectDataSourceTest.cs: New test was added
837         
838 2006-08-08 Yoni Klain <yonik@mainsoft.com>
840         * LoginViewTest.cs: added new tests and new resources for tests
841         * ObjectDataSourceView.cs: added new tests
843 2006-08-06 Vladimir Krasnov <vladimirk@mainsoft.com>
845         * CommandFieldTest.cs:
846         * GridViewRowCollectionTest.cs:
847         * MultiViewTest.cs:
848         * SiteMapPathTest.cs:
849         * ViewTest.cs: 
850         * XmlDataSourceTest.cs: removed NotWorking attributes
852 2006-08-06 Vladimir Krasnov <vladimirk@mainsoft.com>
854         * ThemeTest.cs: fixed test resource
856 2006-08-06 Vladimir Krasnov <vladimirk@mainsoft.com>
858         * ThemeTest.cs: tests added
860 2006-08-01 Vladimir Krasnov <vladimirk@mainsoft.com>
862         * BulletedListTest.cs: fixed new line in render tests
864 2006-07-31 Vladimir Krasnov <vladimirk@mainsoft.com>
865         
866         * WizardStepBaseTest.cs:
867         * MasterPageTest.cs
868         * MenuTest.cs
869         * GridViewTest.cs: removed NotWorking attributes
871 2006-07-30 Andrew Skiba <andrews@mainsoft.com>
873         * FormViewTest.cs: fix few tests.
875 2006-07-30 Vladimir Krasnov <vladimirk@mainsoft.com>
877         * WizardTest.cs: fixed test, removed NotWorking attributes
879 2006-07-27 Andrew Skiba <andrews@mainsoft.com>
881         * FormViewTest.cs: fix few tests.
883 2006-07-27 Andrew Skiba <andrews@mainsoft.com>
885         * DetailsViewTest.cs: fix tests.
887 2006-07-26 Vladimir Krasnov <vladimirk@mainsoft.com>
889         * XmlDataSourceTest.cs: fixed aspx based tests
891 2006-07-26 Andrew Skiba <andrews@mainsoft.com>
893         * FormViewTest.cs: visual studio ifdef.
895 2006-07-26 Andrew Skiba <andrews@mainsoft.com>
897         * DetailsViewRowTest.cs: fix the test (incomplete).
899 2006-07-26 Andrew Skiba <andrews@mainsoft.com>
901         * DetailsViewTest.cs: fix few tests.
903 2006-07-26 Yoni Klain <yonik@mainsoft.com>
905         * XmlDataSourceTest.cs: Add new tests.
907 2006-07-25 Vladimir Krasnov <vladimirk@mainsoft.com>
909         * MultiViewTest.cs: added test
911 2006-07-25 Vladimir Krasnov <vladimirk@mainsoft.com>
913         * GridViewTest.cs:
914         * ViewTest.cs:
915         * WizardStepBaseTest.cs:
916         * WizardTest.cs: fixed tests
918 2006-07-25 Merav Sudri <meravs@mainsoft.com>
920         * FormViewTest.cs: Add three postback tests.
922 2006-07-24 Andrew Skiba <andrews@mainsoft.com>
924         * DetailsViewTest.cs: split a test in two, working and not working.
926 2006-07-23 Andrew Skiba <andrews@mainsoft.com>
928         * DetailsViewTest.cs: fix the test.
930 2006-07-20 Andrew Skiba <andrews@mainsoft.com>
932         * DetailsViewTest.cs: more precise lifetime flow check.
934 2006-07-20 Andrew Skiba <andrews@mainsoft.com>
936         * DetailsViewTest.cs: add EnsureChildControls basic test.
938 2006-07-20 Andrew Skiba <andrews@mainsoft.com>
940         * DetailsViewTest.cs: add a new assert
942 2006-07-20 Vladimir Krasnov <vladimirk@mainsoft.com>
944         * PagerSettingsTest.cs: fixed PropertyChanged test
946 2006-07-19 Andrew Skiba <andrews@mainsoft.com>
948         * DetailsViewTest.cs: #if VISUAL_STUDIO
950 2006-07-20 Yoni Klain <yonik@mainsoft.com>
952         * GridViewTest.cs: added new tests
954 2006-07-19 Andrew Skiba <andrews@mainsoft.com>
956         * DetailsViewTest.cs: #if NET_2_0
957         * TableStyleTest.cs: Category ("NotWorking")
958         
959 2006-07-19 Andrew Skiba <andrews@mainsoft.com>
961         * TableStyleTest.cs: add a test for BackImageUrl rendering
963 2006-07-19 Merav Sudri <meravs@mainsoft.com>
965         * DetailsViewRowTest.cs: added new test
966         * DetailsViewRowCollectionTest.cs: added new test
967         * FormViewRowTest.cs: added new test
968         * FormViewTest.cs: added new test
970 2006-07-19 Merav Sudri <meravs@mainsoft.com>
972         * DetailsViewTest.cs: added new test
974 2006-07-18 Vladimir Krasnov <vladimirk@mainsoft.com>
976         * GridViewTest.cs: removed NotWorking attributes, added tests
978 2006-07-17 Yoni Klain <yonik@mainsoft.com>
980         * SiteMapPathTest.cs: added new test
982 2006-07-17 Andrew Skiba <andrews@mainsoft.com>
984         * CommandFieldTest.cs: added positive flow test for
985         ValidateSupportsCallback
987 2006-07-17 Andrew Skiba <andrews@mainsoft.com>
989         * WebControlTest.cs: added tests for display style
990         
991 2006-07-17 Vladimir Krasnov <vladimirk@mainsoft.com>
993         * GridViewTest.cs: added new test
995 2006-07-16 Vladimir Krasnov <vladimirk@mainsoft.com>
997         * BoundFieldTest.cs: added new test
999 2006-07-16 Andrew Skiba <andrews@mainsoft.com>
1001         * SiteMapPathTest.cs: fix expected results for dotnet in 3 tests;
1002         add 2 new asserts for InitializeItem
1004 2006-07-16 Vladimir Krasnov <vladimirk@mainsoft.com>
1006         * BulletedListTest.cs: removed NotWorking attributes
1008 2006-07-16 Yoni Klain <yonik@mainsoft.com>
1010         * added WizardStepBaseTest.cs; WizardStepTest.cs; WizardStepCollectionTest.cs
1011         
1012 2006-07-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1014         * DataListTest.cs: new test for templated items. Patch by Jaros?aw
1015         Pawlak.
1017 2006-07-12 Yoni Klain <yonik@mainsoft.com>
1019         * WizardTest.cs added new tests;
1020         * SiteMapPathTest.cs removed remarks
1022 2006-07-11 Vladimir Krasnov <vladimirk@mainsoft.com>
1023         
1024         * GridViewTest.cs: added GridView_RenderingCheckBoxField2
1025         for testing of autogenerated checkbox column
1027 2006-07-11 Yoni Klain <yonik@mainsoft.com>
1029         * ImageFieldTest.cs added new tests;
1031 2006-07-10 Andrew Skiba <andrews@mainsoft.com>
1033         * SiteMapPathTest.cs: fix expected results for IE user-agent
1035 >>>>>>> .r62654
1036 2006-07-09 Yoni Klain <yonik@mainsoft.com>
1038         * MenuTest.cs changes on postback;
1040 2006-07-09 Yoni Klain <yonik@mainsoft.com>
1042         * ContentTest.cs changes on event test;
1044 2006-07-07 Yoni Klain <yonik@mainsoft.com>
1046         * added PagerSettingsTest.cs;GridViewRowCollectionTest.cs;
1047         ContentTest.cs;GridViewRowTest.cs
1049 2006-07-07 Yoni Klain <yonik@mainsoft.com>
1051         * GridViewTest.cs, MenuTest.cs added PostBack tests
1053 2006-07-05 Vladimir Krasnov <vladimirk@mainsoft.com>
1054         
1055         * added CreateUserWizardTest.cs
1057 2006-07-03 Vladimir Krasnov <vladimirk@mainsoft.com>
1059         * BoundFieldTest.cs, ButtonFieldTest.cs, DataControlFieldTest.cs
1060         HyperLinkFieldTest.cs, ImageFieldTest.cs: removed NotWorking
1061         attribute from Initialize test case
1063 2006-06-28 Juraj Skripsky <js@hotfeet.ch>
1065         * RegularExpressionValidatorTest.cs: check for automatic wrapping of
1066         expression with "^...$".
1068 2006-06-28 Vladimir Krasnov <vladimirk@mainsoft.com>
1070         * Added WizardTest.cs: Wizard control basic tests
1072 2006-06-25 Yoni Klain <yonik@mainsoft.com>
1074         * GridViewTest.cs;
1075         * AutoGeneratedFieldTest.cs;BoundFieldTest.cs;DataControlFieldTest.cs;
1076         * DataControlFieldCollectionTest.cs;DataKeyArrayTest.cs;
1077         * DataKeyTest.cs;ButtonFieldBaseTest.cs;HyperLinkFieldTest.cs;
1078         * CommandFieldTest.cs;CheckBoxFieldTest.cs;TemplateFieldTest.cs
1079         * GridView test and GridView subclasses tests. 
1081 2006-06-25      Konstantin Triger <kostat@mainsoft.com>
1083         * FormViewTest.cs: test for PageIndex bounds.
1085 2006-06-21 Andrew Skiba <andrews@mainsoft.com>
1087         * ThemeTest.cs, SiteMapPathTest.cs, FormViewTest.cs, MenuTest.cs,
1088          MasterPageTest.cs: NunitWeb refactoring
1090 2006-06-21 Andrew Skiba <andrews@mainsoft.com>
1092         * FileUploadTest.cs: add new tests for FileUpload control
1094 2006-06-20 Andrew Skiba <andrews@mainsoft.com>
1096         * ThemeTest.cs: add new test for UrlPropertyAttribute
1098 2006-06-20 Andrew Skiba <andrews@mainsoft.com>
1100         * FormViewTest.cs: add new test for CssClass attribute
1102 2006-06-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1104         * RepeaterItemCollectionTest.cs: New file.
1106 2006-06-14 Andrew Skiba <andrews@mainsoft.com>
1108         * MenuTest.cs: add test for CssClass attribute
1110 2006-06-13 Juraj Skripsky <js@hotfeet.ch>
1112         * CalendarTest.cs (SelectDateProperty): Make sure SelectedDate is
1113         automatically "rounded" to the same date with time set to 12:00am.
1115 2006-05-28 Andrew Skiba <andrews@mainsoft.com>
1117         * ThemeTest.cs, MenuTest.cs, MasterPageTest.cs: rename methods to make
1118         nunit quiet
1120 2006-05-21 Yoni Klain <yonik@mainsoft.com>
1122         * ThemeTest.cs  -  Add new test
1124 2006-05-21 Yoni Klain <yonik@mainsoft.com>
1126         * MasterPageTest.cs  -  add attributes for NotWorking tests
1127         * MenuTest.cs - sleep time changed
1129 2006-05-21 Yoni Klain <yonik@mainsoft.com>
1131         * Added MasterPageTest.cs
1133 2006-05-21 Yoni Klain <yonik@mainsoft.com>
1135         * MenuTest.cs, SiteMapPathTest.cs ,BulletedListTest.cs -  add attributes for NotWorking tests 
1136           
1137 2006-05-21 Yoni Klain <yonik@mainsoft.com>
1139         * Added ContentTest.cs
1141 2006-05-17 Andrew Skiba <andrews@mainsoft.com>
1143         * MenuTest.cs, SiteMapPathTest.cs: multiple changes, now passes on 
1144         dotnet with mono makefile
1146 2006-05-14 Yoni Klain <yonik@mainsoft.com>
1148         * Added MenuTest.cs
1150 2006-05-14 Yoni Klain <yonik@mainsoft.com>
1152         * Added SiteMapPathTest.cs 
1154 2006-04-30 Yoni Klain <yonik@mainsoft.com>
1156         * Added SiteMapDataSourceTest.cs 
1158 2006-04-23 Tal Klahr <talk@mainsoft.com>
1160         * Added ViewTest.cs and MultiViewTest.cs
1162 2006-04-25      Konstantin Triger <kostat@mainsoft.com>
1164         * FormViewTest.cs: added test for PageCount.
1166 2006-04-20      Konstantin Triger <kostat@mainsoft.com>
1168         * FormViewTest.cs: added test for PageIndex.
1170 2006-04-06      Konstantin Triger <kostat@mainsoft.com>
1172         * DataListTest.cs: added test for DataSourceID.
1174 2006-04-06      Konstantin Triger <kostat@mainsoft.com>
1176         * LoginTest.cs: Added LayoutTemplate property Test.
1177         * LoginViewTest.cs: Added AnonymousTemplate property Test.
1179 2006-03-28  Alexandre Miguel Pedro Gomes  <alexmipego@gmail.com>
1181         * FontInfoTest.cs: Implemented ShouldSerializeNames tests
1183 2006-03-06  Vladimir Krasnov  <vladimirk@mainsoft.com>
1185         * CalendarTest.cs: refactoring, inline delegates replaced with
1186         regular ones.
1187         * LinkButtonTest.cs: same
1189 2006-03-03  Vladimir Krasnov  <vladimirk@mainsoft.com>
1191         * PagedDataSourceTest.cs: added TARGET_JVM part to exclude
1192         not working tests.
1193         * WebControlTest.cs: same
1195 2006-02-21  Chris Toshok  <toshok@ximian.com>
1197         * SqlDataSourceTest.cs, SqlDataSourceViewTest.cs,
1198         AccessDataSourceTest.cs: new tests.
1200 2005-12-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1202         * DropDownListTest.cs: test for html-encoding of the text.
1204 2005-11-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1206         * RadioButtonTest.cs: more tests for the 'name' attribute.
1208 2005-10-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1210         * LiteralTest.cs: Literal allows LiteralControl.
1212 2005-10-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1214         * ListBoxTest.cs: a few more tests for ListBox and selection.
1216 2005-10-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1218         * ListControlTest.cs: 3 more tests for ListControl.
1220 2005-10-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1222         * CustomValidatorTest.cs: an empty control name is valid.
1224 2005-10-17  Sebastien Pouliot  <sebastien@ximian.com> 
1226         * RequiredFieldValidatorCas.cs: New. CAS unit for 
1227         RequiredFieldValidator.
1229 2005-10-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1231         * DataListTest.cs: added some style and IRepeatInfoUser tests.
1233 2005-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1235         * ListBoxTest.cs: the name is the UniqueID, not the ClientID.
1236         * WebControlTest.cs: Attributes statebag is case insensitive.
1238 2005-10-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1240         * ImageButtonTest.cs: test that 'name' attribute is rendered.
1242 2005-10-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1244         * DataGridTest.cs: Test for ButtonColumn with DataTextField.
1246 2005-10-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1248         * DataGridTest.cs: new test for the style of the linkbutton in the
1249         headers when sorting is enabled. Also test that the Items property
1250         contains the DataGridItems.
1252 2005-09-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1254         * TableCellTest.cs: the "Text" viewstate value does not control whether
1255         we render the children or not.
1257         * EditCommandColumnTest.cs: some tests do not pass on MS rutime for me,
1258         so I've made them NotDotNet and fixed all the problems. Also added tests
1259         to ensure that the TextBox's form the BoundColumns are present in the
1260         hierarchy, as before we did nothing there.
1261         
1262         * ButtonTest.cs: test to show that a Button's children are not rendered.
1264 2005-09-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1266         * PagedDataSourceTest.cs: more tests.
1268 2005-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1270         * PagedDataSourceTest.cs: more tests.
1272 2005-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1274         * CalendarTest.cs: added test to check for ID and base attributes being
1275         copied from the calendar into the table.
1277 2005-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1279         * PagedDataSourceTest.cs: nullref is throw on null DataSource.
1281 2005-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1283         * DataGridTest.cs: fixed a test and added a commented out one that works
1284         fine in mono but throws nullref with MS.
1286 2005-09-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1288         * DataGridTest.cs: more tests that add a TemplateColumn.
1290 2005-09-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1292         * EditCommandColumnTest.cs: added a test here for datagrid, as this was
1293         the file whose test failed because the id of the datagrid generated
1294         table.
1296 2005-09-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1298         * FontUnitCas.cs: method name change in FontUnitTest.
1299         * FontUnitTest.cs: splitted tests, enabled the "NotWorking" ones and
1300         added tests for FontSize names beginning with x and containing a dash.
1302 2005-09-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1304         * ListControlTest.cs: new tests for SelectedValue, SelectedIndex and
1305         DataBinding.
1307 2005-09-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1309         * DataGridTest.cs:
1310         * DataListTest.cs: OnItemCommand is raised always in OnBubbleEvent.
1312 2005-09-23  Sebastien Pouliot  <sebastien@ximian.com>
1314         * LoginTest.cs: Make OnBubbleEvent_Authenticated_OnAuthenticate test 
1315         case "work" on both MS and Mono.
1316         * UnitTest.cs: IncorrectConstructor9 was fixed (in 2.0 RC) to throw
1317         the FormatException (just like earlier fx did).
1319 2005-09-23  Sebastien Pouliot  <sebastien@ximian.com> 
1321         * LabelCas.cs, LinkButtonCas.cs, ListBoxCas.cs, ListControlCas.cs,
1322         ListItemCas.cs, ListItemCollectionCas.cs, LiteralCas.cs, LoginCas.cs,
1323         LoginNameCas.cs, LoginStatusCas.cs, MonthChangedEventArgsCas.cs,
1324         PagedDataSourceCas.cs, PanelCas.cs, RadioButtonCas.cs, 
1325         RadioButtonListCas.cs, RangeValidatorCas.cs, 
1326         RegularExpressionValidatorCas.cs, RepeaterCas.cs, RepeatInfoCas.cs,
1327         RoleGroupCas.cs, RoleGroupCollectionCas.cs, 
1328         SelectedDatesCollectionCas.cs, StyleCas.cs, TableCas.cs, 
1329         TableCellCas.cs, TableFooterRowCas.cs, TableHeaderCellCas.cs,
1330         TableHeaderRowCas.cs, TableItemStyleCas.cs, TableRowCas.cs,
1331         TableSectionStyleCas.cs, TableStyleCas.cs, TargetConverterCas.cs,
1332         TextBoxCas.cs, TreeViewCas.cs, UnitCas.cs, UnitConverterCas.cs,
1333         ValidatedControlConverterCas.cs, ValidationSummaryCas.cs, 
1334         WebColorConverterCas.cs, WebControlCas.cs, XmlCas.cs, 
1335         XmlDataSourceCas.cs: New CAS unit tests - checks for LinkDemands and 
1336         re-execute the "classic" unit tests under the most retricted security
1337         permissions possible.
1339 2005-09-23  Sebastien Pouliot  <sebastien@ximian.com>
1341         * LinkButtonTest.cs: Fixed fixture name (Text -> Test).
1342         * ListItemTest.cs: Fixed header.
1343         * LoginTest.cs: Changed [Ignore] to [Category ("NotDotNet")] on 
1344         OnBubbleEvent_Authenticated_OnAuthenticate () test case.
1345         * PagedDataSourceTest.cs: Added missing [Test] to 
1346         TestEnumerators_NoPaging test case.
1347         * RadioButtonListTest.cs: Fixed header.
1348         * RepeatInfoTest.cs: Add missing [Test] on DefaultValues test case.
1349         * UnitConverterTest.cs: Fixed test cases (commited bu never executed)
1350         before including it in the suite.
1351         * ValidatorTest.cs: Fixed header.
1352         * WebColorConverterTest.cs: Fixed header.
1354 2005-09-21  Sebastien Pouliot  <sebastien@ximian.com>
1356         * AdCreatedEventArgsCas.cs, BaseCompareValidatorCas.cs,
1357         BaseDataBoundControlCas.cs, BaseDataListCas.cs, BaseValidatorCas.cs,
1358         BoundColumnCas.cs, ButtonColumnCas.cs, CalandarCas.cs, 
1359         CalendarDayCas.cs, CheckBoxCas.cs, CheckBoxListCas.cs, 
1360         CompareValidatorCas.cs, CompositeControlCas.cs, CustomValidatorCas.cs,
1361         DataBoundControlCas.cs, DataGridCas.cs, DataGridColumnCas.cs,
1362         DataGridItemCas.cs, DataGridItemCollectionCas.cs, 
1363         DataGridPagerStyleCas.cs, DataKeyCollectionCas.cs, DataListItemCas.cs,
1364         DataListItemCollectionCas.cs, EditCommandColumnCas.cs, FontInfoCas.cs,
1365         FontNamesConverterCas.cs, FontUnitCas.cs, FormViewCas.cs, 
1366         HyperLinkCas.cs, HyperLinkColumnCas.cs, ImageButtonCas.cs, 
1367         ImageCas.cs: New CAS unit tests - checks for LinkDemands and 
1368         re-execute the "classic" unit tests under the most retricted security
1369         permissions possible.
1371 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1373         * DataGridTest.cs: added data binding tests.
1374         * BaseDataListTest.cs: it's DataKeys (arraylist) what gets to the
1375         viewstate, not the DataKeyCollection.
1377 2005-09-20  Sebastien Pouliot  <sebastien@ximian.com>
1379         * AdCreatedEventArgsTest.cs, BaseCompareValidatorTest.cs, 
1380         CompositeControlTest.cs, DataListTest.cs, DropDownListTest.cs,
1381         EditCommandColumnTest.cs, FontNamesConverterTest.cs, FormViewTest.cs,
1382         ListControlTest.cs, MonthChangedEventArgsTest.cs, 
1383         RadioButtonListTest.cs, StyleTest.cs, TableCellTest.cs, 
1384         TextBoxTest.cs, TreeViewTest.cs, ValidatedControlConverterTest.cs:
1385         Fixed tests results under 2.0 Release Candidate (for NET_2_0).
1387 2005-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1389         * DataGridTest.cs: fix expected/actual order. Added test for HeaderText
1390         and empty ArrayList.
1392 2005-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1394         * TableCellTest.cs: TableCell does not get an automatic ID.
1396 2005-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1398         * TableStyleTest.cs: added test to check that GridLines is correctly
1399         restored in LoadViewState.
1401 2005-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1403         * TableCellTest.cs: added new test cases for bug #76078.
1405 2005-09-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1407         * ListItemTest.cs: tests for ListItem.
1408         * RadioButtonListTest.cs: more test for load/raise.
1410 2005-09-09  Chris Toshok  <toshok@ximian.com>
1412         * StyleTest.cs (FontInfo_Empty): test to see if changes to
1413         Style.Font cause changes in the style's empty status.
1415 2005-09-07  Chris Toshok  <toshok@ximian.com>
1417         * CalendarTest.cs (TestSelectedColorDefault): we need to split up
1418         the color tests since they're rendered in different orders by
1419         ms/us.
1421 2005-09-07  Chris Toshok  <toshok@ximian.com>
1423         * ListControlTest.cs: add tests for the ControlState.
1425 2005-09-05  Chris Toshok  <toshok@ximian.com>
1427         * FormViewTest.cs: new tests.
1429 2005-09-05  Chris Toshok  <toshok@ximian.com>
1431         * DataBoundControlTest.cs: new tests.
1433         * BaseDataBoundControlTest.cs: new tests.
1435 2005-09-01  Chris Toshok  <toshok@ximian.com>
1437         * ListControlTest.cs (DefaultProperties): add tests for TagKey,
1438         Text, and AppendDataBoundItems.
1439         (ViewStateContents): add checks for Text and AppendDataBoundItems.
1441 2005-09-01  Raja R Harinath  <rharinath@novell.com>
1443         * CalendarTest.cs: Remove duplicate using-declarations.
1444         * XmlDataSourceTest.cs: Protect with NET_2_0 guard.
1445         * RepeaterTest.cs (Poker.GetSelectArguments): Likewise.
1446         (Poker.DoCreateDataSourceSelectArguments): Likewise.
1447         (Repeater_DefaultsSelectArguments): Likewise.
1449 2005-08-31  Chris Toshok  <toshok@ximian.com>
1451         * TreeViewTest.cs: beginnings of new tests.
1453         * RepeaterTest.cs: same.
1455         * XmlDataSourceTest.cs: same.
1457 2005-08-27  Chris Toshok  <toshok@ximian.com>
1459         * TextBoxTest.cs: add 2.0 test to show that validation properties
1460         have no effect on downlevel rendering.
1462 2005-08-26  Chris Toshok  <toshok@ximian.com>
1464         * TextBoxTest.cs: add tests for the 2.0 validation properties, and
1465         to make sure they're getting saved to the viewstate.
1467 2005-08-26  Chris Toshok  <toshok@ximian.com>
1469         * FontUnitTest.cs: Add tests for the two 2.0 constructors, and the
1470         2.0 ToString(IFormatProvider) method.
1472         * UnitTest.cs: Add tests for the 2.0 ToString(IFormatProvider)
1473         method.
1475 2005-08-26  Sebastien Pouliot  <sebastien@ximian.com> 
1477         * TableStyleTest.cs: New test cases for 2.0.
1479 2005-08-25  Sebastien Pouliot  <sebastien@ximian.com> 
1481         * CheckBoxListTest.cs: Use Ben's CleanHtmlTextWriter to compare 
1482         rendered output. Re-ordered the expected value to match. Rendering 
1483         tests now pass on Mono 1.x|2.0 profile and MS 1.x.
1484         * DropDownListTest.cs: (Properties) we have the same 2.0 failure on
1485         both Mono and MS runtime, maybe it's a feature ;-)
1487 2005-08-25  Chris Toshok  <toshok@ximian.com>
1489         * CalendarTest.cs: add viewstate tests for Caption/CaptionAlign
1490         (2.0).
1492 2005-08-25  Sebastien Pouliot  <sebastien@ximian.com>
1494         * HyperLinkTest.cs: Fixed the expected output rendering for 2.0.
1496 2005-08-25  Peter Dennis Bartok  <pbartok@novell.com>
1498         * StyleTest.cs: Added tests for CssRegisteredStyle
1500 2005-08-25  Sebastien Pouliot  <sebastien@ximian.com>
1502         * StyleTest.cs: Added test for IsStyleEmpty(null).
1504 2005-08-24  Chris Toshok  <toshok@ximian.com>
1506         * ValidationSummaryTest.cs (ValidationSummary_ValidationGroup):
1507         add tests for ValidationGroup, making sure it's stored in the
1508         ViewState.
1510 2005-08-24  Sebastien Pouliot  <sebastien@ximian.com>
1512         * RoleGroupTest.cs: New (2.0). Unit tests for RoleGroup.
1513         * RoleGroupCollectionTest.cs: New (2.0). Unit tests for 
1514         RoleGroupCollection.
1516 2005-08-23  Chris Toshok  <toshok@ximian.com>
1518         * RepeatInfoTest.cs (RenderRepeater_BaseControl): the 2.0 ReatInfo
1519         class does things a little differently.
1521 2005-08-22  Chris Toshok  <toshok@ximian.com>
1523         * ListControlTest.cs: #if NET_2_0 some of the asserts whose values
1524         are different in 2.0.
1526         * ValidationSummaryTest.cs: same.
1528         * XmlTest.cs: same.
1530         * ListBoxTest.cs: same.
1532         * CheckBoxTest.cs: same.
1534         * UnitTest.cs: same.
1536         * TextBoxTest.cs: same.
1538         * CustomValidatorTest.cs: same.
1540         * DataGridTest.cs: same.
1542         * BaseCompareValidatorTest.cs: remove ko-KR, since my laptop
1543         presently can't find it, and we already have another ymd date
1544         element order.
1546 2005-08-22  Chris Toshok  <toshok@ximian.com>
1548         * RepeatInfoTest.auto.cs: regenerate.
1550         * RepeatInfoTest.auto.2.0.cs: generate using .Net 2.0.
1552         * RepeatInfoTest.gen.cs: add wrapper #ifdefs for the 1.x/2.0 cases
1553         - we need both.
1555 2005-08-22  Chris Toshok  <toshok@ximian.com>
1557         * BaseCompareValidatorTest.cs: fix the tests that change behavior
1558         between 1.x and 2.0.
1560 2005-08-22  Chris Toshok  <toshok@ximian.com>
1562         * LinkButtonTest.cs: add validation group tests.
1564 2005-08-22  Chris Toshok  <toshok@ximian.com>
1566         * ImageButtonTest.cs: add NET_2_0 validation tests.
1568 2005-08-22  Chris Toshok  <toshok@ximian.com>
1570         * CheckBoxTest.cs: add NET_2_0 validation tests.
1572 2005-08-22  Chris Toshok  <toshok@ximian.com>
1574         * ButtonTest.cs (Button_DefaultValues): add NET_2_0 test for
1575         ValidationGroup.
1576         (Button_ViewState): same.
1578 2005-08-22  Sebastien Pouliot  <sebastien@ximian.com>
1580         * LoginNameTest.cs: New. Unit tests for LoginName control (2.0).
1581         * LoginStatusTest.cs: New. Unit tests for LoginStatus control (2.0).
1583 2005-08-19  Sebastien Pouliot  <sebastien@ximian.com>
1585         * TableCellTest.cs: Add test cases for AssociatedHeaderCellID (2.0).
1587 2005-08-18  Sebastien Pouliot  <sebastien@ximian.com>
1589         * BaseDataListTest.cs: Added test cases for new properties, methods
1590         and events defined in 2.0.
1591         * LoginTest.cs: Added test cases for On* methods.
1593 2005-08-17  Chris Toshok  <toshok@ximian.com>
1595         * CompositeControlTest.cs: put it in the MonoTests. namespace so
1596         it shows up in the right place in the nunit gui.
1597         
1598 2005-08-16  Sebastien Pouliot  <sebastien@ximian.com> 
1600         * DataListTest.cs: Fixed ViewState test to work on both 1.x and 2.0.
1601         Added tests for Load|SaveControlState (2.0). Added basic tests for
1602          SelectedValue property (2.0).
1603         * LoginTest.cs: Added test cases to check for null (removal) on all 
1604         string properties, added checks for all enums properties. Also added
1605         test case for SaveViewState.
1607 2005-08-15  Sebastien Pouliot  <sebastien@ximian.com> 
1609         * TableHeaderRowTest.cs: New. Reuse TableRowTest test cases to test
1610         TableHeaderRow class (2.0).
1611         * TableFooterRowTest.cs: New. Reuse TableRowTest test cases to test
1612         TableFooterRow class (2.0).
1613         * TableRowTest.cs: Added test cases for new (2.0) TableSection 
1614         property. Reworked the tests to allow easier reuse of them by the
1615         TableHeaderRow and TableFooterRow classes.
1617 2005-08-14  Sebastien Pouliot  <sebastien@ximian.com> 
1619         * LoginTest.cs: New. Unit tests to test default values for Login.
1620         * TableHeaderCellTest.cs: Add tests for CategoryText and Scope 
1621         properties (new in 2.0).
1622         * TableSectionStyleTest.cs: New. Unit tests for TableSectionStyle.
1623         Note that this new 2.0 class seems broken as it is not complete (MS).
1624         
1625 2005-08-12  Chris Toshok  <toshok@ximian.com>
1627         * CompositeControlTest.cs: a couple of tests for CompositeControl.
1629 2005-08-09  Sebastien Pouliot  <sebastien@ximian.com> 
1631         * BaseDataListTest.cs: Added tests for OnDataBinding.
1632         * DataLitItemTest.cs: Added more useful tests for rendering items, 
1633         including a test when two tables are present and extractRows is true.
1634         Added tests for IDataItemContainer (2.0).
1636 2005-08-08  Jackson Harper  <jackson@ximian.com>
1638         * PagedDataSourceTest.cs: Tests for creating enumerators when
1639         paging is not enabled.
1641 2005-08-08  Sebastien Pouliot  <sebastien@ximian.com>
1643         * HyperLinkTest.cs: Updated comments. Resolve doesn't work when doing
1644         unit tests (probably because it requires a Page, or something else 
1645         that can be used as the base url for the application).
1647 2005-08-03  Peter Dennis Bartok  <pbartok@novell.com>
1649         * EditCommandColumnTest.cs: Updated; InitializeCell() passes except
1650           for the missing footer; InitializeCellEdit() has a problem with
1651           the name given to the TextBox controls
1653 2005-08-05  Jackson Harper  <jackson@ximian.com>
1655         * PagedDataSourceTest.cs: Tests for PageCount.
1657 2005-08-04  Ben Maurer  <bmaurer@ximian.com>
1659         * CalendarTest.cs: Test based on an msdn example. Again, I (heart)
1660         anonymous methods.
1662 2005-08-04  Dick Porter  <dick@ximian.com>
1664         * DataGridColumnTest.cs: Tests for DataGridColumn
1666 2005-08-03  Ben Maurer  <bmaurer@ximian.com>
1668         * RepeatInfoTest.cs: Test for copying from base control
1670         * WebControlTest.cs: Issue I found while doing repeatinfo
1672         * LabelTest.cs: New tests.
1674         * PanelTest.cs: New tests
1676 2005-08-03  Peter Dennis Bartok  <pbartok@novell.com>
1678         * EditCommandColumnTest.cs: Enable tests
1680 2005-08-03  Peter Dennis Bartok  <pbartok@novell.com> 
1682         * DataGridPagerStyleTest.cs: Added testcase
1684 2005-08-03  Jordi Mas i Hernandez <jordi@ximian.com>
1686         *  CalendarTest.cs: Trackview states
1688 2005-08-02  Jackson Harper  <jackson@ximian.com>
1690         * BoundColumnTest.cs: Start of tests for the BoundColumn class.
1691         
1692 2005-08-02  Jordi Mas i Hernandez <jordi@ximian.com>
1694         *  RadioButtonListTest.cs: test unit
1696 2005-08-01  Jackson Harper  <jackson@ximian.com>
1698         * TableStyleTest.cs: Check that items copied set the styles flags.
1700 2005-08-01  Jackson Harper  <jackson@ximian.com>
1702         * PagedDataSourceTest.cs: Test the enumerators a little.
1704 2005-07-30  Chris Toshok  <toshok@ximian.com>
1706         * HyperLinkColumnTest.cs: add some tests for how the column
1707         initializes a TableCell.
1709 2005-07-30  Ben Maurer  <bmaurer@ximian.com>
1711         * RepeatInfoTest.auto.cs: Regen.
1713         * RepeatInfoTest.gen.cs: Autogenerate tests for 0 items
1715 2005-07-29  Chris Toshok  <toshok@ximian.com>
1717         * BaseCompareValidatorTest.cs (CanConvert): disable B9, until we
1718         figure out a culture independent way to do it.
1719         (Convert): same with C17/C18.
1720         (MiscPropertiesAndMethods): test CutoffYear, GetFullYear, and
1721         GetDateElementOrder.
1723 2005-07-27  Peter Dennis Bartok  <pbartok@novell.com> 
1725         * StyleTest.cs: Added font-related tests to check for special
1726           Name/Names behaviour
1728 2005-07-29  Chris Toshok  <toshok@ximian.com>
1730         * BaseCompareValidatorTest.cs: use DateTime to generate the
1731         strings for our date tests, since they're culture specific.
1733 2005-07-29  Dick Porter  <dick@ximian.com>
1735         * RadioButtonTest.cs: Added tests for RadioButton
1737 2005-07-29  Jordi Mas i Hernandez <jordi@ximian.com>
1739         * SelectedDatesCollectionTest.cs: new unit test
1740         * CalendarDayTest.cs: new unit test
1741         * CalendarTest.cs: more tests for calendar control
1743 2005-07-28  Jackson Harper  <jackson@ximian.com>
1745         * EditCommandColumnTest.cs: Make the DataGridTest nested so my
1746         top secret DataGrid tests will still compile.
1748 2005-07-27  Peter Dennis Bartok  <pbartok@novell.com> 
1750         * EditCommandColumnTest.cs: Added tests; marked some as NotWorking
1751           until PagedDataSource is not throwing NotImpl
1753 2005-07-27  Peter Dennis Bartok  <pbartok@novell.com> 
1755         * CustomValidatorTest.cs: Added tests
1757 2005-07-27  Peter Dennis Bartok  <pbartok@novell.com>
1759         * DataGridPagerStyleTest.cs: Added tests
1761 2005-07-26  Peter Dennis Bartok  <pbartok@novell.com>
1763         * DataGridItemTest.cs: Added tests
1765 2005-07-26  Peter Dennis Bartok  <pbartok@novell.com> 
1767         * DataGridItemCollectionTest.cs: Added tests
1769 2005-07-26  Ben Maurer  <bmaurer@ximian.com>
1771         * RepeatInfoTest.cs: Remove tests that are contained below
1773         * RepeatInfoTest.auto.cs: Generated tests.
1775         * RepeatInfoTest.gen.cs: A test generator for repeatinfo
1777 2005-07-25  Peter Dennis Bartok  <pbartok@novell.com> 
1779         * StyleTest.cs: Refined tests
1781 2005-07-25  Jackson Harper  <jackson@ximian.com>
1783         * DataGridTest.cs: More tests for the pager.
1785 2005-07-22  Jackson Harper  <jackson@ximian.com>
1787         * DataGridTest.cs: Basic test for InitializePager.
1789 2005-07-22  Sebastien Pouliot  <sebastien@ximian.com> 
1791         * HyperLinkTest.cs: New. (very basic) unit tests for HyperLink.
1793 2005-07-21  Jackson Harper  <jackson@ximian.com>
1795         * DataGridTest.cs: Test the order the events are invoked in when
1796         creating the control hierarchy.
1798 2005-07-21  Sebastien Pouliot  <sebastien@ximian.com> 
1800         * BaseDataList.cs: Replace IList test with IEnumerable test.
1801         * RepeatInfoTest.cs: Ignore the test about the baseControl / NRE.
1802         * TableCellTest.cs: Added tests for AddParsedSubObject versus the Text
1803         property (and LiteralControl).
1805 2005-07-21  Peter Dennis Bartok  <pbartok@novell.com> 
1807         * CustomValidatorTest.cs: Added
1809 2005-07-21  Peter Dennis Bartok  <pbartok@novell.com> 
1811         * RangeValidatorTest.cs: More test cases
1813 2005-07-21  Sebastien Pouliot  <sebastien@ximian.com>  
1815         * RepeatInfoTest.cs: Added test for RepeatColumn is 0.
1816         * TableRowTest.cs: Added style rendering tests (for my sanity).
1818 2005-07-21  Jackson Harper  <jackson@ximian.com>
1820         * PagedDataSourceTest.cs: Test to see what happens when we get a
1821         non ITypedList.
1823 2005-07-21  Duncan Mak  <duncan@novell.com>
1825         * HyperLinkColumnTest.cs: Added new test for HyperLinkColumn.
1827 2005-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
1829         * DropDownListTest.cs: Added [ExpectedException] for double select
1830           test
1832 2005-07-20  Ben Maurer  <bmaurer@ximian.com>
1834         * DropDownListTest.cs (InitialSelectionMade): Add a test for a
1835         regression that seems to be caused by some change to
1836         ListItemCollection. Add this file to sources as all tests other
1837         than this pass using the old impl of ddl except for this, which is
1838         a regression.
1840 2005-07-20  Sebastien Pouliot  <sebastien@ximian.com> 
1842         * RepeatInfoTest.cs: More unit tests for arguments checks, default 
1843         values, baseControl (not figured out yet) and OuterTableImplied.
1845 2005-07-20  Jackson Harper  <jackson@ximian.com>
1846 2005-07-20  Jackson Harper  <jackson@ximian.com>
1848         * DataGridTest.cs: Make sure we get back a proper columns
1849         collection.
1851 2005-07-20  Jackson Harper  <jackson@ximian.com>
1853         * DataGridTest.cs: The columns collection cached from the
1854         CreateColumnSet is stored in the view state.
1856 2005-07-20  Sebastien Pouliot  <sebastien@ximian.com> 
1858         * BaseDataListTest.cs: Added more tests ported from DataGridTest.
1859         * DataListTest.cs: Added more tests ported from DataGridTest.
1861 2005-07-20  Peter Dennis Bartok  <pbartok@novell.com> 
1863         * ValidationSummaryTest.cs: Added rendering tests
1865 2005-07-20  Jackson Harper  <jackson@ximian.com>
1867         * DataGridTest.cs: Test generating column names with/without
1868         enabling useDataSource.
1870 2005-07-20  Sebastien Pouliot  <sebastien@ximian.com> 
1872         * DataListTest.cs: Add viewstate test.
1874 2005-07-20  Jackson Harper  <jackson@ximian.com>
1876         * DataGridTest.cs: Check the properties of newly created
1877         BoundColumns.
1879 2005-07-20  Sebastien Pouliot  <sebastien@ximian.com> 
1881         * BaseDataListTest.cs: Add render tests (all empty).
1882         * DataListTest.cs: Added Controls vs Items test.
1883         * WebControlTest.cs: Added new (passing) tests.
1885 2005-07-19  Jackson Harper  <jackson@ximian.com>
1887         * PagedDataSource.cs: New unit test for GetItemProperties.
1889 2005-07-19  Jackson Harper  <jackson@ximian.com>
1891         * DataGridTest.cs: New tests for creating column sets.
1893 2005-07-19  Sebastien Pouliot  <sebastien@ximian.com> 
1895         * DataListTest.cs: Add more tests for IRepeatInfoUser.
1896         * RepeatInfoTest.cs: New. Unit test for RepeatInfo (not exactly what
1897         I had expected...).
1899 2005-07-19  Jackson Harper  <jackson@ximian.com>
1901         * CheckBoxListTest.cs: New tests for FindControl.
1903 2005-07-19  Jackson Harper  <jackson@ximian.com>
1905         * DataGridTest.cs: New test for viewstate saving.
1907 2005-07-19  Chris Toshok  <toshok@ximian.com>
1909         * BaseValidatorTest.cs: use the right call (SetValidationTextBox)
1910         in ValidatorTest.
1912 2005-07-19  Peter Dennis Bartok  <pbartok@novell.com> 
1914         * DropDownListTest.cs: Testcases added
1915         * RangeValidatorTest.cs: Added
1916         * ValidatedControlConverterTest.cs: Added
1917         * ValidationSummaryTest.cs: Added
1919 2005-07-19  Chris Toshok  <toshok@ximian.com>
1921         * BaseCompareValidatorTest.cs: add date tests.
1923 2005-07-19  Jackson Harper  <jackson@ximian.com>
1925         * DataGridTest.cs: Bubble tests for Page command. Tests for bad
1926         Page command bubble event args.
1928 2005-07-19  Jackson Harper  <jackson@ximian.com>
1930         * DataGridTest.cs: Select can also be bubbled.
1932 2005-07-19  Jackson Harper  <jackson@ximian.com>
1934         * DataGridTest.cs: Tests for the BubbleEvent.
1936 2005-07-19  Jackson Harper  <jackson@ximian.com>
1938         * DataGridTest.cs: New tests. Just does properties and events for
1939         the most part.
1941 2005-07-18  Chris Toshok  <toshok@ximian.com>
1943         * BaseCompareValidatorTest.cs: note the lack of Date tests, and
1944         add null tests.
1946 2005-07-18  Chris Toshok  <toshok@ximian.com>
1948         * BaseCompareValidatorTest.cs: new tests.
1950 2005-07-19  Ben Maurer  <bmaurer@ximian.com>
1952         * UnitConverterTest.cs: New tests
1954 2005-07-18  Chris Toshok  <toshok@ximian.com>
1956         * CompareValidatorTest.cs (CompareValidator_ValueToCompareTest,
1957         CompareValidator_ControlToCompareTest): new methods.
1959         * ValidatorTest.cs: add AddTextBox method.
1961 2005-07-18  Chris Toshok  <toshok@ximian.com>
1963         * RegularExpressionValidatorTest.cs: add a simple validation test.
1965         * ValidatorTest.cs: add a base class for validator tests, that
1966         enables a little scaffolding for faking out the test.
1968 2005-07-18  Chris Toshok  <toshok@ximian.com>
1970         * CompareValidatorTest.cs: new tests.
1972 2005-07-18  Chris Toshok  <toshok@ximian.com>
1974         * RegularExpressionValidatorTest.cs: new test.
1976 2005-07-18  Sebastien Pouliot  <sebastien@ximian.com>
1978         * DataListTest.cs: Fix tests for 1.1 which keeps more stuff into it's
1979         ViewState.
1981 2005-07-15  Peter Dennis Bartok  <pbartok@novell.com> 
1983         * DropDownListTest.cs: Testcases added
1985 2005-07-15  Jackson Harper  <jackson@ximian.com>
1987         * CheckBoxListTest.cs: New tests for FindControl.
1989 2005-07-15  Jackson Harper  <jackson@ximian.com>
1991         * WebControlTest.cs: New test to make sure NamingContainers are
1992         honoured when rendering client ids.
1994 2005-07-15  Jackson Harper  <jackson@ximian.com>
1996         * CheckBoxListTest.cs: More tests for the IRepeatInfoUser stuff
1997         and for rendering.
1999 2005-07-15  Sebastien Pouliot  <sebastien@ximian.com>
2001         * BaseDataListTest.cs: New. Unit tests for abstract BaseDataList.
2002         * DataKeyCollectionTest.cs: New. Unit tests for DataKeyCollection.
2003         * DataListItemCollectionTest.cs: New. Unit tests for 
2004         DataListItemCollection.
2005         * DataListItemTest.cs: New. Unit tests for DataListItem (incomplete).
2006         * DataListTest.cs: New. Unit tests for DataList (incomplete).
2008 2005-07-14  Jackson Harper  <jackson@ximian.com>
2010         * CheckBoxListTest.cs: Rendering tests.
2012 2005-07-14  Jackson Harper  <jackson@ximian.com>
2014         * CheckBoxListTest.cs: Fix the exception types thrown for bad
2015         enums. Mark as NotWorking as this doesn't work with the old
2016         CheckBoxList class anymore.
2018 2005-07-14  Jackson Harper  <jackson@ximian.com>
2020         * CheckBoxListTest.cs: Add some rendering tests. These aren't
2021         fully working yet so they are in the NotWorking category.
2023 2005-07-14  Jackson Harper  <jackson@ximian.com>
2025         * CheckBoxListTest.cs: This has the potential to be a beautiful
2026         test.
2028 2005-07-14  Peter Dennis Bartok  <pbartok@novell.com> 
2030         * WebColorConverter.cs: Testcases added
2032 2005-07-14  Jackson Harper  <jackson@ximian.com>
2034         * ListControlTest.cs: New test for the viewstate and item
2035         selection.
2037 2005-07-14  Dick Porter  <dick@ximian.com>
2039         * CheckBoxTest.cs: Added enum checks
2041 2005-07-14  Peter Dennis Bartok  <pbartok@novell.com> 
2043         * TargetConverterTest.cs: Testcases added
2045 2005-07-14  Duncan Mak  <duncan@novell.com>
2047         * PagedDataSourceTest.cs: Added testcases.
2048         (PageCountTest, CountTest, IsLastPageTest): Needs more work.
2050 2005-07-13  Peter Dennis Bartok  <pbartok@novell.com> 
2052         * FontNamesConverterTest.cs: Testcases added
2054 2005-07-13  Peter Dennis Bartok  <pbartok@novell.com>
2056         * ListItemCollectionTest.cs: Added
2057         * ListBoxTest.cs: Marked test as not working since it dependes on
2058           ListControl making a call to an obsolete internal method
2060 2005-07-13  Jackson Harper  <jackson@ximian.com>
2062         * ListControlTest.cs: New tests for the ListControl.
2064 2005-07-13  Jackson Harper  <jackson@ximian.com>
2066         * ListBoxTest.cs: Exception is thrown (by ListControl). Dont run
2067         the BadBorderStyle test as this fails in ListControls.
2069 2005-07-13  Sebastien Pouliot  <sebastien@ximian.com>
2071         * ImageTest.cs: Added tests for DescriptionUrl in 1.1 profile as this
2072         property was added in Fx 1.1 SP1.
2073         * StyleTest.cs: Added more tests for CopyFrom to test it's behavior,
2074         e.g. it doesn't reset itself nor remove it's properties if they're
2075         not part of the copied Style instance.
2076         * TableTest.cs: Adjusted values so we're not testing a 100% match with
2077         MS lines/indentations.
2078         * TableRowTest.cs: Use Ben's trick on StreamWriter (\r\n). Adjusted
2079         values so we're not testing a 100% match with MS lines/indentations.
2080         * WebControlTest.cs: Added tests to remove attributes and style before
2081         rendering. Empty style properties shouldn't be rendered.
2083 2005-07-13  Dick Porter  <dick@ximian.com>
2085         * CheckBoxTest.cs: Added tests for CheckBox - currently all
2086         passing on mono and ms runtimes.
2088 2005-07-12  Sebastien Pouliot  <sebastien@ximian.com> 
2090         * WebControlTest.cs: Added another test for RenderBeginTag, this time
2091         using an attribute (renamed old test as it was for style attributes).
2093 2005-07-12  Peter Dennis Bartok  <pbartok@novell.com>
2095         * WebControlTest.cs: Added test for loading/saving of state. Switched
2096           to use Sebastiens GetWriter method
2098 2005-07-12  Jackson Harper  <jackson@ximian.com>
2100         * ListBoxTest.cs: Some simple tests for the ListBox control.
2101         
2102 2005-07-12  Sebastien Pouliot  <sebastien@ximian.com> 
2104         * TableTest.cs: Use Ben's trick on StreamWriter.
2105         * WebControlTest.cs: Added tests for RenderBeginTag.
2107 2005-07-12  Sebastien Pouliot  <sebastien@ximian.com>
2109         * TableCellTest.cs: New. Unit tests for TableCell.
2110         * TableItemStyleTest.cs: New. Unit tests for TableItemStyle.
2111         * TableHeaderCellTest.cs: New. Unit tests for TableHeaderCell.
2112         * TableRowTest.cs: New. Unit tests for TableRow.
2113         * TableStyleTest.cs: New. Unit tests for TableStyle.
2114         * TableTest.cs: New. Unit tests for Table.
2116 2005-07-12  Miguel de Icaza  <miguel@novell.com>
2118         * UnitTest.cs: Update test suite.
2120 2005-07-12  Jordi Mas i Hernandez <jordi@ximian.com>
2122         * ButtonTest.cs: add Default constructors tests
2123         * ImageButtonTest.cs: Adds ImageButtonTest 
2125 2005-07-11  Peter Dennis Bartok  <pbartok@novell.com>
2127         * WebControlTest.cs: Added test.
2129 2005-07-11  Sebastien Pouliot  <sebastien@ximian.com> 
2131         * FontUnitTest.cs: Added more tests when looking for another bug...
2132         * StyleTest.cs: Added some unit tests for a null ctor and checks for
2133         emptyness.
2135 2005-07-11  Jordi Mas i Hernandez <jordi@ximian.com>
2137         * ButtonTest.cs: New unit test for Button
2139 2005-07-08  Sebastien Pouliot  <sebastien@ximian.com>
2141         * ImageTest.cs: New. Unit tests for Image.
2143 2005-07-08  Jackson Harper  <jackson@ximian.com>
2145         * LiteralTest.cs: new test.
2146         * MonthCalendarEventArgsTest.cs: new test.
2148 2005-07-08  Jackson Harper  <jackson@ximian.com>
2150         * AdCreatedEventArgsTest.cs: Added test.
2152 2005-07-07  Miguel de Icaza  <miguel@novell.com>
2154         * XmlTest.cs: Added test.  
2156 2005-07-07  Peter Dennis Bartok  <pbartok@novell.com>
2158         * StyleTest.cs: Added test.
2160 2005-07-07  Miguel de Icaza  <miguel@novell.com>
2162         * LabelTest.cs: Add test.
2164 2005-07-07  Ben Maurer  <bmaurer@ximian.com>
2166         * FontUnitTest.cs: Make it run on msft
2168 2005-07-06  Miguel de Icaza  <miguel@novell.com>
2170         * FontUnitTest.cs: New unit tests.
2172         * UnitTest.cs: Add support for different cultures and the Decimal
2173         separator,
2174         
2175         * UnitTest.cs: Add tests for null and "" arguments to Parse and
2176         Unit(string) which produce IsEmpty units. 
2178         * UnitTest.cs: Fresh file with tests.
2180 2004-10-08  Sanjay Gupta <gsanjay@novell.com>
2182         * TestControlIDConverter.cs: Added new test file for ControlIDConverter.