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