1 2007-04-17 Jonathan Chambers <joncham@gmail.com>
3 * Makefile: Fix build, add $(TEST_RUNTIME) before call to culevel.
5 2007-04-17 Marek Habersack <mhabersack@novell.com>
7 * Makefile (System.Web/UplevelHelper.cs): autogenerate the file if
10 * System.Web.dll.sources: added the System.Web/UplevelHelper.cs
11 file. It is autogenerated by the culevel compiler.
13 * UplevelHelperDefinitions.xml: added default uplevel browsers
14 definition file. This serves as input to the culevel compiler in
15 the tools directory at the top of the mcs tree.
17 2007-04-12 Vladimir Krasnov <vladimirk@mainsoft.com>
19 * System.Web20.csproj:
20 * System.Web.dll.sources: added HttpParamsCollection.cs
22 2007-04-01 Vladimir Krasnov <vladimirk@mainsoft.com>
24 * System.Web20.csproj:
25 * System.Web.dll.sources: HeadersCollection.cs, BaseParamsCollection.cs
27 2007-03-21 Marek Habersack <mhabersack@novell.com>
29 * System.Web.dll.sources: added UnknownAttributeDescriptor.cs
31 2007-02-20 Gert Driesen <drieseng@users.sourceforge.net>
33 * System.Web_test.dll.sources: Removed duplicate ImageFieldTest.cs
36 2007-02-19 YonikKalin <yonik@mainsoft.com>
38 * Add System.Web_test.dll.sources add ChangePasswordTest.cs
40 2007-02-18 Eyal Alaluf <eyala@mainsoft.com>
42 * run-mono-tests.bat: Add J2EE jar to classpath.
44 2007-02-12 Marek Habersack <grendello@gmail.com>
46 * System.Web.dll.sources: added PreservationFile.cs
48 2007-01-15 Marek Habersack <grendello@gmail.com>
50 * System.Web.dll.sources: Added WsdlBuildProvider.cs
52 2007-01-14 Eyal Alaluf <eyala@mainsoft.com>
54 * System.Web20.vmwcsproj: added .jvm files for Control.cs, Page.cs,
55 HttpRequest.cs & HttpContext.cs
57 2007-01-07 Vladimir Krasnov <vladimirk@mainsoft.com>
59 * System.Web20.vmwcsproj: added ProfileParameter.cs
60 * System.Web.dll.sources: added ProfileParameter.cs
62 2007-01-07 Vladimir Krasnov <vladimirk@mainsoft.com>
64 * System.Web20.vmwcsproj: added AppResourcesCompiler.jvm.cs to project
66 2007-01-05 Marek Habersack <grendello@gmail.com>
68 * System.Web.dll.sources: Add new app resources compiler files.
70 2006-12-20 Marek Habersack <grendello@gmail.com>
72 * System.Web.dll.sources: adjustments for the 2.0 SessionState
75 2006-12-09 Marek Habersack <grendello@gmail.com>
77 * System.Web.dll.sources: Add the HiddenFieldPageStatePersister.cs
80 2006-12-05 Yoni Klain <yonik@mainsoft.com>
82 * MakeFile added new resources TextBoxTestlPage.aspx for TextBoxTest.cs
84 2006-11-29 Yoni Klain <yonik@mainsoft.com>
86 * MakeFile added new resources ListControlPage.aspx for ListControlTest.cs
88 2006-11-28 Miguel de Icaza <miguel@novell.com>
90 * Rationalize the user of MonoTODOs.
92 - Removed all the TODOs that were only overwritten methods
93 and had no further information.
95 - Methods that threw exceptions now have the message "Not
98 - Methods that return some constant are declared like
101 - Removed a bunch of stale MonoTODOs that had not been
104 2006-11-27 Yoni Klain <yonik@mainsoft.com>
106 * MakeFile added new resources NoEventValidation.aspx for ImageButtonTest.cs
108 2006-11-09 Vladimir Krasnov <vladimirk@mainsoft.com>
110 * System.Web_test.dll.sources: added PasswordRecoveryTest.cs,
111 PasswordRecoveryTest.cs
112 * Makefile: added WebControl.config resource
114 2006-11-09 Vladimir Krasnov <vladimirk@mainsoft.com>
116 * System.Web.dll.sources: added PasswordRecovery.cs
117 * System.Web20.vmwcsproj: added PasswordRecovery.cs
119 2006-11-22 Yoni Klain <yonik@mainsoft.com>
121 * MakeFile added new resources AsyncPage.aspx,PageCultureTest.aspx for PageTest.cs
123 2006-11-21 Yoni Klain <yonik@mainsoft.com>
125 * MakeFile added new resources Theme2.skin and adapters.browser for ControlTest.cs
127 2006-11-20 Marek Habersack <grendello@gmail.com>
129 * System.Web.dll.sources: Added
130 System.Web.UI.WebParts/PersonalizableAttribute.cs
132 2006-11-17 Marek Habersack <grendello@gmail.com>
134 * System.Web.dll.sources: Added
135 System.Web.Compilation/ForceCopyBuildProvider.cs and
136 System.Web.Compilation/MasterPageBuildProvider.cs and
137 System.Web.UI/PageLifeCycle.cs
139 2006-11-09 Vladimir Krasnov <vladimirk@mainsoft.com>
141 * System.Web.dll.sources: added DataSourceCasheManager.cs
142 * System.Web20.vmwcsproj: added DataSourceCasheManager.cs
144 2006-11-08 Marek Habersack <grendello@gmail.com>
146 * System.Web.dll.sources: added the App_Code compiler
148 2006-11-05 Vladimir Krasnov <vladimirk@mainsoft.com>
150 * System.Web.dll.sources: added System.Web.Profile/ProfileParser.cs
151 * System.Web20.vmwcsproj:
152 added System.Web.Profile/ProfileParser.jvm.cs
154 2006-10-23 Merav Sudri <meravs@mainsoft.com
156 *System.Web_test.dll.sources : FormParameterTest and ParameterTest were added.
158 2006-10-18 Marek Habersack <grendello@gmail.com>
160 * System.Web.dll.sources: add global/local resources compiler
163 * Makefile: System.Windows.Forms.dll is needed for global/local
164 resource compiler now.
166 2006-10-17 Vladimir Krasnov <vladimirk@mainsoft.com>
168 * run-mono-tests.bat: added Derby to tests classpath
170 2006-10-11 Merav Sudri <meravs@mainsoft.com>
171 The following new tests were added:
172 * System.Web.UI.WebControls.SessionParameterTest.cs
173 * System.Web.UI.WebControls.QueryStringParameterTest.cs
174 * System.Web.UI.WebControls.ControlParameterTest.cs
175 * System.Web.UI.WebControls.CookieParameterTest.cs
177 2006-10-10 Yoni Klain <yonik@mainsoft.com>
178 * System.Web.UI.WebControls.CustomValidatorTest.cs new tests added;
180 2006-10-04 Yoni Klain <yonik@mainsoft.com>
181 * System.Web.UI.Page.Test.cs new tests added;
182 * MakeFile: add new resources for PageTest.cs :
183 Test/mainsoft/NunitWebResources/PageLifecycleTest.aspx ;
184 Test/mainsoft/NunitWebResources/PageValidationTest.aspx ;
186 2006-10-03 Hagit Yidov <hagity@mainsoft.com>
188 * ImageMapTest.cs: New test was added
189 * HotSpotTest.cs: New test was added
190 * HotSpotCollectionTest.cs: New test was added
191 * CircleHotSpot.cs: New test was added
192 * RectangleHotSpot.cs: New test was added
193 * PolygonHotSpot.cs: New test was added
195 2006-09-28 Yoni Klain <yonik@mainsoft.com>
197 * MakeFile: add new resources for MasterPageTest.cs :
198 Test/mainsoft/NunitWebResources/MasterTypeTest1.aspx ;
199 Test/mainsoft/NunitWebResources/MasterTypeTest2.aspx ;
200 Test/mainsoft/NunitWebResources/MyDerived.master ;
201 Test/mainsoft/NunitWebResources/MyPageWithDerivedMaster.aspx ;
203 2006-09-26 Boris Kirzner <borisk@mainsoft.com>
205 * run-mono-tests.bat: log files naming fix.
207 2006-09-19 Yoni Klain <yonik@mainsoft.com>
209 * System.Web_test.dll.sources: add new \System.Web.UI.WebControls\CrossPagePostingTest.cs
210 * MakeFile: add new resources for CrossPagePostingTest.cs :
211 Test/mainsoft/NunitWebResources/CrossPagePosting1.aspx ;
212 Test/mainsoft/NunitWebResources/CrossPagePosting2.aspx ;
214 2006-09-18 Yoni Klain <yonik@mainsoft.com>
216 * System.Web_test.dll.sources: add new \System.Web.UI.WebControls\MappingUrlTest.cs
217 * MakeFile: add new resources for MappingUrlTest.cs :
218 Test/mainsoft/NunitWebResources/Mapping.aspx ;
219 Test/mainsoft/NunitWebResources/Mapping1.aspx ;
220 Test/mainsoft/NunitWebResources/WebMapping.config
222 2006-09-17 Yoni Klain <yonik@mainsoft.com>
224 * System.Web_test.dll.sources: add new \System.Web.UI\TemplateControlTest.cs
225 * MakeFile: add new resources for TemplateControlTest.cs
226 Test/mainsoft/NunitWebResources/TemplateUserControl.ascx \
227 Test/mainsoft/NunitWebResources/EvalTest.aspx \
229 2006-09-14 Boris Kirzner <borisk@mainsoft.com>
231 * run-mono-tests.bat: fixes for TARGET_JVM tests run.
233 2006-04-09 Boris Kirzner <borisk@mainsoft.com>
235 * run-mono-tests.bat: fixes for TARGET_JVM NET_2_0 tests run.
237 2006-08-27 Roei Erez <roeie@mainsoft.com>
239 * WebConfigurationManager.cs: corrections for static variables on mainsoft platform
241 2006-08-28 Yoni Klain <yonik@mainsoft.com>
243 * System.Web_test.dll.sources: add new \System.Web.UI\ClientScriptManagerTest.cs
244 * MakeFile: add new resources for ClientScriptMenagerTest.cs
245 Test/mainsoft/NunitWebResources/EventValidationTest2.aspx \
246 Test/mainsoft/NunitWebResources/EventValidationTest1.aspx \
247 Test/mainsoft/NunitWebResources/ClientScript.js \
249 2006-08-27 Hagit Yidov <hagity@mainsoft.com>
251 * TreeNodeBindingCollectionTest.cs: New test was added
252 * TreeNodeBindingTest.cs: New test was added
253 * TreeNodeCollectionTest.cs: New test was added
254 * TreeNodeStyleCollectionTest.cs: New test was added
255 * TreeNodeTest.cs: New test was added
256 * TreeViewTest.cs: Test was updated
258 2006-08-10 Hagit Yidov <hagity@mainsoft.com>
260 * ImageMapTest.cs: New test was added
261 * HotSpotTest.cs: New test was added
262 * HotSpotCollectionTest.cs: New test was added
263 * CircleHotSpot.cs: New test was added
264 * RectangleHotSpot.cs: New test was added
265 * PolygonHotSpot.cs: New test was added
267 2006-08-23 Igor Zelmanovich <igorz@mainsoft.com>
269 * MenuTest.cs: added tests
271 2006-08-23 Igor Zelmanovich <igorz@mainsoft.com>
274 added tests ensure that AddAttributesToRender method calls FillStyleAttributes
275 and style attributes work properly.
277 2006-08-23 Igor Zelmanovich <igorz@mainsoft.com>
279 * FontInfoTest.cs: added test
281 2006-08-22 Igor Zelmanovich <igorz@mainsoft.com>
283 * FontInfoTest.cs: added test: CopyFrom and MergeWith behave differently between 1.1 and 2.0
285 2006-08-17 Igor Zelmanovich <igorz@mainsoft.com>
287 * StyleTest.cs: added test ensures that IsEmpty returns false for
288 empty style that was registered with StyleSheet
290 2006-08-17 Igor Zelmanovich <igorz@mainsoft.com>
292 * StyleTest.cs: new test was added, fixed Style_CssClass test
294 2006-08-16 Yoni Klain <yonik@mainsoft.com>
296 * DataSourceViewTest.cs; DataSourceControlTest.cs : new tests
298 2006-08-15 Igor Zelmanovich <igorz@mainsoft.com>
300 * MenuTest.cs: new test was added, removed NotWorking attributes
302 2006-08-15 Igor Zelmanovich <igorz@mainsoft.com>
304 * MenuTest.cs: new tests were added.
306 2006-08-14 Andrew Skiba <andrews@mainsoft.com>
308 * TableTest.cs: new test added.
310 2006-08-14 Igor Zelmanovich <igorz@mainsoft.com>
312 * MenuTest.cs: added test showing that items initialization should occurs only once
314 2006-08-10 Yoni Klain <yonik@mainsoft.com>
316 * CallBackTest.cs: New test was added
318 2006-08-010 Hagit Yidov <hagity@mainsoft.com>
320 * ImageMapTest.cs: New test was added
321 * HotSpotTest.cs: New test was added
322 * HotSpotCollectionTest.cs: New test was added
323 * CircleHotSpot.cs: New test was added
324 * RectangleHotSpot.cs: New test was added
325 * PolygonHotSpot.cs: New test was added
328 2006-08-10 Igor Zelmanovich <igorz@mainsoft.com>
330 * MenuTest.cs: new tests were added
332 2006-08-09 Igor Zelmanovich <igorz@mainsoft.com>
334 * HierarchicalDataBoundControlTest.cs: added new tests
336 2006-08-08 Merav Sudri <meravs@mainsoft.com>
338 * ObjectDataSourceTest.cs: SetUp with delay was added to the test.
339 2006-08-08 Merav Sudri <meravs@mainsoft.com>
341 * ObjectDataSourceTest.cs: New test was added
343 2006-08-08 Yoni Klain <yonik@mainsoft.com>
345 * LoginViewTest.cs: added new tests and new resources for tests
346 * ObjectDataSourceView.cs: added new tests
348 2006-08-06 Vladimir Krasnov <vladimirk@mainsoft.com>
350 * CommandFieldTest.cs:
351 * GridViewRowCollectionTest.cs:
353 * SiteMapPathTest.cs:
355 * XmlDataSourceTest.cs: removed NotWorking attributes
357 2006-08-06 Vladimir Krasnov <vladimirk@mainsoft.com>
359 * ThemeTest.cs: fixed test resource
361 2006-08-06 Vladimir Krasnov <vladimirk@mainsoft.com>
363 * ThemeTest.cs: tests added
365 2006-08-01 Vladimir Krasnov <vladimirk@mainsoft.com>
367 * BulletedListTest.cs: fixed new line in render tests
369 2006-07-31 Vladimir Krasnov <vladimirk@mainsoft.com>
371 * WizardStepBaseTest.cs:
374 * GridViewTest.cs: removed NotWorking attributes
376 2006-07-30 Andrew Skiba <andrews@mainsoft.com>
378 * FormViewTest.cs: fix few tests.
380 2006-07-30 Vladimir Krasnov <vladimirk@mainsoft.com>
382 * WizardTest.cs: fixed test, removed NotWorking attributes
384 2006-07-27 Andrew Skiba <andrews@mainsoft.com>
386 * FormViewTest.cs: fix few tests.
388 2006-07-27 Andrew Skiba <andrews@mainsoft.com>
390 * DetailsViewTest.cs: fix tests.
392 2006-07-26 Vladimir Krasnov <vladimirk@mainsoft.com>
394 * XmlDataSourceTest.cs: fixed aspx based tests
396 2006-07-26 Andrew Skiba <andrews@mainsoft.com>
398 * FormViewTest.cs: visual studio ifdef.
400 2006-07-26 Andrew Skiba <andrews@mainsoft.com>
402 * DetailsViewRowTest.cs: fix the test (incomplete).
404 2006-07-26 Andrew Skiba <andrews@mainsoft.com>
406 * DetailsViewTest.cs: fix few tests.
408 2006-07-26 Yoni Klain <yonik@mainsoft.com>
410 * XmlDataSourceTest.cs: Add new tests.
412 2006-07-25 Vladimir Krasnov <vladimirk@mainsoft.com>
414 * MultiViewTest.cs: added test
416 2006-07-25 Vladimir Krasnov <vladimirk@mainsoft.com>
420 * WizardStepBaseTest.cs:
421 * WizardTest.cs: fixed tests
423 2006-07-25 Merav Sudri <meravs@mainsoft.com>
425 * FormViewTest.cs: Add three postback tests.
427 2006-07-24 Andrew Skiba <andrews@mainsoft.com>
429 * DetailsViewTest.cs: split a test in two, working and not working.
431 2006-07-23 Andrew Skiba <andrews@mainsoft.com>
433 * DetailsViewTest.cs: fix the test.
435 2006-07-20 Andrew Skiba <andrews@mainsoft.com>
437 * DetailsViewTest.cs: more precise lifetime flow check.
439 2006-07-20 Andrew Skiba <andrews@mainsoft.com>
441 * DetailsViewTest.cs: add EnsureChildControls basic test.
443 2006-07-20 Andrew Skiba <andrews@mainsoft.com>
445 * DetailsViewTest.cs: add a new assert
447 2006-07-20 Vladimir Krasnov <vladimirk@mainsoft.com>
449 * PagerSettingsTest.cs: fixed PropertyChanged test
451 2006-07-19 Andrew Skiba <andrews@mainsoft.com>
453 * DetailsViewTest.cs: #if VISUAL_STUDIO
455 2006-07-20 Yoni Klain <yonik@mainsoft.com>
457 * GridViewTest.cs: added new tests
459 2006-07-19 Andrew Skiba <andrews@mainsoft.com>
461 * DetailsViewTest.cs: #if NET_2_0
462 * TableStyleTest.cs: Category ("NotWorking")
464 2006-07-19 Andrew Skiba <andrews@mainsoft.com>
466 * TableStyleTest.cs: add a test for BackImageUrl rendering
468 2006-07-19 Merav Sudri <meravs@mainsoft.com>
470 * DetailsViewRowTest.cs: added new test
471 * DetailsViewRowCollectionTest.cs: added new test
472 * FormViewRowTest.cs: added new test
473 * FormViewTest.cs: added new test
475 2006-07-19 Merav Sudri <meravs@mainsoft.com>
477 * DetailsViewTest.cs: added new test
479 2006-07-18 Vladimir Krasnov <vladimirk@mainsoft.com>
481 * GridViewTest.cs: removed NotWorking attributes, added tests
483 2006-07-17 Yoni Klain <yonik@mainsoft.com>
485 * SiteMapPathTest.cs: added new test
487 2006-07-17 Andrew Skiba <andrews@mainsoft.com>
489 * CommandFieldTest.cs: added positive flow test for
490 ValidateSupportsCallback
492 2006-07-17 Andrew Skiba <andrews@mainsoft.com>
494 * WebControlTest.cs: added tests for display style
496 2006-07-17 Vladimir Krasnov <vladimirk@mainsoft.com>
498 * GridViewTest.cs: added new test
500 2006-07-16 Vladimir Krasnov <vladimirk@mainsoft.com>
502 * BoundFieldTest.cs: added new test
504 2006-07-16 Andrew Skiba <andrews@mainsoft.com>
506 * SiteMapPathTest.cs: fix expected results for dotnet in 3 tests;
507 add 2 new asserts for InitializeItem
509 2006-07-16 Vladimir Krasnov <vladimirk@mainsoft.com>
511 * BulletedListTest.cs: removed NotWorking attributes
513 2006-07-16 Yoni Klain <yonik@mainsoft.com>
515 * added WizardStepBaseTest.cs; WizardStepTest.cs; WizardStepCollectionTest.cs
517 2006-07-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
519 * DataListTest.cs: new test for templated items. Patch by Jaros?aw
522 2006-07-12 Yoni Klain <yonik@mainsoft.com>
524 * WizardTest.cs added new tests;
525 * SiteMapPathTest.cs removed remarks
527 2006-07-11 Vladimir Krasnov <vladimirk@mainsoft.com>
529 * GridViewTest.cs: added GridView_RenderingCheckBoxField2
530 for testing of autogenerated checkbox column
532 2006-07-11 Yoni Klain <yonik@mainsoft.com>
534 * ImageFieldTest.cs added new tests;
536 2006-07-10 Andrew Skiba <andrews@mainsoft.com>
538 * SiteMapPathTest.cs: fix expected results for IE user-agent
541 2006-07-09 Yoni Klain <yonik@mainsoft.com>
543 * MenuTest.cs changes on postback;
545 2006-07-09 Yoni Klain <yonik@mainsoft.com>
547 * ContentTest.cs changes on event test;
549 2006-07-07 Yoni Klain <yonik@mainsoft.com>
551 * added PagerSettingsTest.cs;GridViewRowCollectionTest.cs;
552 ContentTest.cs;GridViewRowTest.cs
554 2006-07-07 Yoni Klain <yonik@mainsoft.com>
556 * GridViewTest.cs, MenuTest.cs added PostBack tests
558 2006-07-05 Vladimir Krasnov <vladimirk@mainsoft.com>
560 * added CreateUserWizardTest.cs
562 2006-07-03 Vladimir Krasnov <vladimirk@mainsoft.com>
564 * BoundFieldTest.cs, ButtonFieldTest.cs, DataControlFieldTest.cs
565 HyperLinkFieldTest.cs, ImageFieldTest.cs: removed NotWorking
566 attribute from Initialize test case
568 2006-06-28 Juraj Skripsky <js@hotfeet.ch>
570 * RegularExpressionValidatorTest.cs: check for automatic wrapping of
571 expression with "^...$".
573 2006-06-28 Vladimir Krasnov <vladimirk@mainsoft.com>
575 * Added WizardTest.cs: Wizard control basic tests
577 2006-06-25 Yoni Klain <yonik@mainsoft.com>
580 * AutoGeneratedFieldTest.cs;BoundFieldTest.cs;DataControlFieldTest.cs;
581 * DataControlFieldCollectionTest.cs;DataKeyArrayTest.cs;
582 * DataKeyTest.cs;ButtonFieldBaseTest.cs;HyperLinkFieldTest.cs;
583 * CommandFieldTest.cs;CheckBoxFieldTest.cs;TemplateFieldTest.cs
584 * GridView test and GridView subclasses tests.
586 2006-06-25 Konstantin Triger <kostat@mainsoft.com>
588 * FormViewTest.cs: test for PageIndex bounds.
590 2006-06-21 Andrew Skiba <andrews@mainsoft.com>
592 * ThemeTest.cs, SiteMapPathTest.cs, FormViewTest.cs, MenuTest.cs,
593 MasterPageTest.cs: NunitWeb refactoring
595 2006-06-21 Andrew Skiba <andrews@mainsoft.com>
597 * FileUploadTest.cs: add new tests for FileUpload control
599 2006-06-20 Andrew Skiba <andrews@mainsoft.com>
601 * ThemeTest.cs: add new test for UrlPropertyAttribute
603 2006-06-20 Andrew Skiba <andrews@mainsoft.com>
605 * FormViewTest.cs: add new test for CssClass attribute
607 2006-06-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
609 * RepeaterItemCollectionTest.cs: New file.
611 2006-06-14 Andrew Skiba <andrews@mainsoft.com>
613 * MenuTest.cs: add test for CssClass attribute
615 2006-06-13 Juraj Skripsky <js@hotfeet.ch>
617 * CalendarTest.cs (SelectDateProperty): Make sure SelectedDate is
618 automatically "rounded" to the same date with time set to 12:00am.
620 2006-05-28 Andrew Skiba <andrews@mainsoft.com>
622 * ThemeTest.cs, MenuTest.cs, MasterPageTest.cs: rename methods to make
625 2006-05-21 Yoni Klain <yonik@mainsoft.com>
627 * ThemeTest.cs - Add new test
629 2006-05-21 Yoni Klain <yonik@mainsoft.com>
631 * MasterPageTest.cs - add attributes for NotWorking tests
632 * MenuTest.cs - sleep time changed
634 2006-05-21 Yoni Klain <yonik@mainsoft.com>
636 * Added MasterPageTest.cs
638 2006-05-21 Yoni Klain <yonik@mainsoft.com>
640 * MenuTest.cs, SiteMapPathTest.cs ,BulletedListTest.cs - add attributes for NotWorking tests
642 2006-05-21 Yoni Klain <yonik@mainsoft.com>
644 * Added ContentTest.cs
646 2006-05-17 Andrew Skiba <andrews@mainsoft.com>
648 * MenuTest.cs, SiteMapPathTest.cs: multiple changes, now passes on
649 dotnet with mono makefile
651 2006-05-14 Yoni Klain <yonik@mainsoft.com>
655 2006-05-14 Yoni Klain <yonik@mainsoft.com>
657 * Added SiteMapPathTest.cs
659 2006-04-30 Yoni Klain <yonik@mainsoft.com>
661 * Added SiteMapDataSourceTest.cs
663 2006-04-23 Tal Klahr <talk@mainsoft.com>
665 * Added ViewTest.cs and MultiViewTest.cs
667 2006-04-25 Konstantin Triger <kostat@mainsoft.com>
669 * FormViewTest.cs: added test for PageCount.
671 2006-04-20 Konstantin Triger <kostat@mainsoft.com>
673 * FormViewTest.cs: added test for PageIndex.
675 2006-04-06 Konstantin Triger <kostat@mainsoft.com>
677 * DataListTest.cs: added test for DataSourceID.
679 2006-04-06 Konstantin Triger <kostat@mainsoft.com>
681 * LoginTest.cs: Added LayoutTemplate property Test.
682 * LoginViewTest.cs: Added AnonymousTemplate property Test.
684 2006-03-28 Alexandre Miguel Pedro Gomes <alexmipego@gmail.com>
686 * FontInfoTest.cs: Implemented ShouldSerializeNames tests
688 2006-03-06 Vladimir Krasnov <vladimirk@mainsoft.com>
690 * CalendarTest.cs: refactoring, inline delegates replaced with
692 * LinkButtonTest.cs: same
694 2006-03-03 Vladimir Krasnov <vladimirk@mainsoft.com>
696 * PagedDataSourceTest.cs: added TARGET_JVM part to exclude
698 * WebControlTest.cs: same
700 2006-02-21 Chris Toshok <toshok@ximian.com>
702 * SqlDataSourceTest.cs, SqlDataSourceViewTest.cs,
703 AccessDataSourceTest.cs: new tests.
705 2005-12-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
707 * DropDownListTest.cs: test for html-encoding of the text.
709 2005-11-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
711 * RadioButtonTest.cs: more tests for the 'name' attribute.
713 2005-10-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
715 * LiteralTest.cs: Literal allows LiteralControl.
717 2005-10-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
719 * ListBoxTest.cs: a few more tests for ListBox and selection.
721 2005-10-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
723 * ListControlTest.cs: 3 more tests for ListControl.
725 2005-10-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
727 * CustomValidatorTest.cs: an empty control name is valid.
729 2005-10-17 Sebastien Pouliot <sebastien@ximian.com>
731 * RequiredFieldValidatorCas.cs: New. CAS unit for
732 RequiredFieldValidator.
734 2005-10-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
736 * DataListTest.cs: added some style and IRepeatInfoUser tests.
738 2005-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
740 * ListBoxTest.cs: the name is the UniqueID, not the ClientID.
741 * WebControlTest.cs: Attributes statebag is case insensitive.
743 2005-10-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
745 * ImageButtonTest.cs: test that 'name' attribute is rendered.
747 2005-10-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
749 * DataGridTest.cs: Test for ButtonColumn with DataTextField.
751 2005-10-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
753 * DataGridTest.cs: new test for the style of the linkbutton in the
754 headers when sorting is enabled. Also test that the Items property
755 contains the DataGridItems.
757 2005-09-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
759 * TableCellTest.cs: the "Text" viewstate value does not control whether
760 we render the children or not.
762 * EditCommandColumnTest.cs: some tests do not pass on MS rutime for me,
763 so I've made them NotDotNet and fixed all the problems. Also added tests
764 to ensure that the TextBox's form the BoundColumns are present in the
765 hierarchy, as before we did nothing there.
767 * ButtonTest.cs: test to show that a Button's children are not rendered.
769 2005-09-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
771 * PagedDataSourceTest.cs: more tests.
773 2005-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
775 * PagedDataSourceTest.cs: more tests.
777 2005-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
779 * CalendarTest.cs: added test to check for ID and base attributes being
780 copied from the calendar into the table.
782 2005-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
784 * PagedDataSourceTest.cs: nullref is throw on null DataSource.
786 2005-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
788 * DataGridTest.cs: fixed a test and added a commented out one that works
789 fine in mono but throws nullref with MS.
791 2005-09-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
793 * DataGridTest.cs: more tests that add a TemplateColumn.
795 2005-09-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
797 * EditCommandColumnTest.cs: added a test here for datagrid, as this was
798 the file whose test failed because the id of the datagrid generated
801 2005-09-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
803 * FontUnitCas.cs: method name change in FontUnitTest.
804 * FontUnitTest.cs: splitted tests, enabled the "NotWorking" ones and
805 added tests for FontSize names beginning with x and containing a dash.
807 2005-09-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
809 * ListControlTest.cs: new tests for SelectedValue, SelectedIndex and
812 2005-09-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
815 * DataListTest.cs: OnItemCommand is raised always in OnBubbleEvent.
817 2005-09-23 Sebastien Pouliot <sebastien@ximian.com>
819 * LoginTest.cs: Make OnBubbleEvent_Authenticated_OnAuthenticate test
820 case "work" on both MS and Mono.
821 * UnitTest.cs: IncorrectConstructor9 was fixed (in 2.0 RC) to throw
822 the FormatException (just like earlier fx did).
824 2005-09-23 Sebastien Pouliot <sebastien@ximian.com>
826 * LabelCas.cs, LinkButtonCas.cs, ListBoxCas.cs, ListControlCas.cs,
827 ListItemCas.cs, ListItemCollectionCas.cs, LiteralCas.cs, LoginCas.cs,
828 LoginNameCas.cs, LoginStatusCas.cs, MonthChangedEventArgsCas.cs,
829 PagedDataSourceCas.cs, PanelCas.cs, RadioButtonCas.cs,
830 RadioButtonListCas.cs, RangeValidatorCas.cs,
831 RegularExpressionValidatorCas.cs, RepeaterCas.cs, RepeatInfoCas.cs,
832 RoleGroupCas.cs, RoleGroupCollectionCas.cs,
833 SelectedDatesCollectionCas.cs, StyleCas.cs, TableCas.cs,
834 TableCellCas.cs, TableFooterRowCas.cs, TableHeaderCellCas.cs,
835 TableHeaderRowCas.cs, TableItemStyleCas.cs, TableRowCas.cs,
836 TableSectionStyleCas.cs, TableStyleCas.cs, TargetConverterCas.cs,
837 TextBoxCas.cs, TreeViewCas.cs, UnitCas.cs, UnitConverterCas.cs,
838 ValidatedControlConverterCas.cs, ValidationSummaryCas.cs,
839 WebColorConverterCas.cs, WebControlCas.cs, XmlCas.cs,
840 XmlDataSourceCas.cs: New CAS unit tests - checks for LinkDemands and
841 re-execute the "classic" unit tests under the most retricted security
842 permissions possible.
844 2005-09-23 Sebastien Pouliot <sebastien@ximian.com>
846 * LinkButtonTest.cs: Fixed fixture name (Text -> Test).
847 * ListItemTest.cs: Fixed header.
848 * LoginTest.cs: Changed [Ignore] to [Category ("NotDotNet")] on
849 OnBubbleEvent_Authenticated_OnAuthenticate () test case.
850 * PagedDataSourceTest.cs: Added missing [Test] to
851 TestEnumerators_NoPaging test case.
852 * RadioButtonListTest.cs: Fixed header.
853 * RepeatInfoTest.cs: Add missing [Test] on DefaultValues test case.
854 * UnitConverterTest.cs: Fixed test cases (commited bu never executed)
855 before including it in the suite.
856 * ValidatorTest.cs: Fixed header.
857 * WebColorConverterTest.cs: Fixed header.
859 2005-09-21 Sebastien Pouliot <sebastien@ximian.com>
861 * AdCreatedEventArgsCas.cs, BaseCompareValidatorCas.cs,
862 BaseDataBoundControlCas.cs, BaseDataListCas.cs, BaseValidatorCas.cs,
863 BoundColumnCas.cs, ButtonColumnCas.cs, CalandarCas.cs,
864 CalendarDayCas.cs, CheckBoxCas.cs, CheckBoxListCas.cs,
865 CompareValidatorCas.cs, CompositeControlCas.cs, CustomValidatorCas.cs,
866 DataBoundControlCas.cs, DataGridCas.cs, DataGridColumnCas.cs,
867 DataGridItemCas.cs, DataGridItemCollectionCas.cs,
868 DataGridPagerStyleCas.cs, DataKeyCollectionCas.cs, DataListItemCas.cs,
869 DataListItemCollectionCas.cs, EditCommandColumnCas.cs, FontInfoCas.cs,
870 FontNamesConverterCas.cs, FontUnitCas.cs, FormViewCas.cs,
871 HyperLinkCas.cs, HyperLinkColumnCas.cs, ImageButtonCas.cs,
872 ImageCas.cs: New CAS unit tests - checks for LinkDemands and
873 re-execute the "classic" unit tests under the most retricted security
874 permissions possible.
876 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
878 * DataGridTest.cs: added data binding tests.
879 * BaseDataListTest.cs: it's DataKeys (arraylist) what gets to the
880 viewstate, not the DataKeyCollection.
882 2005-09-20 Sebastien Pouliot <sebastien@ximian.com>
884 * AdCreatedEventArgsTest.cs, BaseCompareValidatorTest.cs,
885 CompositeControlTest.cs, DataListTest.cs, DropDownListTest.cs,
886 EditCommandColumnTest.cs, FontNamesConverterTest.cs, FormViewTest.cs,
887 ListControlTest.cs, MonthChangedEventArgsTest.cs,
888 RadioButtonListTest.cs, StyleTest.cs, TableCellTest.cs,
889 TextBoxTest.cs, TreeViewTest.cs, ValidatedControlConverterTest.cs:
890 Fixed tests results under 2.0 Release Candidate (for NET_2_0).
892 2005-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
894 * DataGridTest.cs: fix expected/actual order. Added test for HeaderText
897 2005-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
899 * TableCellTest.cs: TableCell does not get an automatic ID.
901 2005-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
903 * TableStyleTest.cs: added test to check that GridLines is correctly
904 restored in LoadViewState.
906 2005-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
908 * TableCellTest.cs: added new test cases for bug #76078.
910 2005-09-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
912 * ListItemTest.cs: tests for ListItem.
913 * RadioButtonListTest.cs: more test for load/raise.
915 2005-09-09 Chris Toshok <toshok@ximian.com>
917 * StyleTest.cs (FontInfo_Empty): test to see if changes to
918 Style.Font cause changes in the style's empty status.
920 2005-09-07 Chris Toshok <toshok@ximian.com>
922 * CalendarTest.cs (TestSelectedColorDefault): we need to split up
923 the color tests since they're rendered in different orders by
926 2005-09-07 Chris Toshok <toshok@ximian.com>
928 * ListControlTest.cs: add tests for the ControlState.
930 2005-09-05 Chris Toshok <toshok@ximian.com>
932 * FormViewTest.cs: new tests.
934 2005-09-05 Chris Toshok <toshok@ximian.com>
936 * DataBoundControlTest.cs: new tests.
938 * BaseDataBoundControlTest.cs: new tests.
940 2005-09-01 Chris Toshok <toshok@ximian.com>
942 * ListControlTest.cs (DefaultProperties): add tests for TagKey,
943 Text, and AppendDataBoundItems.
944 (ViewStateContents): add checks for Text and AppendDataBoundItems.
946 2005-09-01 Raja R Harinath <rharinath@novell.com>
948 * CalendarTest.cs: Remove duplicate using-declarations.
949 * XmlDataSourceTest.cs: Protect with NET_2_0 guard.
950 * RepeaterTest.cs (Poker.GetSelectArguments): Likewise.
951 (Poker.DoCreateDataSourceSelectArguments): Likewise.
952 (Repeater_DefaultsSelectArguments): Likewise.
954 2005-08-31 Chris Toshok <toshok@ximian.com>
956 * TreeViewTest.cs: beginnings of new tests.
958 * RepeaterTest.cs: same.
960 * XmlDataSourceTest.cs: same.
962 2005-08-27 Chris Toshok <toshok@ximian.com>
964 * TextBoxTest.cs: add 2.0 test to show that validation properties
965 have no effect on downlevel rendering.
967 2005-08-26 Chris Toshok <toshok@ximian.com>
969 * TextBoxTest.cs: add tests for the 2.0 validation properties, and
970 to make sure they're getting saved to the viewstate.
972 2005-08-26 Chris Toshok <toshok@ximian.com>
974 * FontUnitTest.cs: Add tests for the two 2.0 constructors, and the
975 2.0 ToString(IFormatProvider) method.
977 * UnitTest.cs: Add tests for the 2.0 ToString(IFormatProvider)
980 2005-08-26 Sebastien Pouliot <sebastien@ximian.com>
982 * TableStyleTest.cs: New test cases for 2.0.
984 2005-08-25 Sebastien Pouliot <sebastien@ximian.com>
986 * CheckBoxListTest.cs: Use Ben's CleanHtmlTextWriter to compare
987 rendered output. Re-ordered the expected value to match. Rendering
988 tests now pass on Mono 1.x|2.0 profile and MS 1.x.
989 * DropDownListTest.cs: (Properties) we have the same 2.0 failure on
990 both Mono and MS runtime, maybe it's a feature ;-)
992 2005-08-25 Chris Toshok <toshok@ximian.com>
994 * CalendarTest.cs: add viewstate tests for Caption/CaptionAlign
997 2005-08-25 Sebastien Pouliot <sebastien@ximian.com>
999 * HyperLinkTest.cs: Fixed the expected output rendering for 2.0.
1001 2005-08-25 Peter Dennis Bartok <pbartok@novell.com>
1003 * StyleTest.cs: Added tests for CssRegisteredStyle
1005 2005-08-25 Sebastien Pouliot <sebastien@ximian.com>
1007 * StyleTest.cs: Added test for IsStyleEmpty(null).
1009 2005-08-24 Chris Toshok <toshok@ximian.com>
1011 * ValidationSummaryTest.cs (ValidationSummary_ValidationGroup):
1012 add tests for ValidationGroup, making sure it's stored in the
1015 2005-08-24 Sebastien Pouliot <sebastien@ximian.com>
1017 * RoleGroupTest.cs: New (2.0). Unit tests for RoleGroup.
1018 * RoleGroupCollectionTest.cs: New (2.0). Unit tests for
1019 RoleGroupCollection.
1021 2005-08-23 Chris Toshok <toshok@ximian.com>
1023 * RepeatInfoTest.cs (RenderRepeater_BaseControl): the 2.0 ReatInfo
1024 class does things a little differently.
1026 2005-08-22 Chris Toshok <toshok@ximian.com>
1028 * ListControlTest.cs: #if NET_2_0 some of the asserts whose values
1029 are different in 2.0.
1031 * ValidationSummaryTest.cs: same.
1035 * ListBoxTest.cs: same.
1037 * CheckBoxTest.cs: same.
1039 * UnitTest.cs: same.
1041 * TextBoxTest.cs: same.
1043 * CustomValidatorTest.cs: same.
1045 * DataGridTest.cs: same.
1047 * BaseCompareValidatorTest.cs: remove ko-KR, since my laptop
1048 presently can't find it, and we already have another ymd date
1051 2005-08-22 Chris Toshok <toshok@ximian.com>
1053 * RepeatInfoTest.auto.cs: regenerate.
1055 * RepeatInfoTest.auto.2.0.cs: generate using .Net 2.0.
1057 * RepeatInfoTest.gen.cs: add wrapper #ifdefs for the 1.x/2.0 cases
1060 2005-08-22 Chris Toshok <toshok@ximian.com>
1062 * BaseCompareValidatorTest.cs: fix the tests that change behavior
1063 between 1.x and 2.0.
1065 2005-08-22 Chris Toshok <toshok@ximian.com>
1067 * LinkButtonTest.cs: add validation group tests.
1069 2005-08-22 Chris Toshok <toshok@ximian.com>
1071 * ImageButtonTest.cs: add NET_2_0 validation tests.
1073 2005-08-22 Chris Toshok <toshok@ximian.com>
1075 * CheckBoxTest.cs: add NET_2_0 validation tests.
1077 2005-08-22 Chris Toshok <toshok@ximian.com>
1079 * ButtonTest.cs (Button_DefaultValues): add NET_2_0 test for
1081 (Button_ViewState): same.
1083 2005-08-22 Sebastien Pouliot <sebastien@ximian.com>
1085 * LoginNameTest.cs: New. Unit tests for LoginName control (2.0).
1086 * LoginStatusTest.cs: New. Unit tests for LoginStatus control (2.0).
1088 2005-08-19 Sebastien Pouliot <sebastien@ximian.com>
1090 * TableCellTest.cs: Add test cases for AssociatedHeaderCellID (2.0).
1092 2005-08-18 Sebastien Pouliot <sebastien@ximian.com>
1094 * BaseDataListTest.cs: Added test cases for new properties, methods
1095 and events defined in 2.0.
1096 * LoginTest.cs: Added test cases for On* methods.
1098 2005-08-17 Chris Toshok <toshok@ximian.com>
1100 * CompositeControlTest.cs: put it in the MonoTests. namespace so
1101 it shows up in the right place in the nunit gui.
1103 2005-08-16 Sebastien Pouliot <sebastien@ximian.com>
1105 * DataListTest.cs: Fixed ViewState test to work on both 1.x and 2.0.
1106 Added tests for Load|SaveControlState (2.0). Added basic tests for
1107 SelectedValue property (2.0).
1108 * LoginTest.cs: Added test cases to check for null (removal) on all
1109 string properties, added checks for all enums properties. Also added
1110 test case for SaveViewState.
1112 2005-08-15 Sebastien Pouliot <sebastien@ximian.com>
1114 * TableHeaderRowTest.cs: New. Reuse TableRowTest test cases to test
1115 TableHeaderRow class (2.0).
1116 * TableFooterRowTest.cs: New. Reuse TableRowTest test cases to test
1117 TableFooterRow class (2.0).
1118 * TableRowTest.cs: Added test cases for new (2.0) TableSection
1119 property. Reworked the tests to allow easier reuse of them by the
1120 TableHeaderRow and TableFooterRow classes.
1122 2005-08-14 Sebastien Pouliot <sebastien@ximian.com>
1124 * LoginTest.cs: New. Unit tests to test default values for Login.
1125 * TableHeaderCellTest.cs: Add tests for CategoryText and Scope
1126 properties (new in 2.0).
1127 * TableSectionStyleTest.cs: New. Unit tests for TableSectionStyle.
1128 Note that this new 2.0 class seems broken as it is not complete (MS).
1130 2005-08-12 Chris Toshok <toshok@ximian.com>
1132 * CompositeControlTest.cs: a couple of tests for CompositeControl.
1134 2005-08-09 Sebastien Pouliot <sebastien@ximian.com>
1136 * BaseDataListTest.cs: Added tests for OnDataBinding.
1137 * DataLitItemTest.cs: Added more useful tests for rendering items,
1138 including a test when two tables are present and extractRows is true.
1139 Added tests for IDataItemContainer (2.0).
1141 2005-08-08 Jackson Harper <jackson@ximian.com>
1143 * PagedDataSourceTest.cs: Tests for creating enumerators when
1144 paging is not enabled.
1146 2005-08-08 Sebastien Pouliot <sebastien@ximian.com>
1148 * HyperLinkTest.cs: Updated comments. Resolve doesn't work when doing
1149 unit tests (probably because it requires a Page, or something else
1150 that can be used as the base url for the application).
1152 2005-08-03 Peter Dennis Bartok <pbartok@novell.com>
1154 * EditCommandColumnTest.cs: Updated; InitializeCell() passes except
1155 for the missing footer; InitializeCellEdit() has a problem with
1156 the name given to the TextBox controls
1158 2005-08-05 Jackson Harper <jackson@ximian.com>
1160 * PagedDataSourceTest.cs: Tests for PageCount.
1162 2005-08-04 Ben Maurer <bmaurer@ximian.com>
1164 * CalendarTest.cs: Test based on an msdn example. Again, I (heart)
1167 2005-08-04 Dick Porter <dick@ximian.com>
1169 * DataGridColumnTest.cs: Tests for DataGridColumn
1171 2005-08-03 Ben Maurer <bmaurer@ximian.com>
1173 * RepeatInfoTest.cs: Test for copying from base control
1175 * WebControlTest.cs: Issue I found while doing repeatinfo
1177 * LabelTest.cs: New tests.
1179 * PanelTest.cs: New tests
1181 2005-08-03 Peter Dennis Bartok <pbartok@novell.com>
1183 * EditCommandColumnTest.cs: Enable tests
1185 2005-08-03 Peter Dennis Bartok <pbartok@novell.com>
1187 * DataGridPagerStyleTest.cs: Added testcase
1189 2005-08-03 Jordi Mas i Hernandez <jordi@ximian.com>
1191 * CalendarTest.cs: Trackview states
1193 2005-08-02 Jackson Harper <jackson@ximian.com>
1195 * BoundColumnTest.cs: Start of tests for the BoundColumn class.
1197 2005-08-02 Jordi Mas i Hernandez <jordi@ximian.com>
1199 * RadioButtonListTest.cs: test unit
1201 2005-08-01 Jackson Harper <jackson@ximian.com>
1203 * TableStyleTest.cs: Check that items copied set the styles flags.
1205 2005-08-01 Jackson Harper <jackson@ximian.com>
1207 * PagedDataSourceTest.cs: Test the enumerators a little.
1209 2005-07-30 Chris Toshok <toshok@ximian.com>
1211 * HyperLinkColumnTest.cs: add some tests for how the column
1212 initializes a TableCell.
1214 2005-07-30 Ben Maurer <bmaurer@ximian.com>
1216 * RepeatInfoTest.auto.cs: Regen.
1218 * RepeatInfoTest.gen.cs: Autogenerate tests for 0 items
1220 2005-07-29 Chris Toshok <toshok@ximian.com>
1222 * BaseCompareValidatorTest.cs (CanConvert): disable B9, until we
1223 figure out a culture independent way to do it.
1224 (Convert): same with C17/C18.
1225 (MiscPropertiesAndMethods): test CutoffYear, GetFullYear, and
1226 GetDateElementOrder.
1228 2005-07-27 Peter Dennis Bartok <pbartok@novell.com>
1230 * StyleTest.cs: Added font-related tests to check for special
1231 Name/Names behaviour
1233 2005-07-29 Chris Toshok <toshok@ximian.com>
1235 * BaseCompareValidatorTest.cs: use DateTime to generate the
1236 strings for our date tests, since they're culture specific.
1238 2005-07-29 Dick Porter <dick@ximian.com>
1240 * RadioButtonTest.cs: Added tests for RadioButton
1242 2005-07-29 Jordi Mas i Hernandez <jordi@ximian.com>
1244 * SelectedDatesCollectionTest.cs: new unit test
1245 * CalendarDayTest.cs: new unit test
1246 * CalendarTest.cs: more tests for calendar control
1248 2005-07-28 Jackson Harper <jackson@ximian.com>
1250 * EditCommandColumnTest.cs: Make the DataGridTest nested so my
1251 top secret DataGrid tests will still compile.
1253 2005-07-27 Peter Dennis Bartok <pbartok@novell.com>
1255 * EditCommandColumnTest.cs: Added tests; marked some as NotWorking
1256 until PagedDataSource is not throwing NotImpl
1258 2005-07-27 Peter Dennis Bartok <pbartok@novell.com>
1260 * CustomValidatorTest.cs: Added tests
1262 2005-07-27 Peter Dennis Bartok <pbartok@novell.com>
1264 * DataGridPagerStyleTest.cs: Added tests
1266 2005-07-26 Peter Dennis Bartok <pbartok@novell.com>
1268 * DataGridItemTest.cs: Added tests
1270 2005-07-26 Peter Dennis Bartok <pbartok@novell.com>
1272 * DataGridItemCollectionTest.cs: Added tests
1274 2005-07-26 Ben Maurer <bmaurer@ximian.com>
1276 * RepeatInfoTest.cs: Remove tests that are contained below
1278 * RepeatInfoTest.auto.cs: Generated tests.
1280 * RepeatInfoTest.gen.cs: A test generator for repeatinfo
1282 2005-07-25 Peter Dennis Bartok <pbartok@novell.com>
1284 * StyleTest.cs: Refined tests
1286 2005-07-25 Jackson Harper <jackson@ximian.com>
1288 * DataGridTest.cs: More tests for the pager.
1290 2005-07-22 Jackson Harper <jackson@ximian.com>
1292 * DataGridTest.cs: Basic test for InitializePager.
1294 2005-07-22 Sebastien Pouliot <sebastien@ximian.com>
1296 * HyperLinkTest.cs: New. (very basic) unit tests for HyperLink.
1298 2005-07-21 Jackson Harper <jackson@ximian.com>
1300 * DataGridTest.cs: Test the order the events are invoked in when
1301 creating the control hierarchy.
1303 2005-07-21 Sebastien Pouliot <sebastien@ximian.com>
1305 * BaseDataList.cs: Replace IList test with IEnumerable test.
1306 * RepeatInfoTest.cs: Ignore the test about the baseControl / NRE.
1307 * TableCellTest.cs: Added tests for AddParsedSubObject versus the Text
1308 property (and LiteralControl).
1310 2005-07-21 Peter Dennis Bartok <pbartok@novell.com>
1312 * CustomValidatorTest.cs: Added
1314 2005-07-21 Peter Dennis Bartok <pbartok@novell.com>
1316 * RangeValidatorTest.cs: More test cases
1318 2005-07-21 Sebastien Pouliot <sebastien@ximian.com>
1320 * RepeatInfoTest.cs: Added test for RepeatColumn is 0.
1321 * TableRowTest.cs: Added style rendering tests (for my sanity).
1323 2005-07-21 Jackson Harper <jackson@ximian.com>
1325 * PagedDataSourceTest.cs: Test to see what happens when we get a
1328 2005-07-21 Duncan Mak <duncan@novell.com>
1330 * HyperLinkColumnTest.cs: Added new test for HyperLinkColumn.
1332 2005-07-20 Peter Dennis Bartok <pbartok@novell.com>
1334 * DropDownListTest.cs: Added [ExpectedException] for double select
1337 2005-07-20 Ben Maurer <bmaurer@ximian.com>
1339 * DropDownListTest.cs (InitialSelectionMade): Add a test for a
1340 regression that seems to be caused by some change to
1341 ListItemCollection. Add this file to sources as all tests other
1342 than this pass using the old impl of ddl except for this, which is
1345 2005-07-20 Sebastien Pouliot <sebastien@ximian.com>
1347 * RepeatInfoTest.cs: More unit tests for arguments checks, default
1348 values, baseControl (not figured out yet) and OuterTableImplied.
1350 2005-07-20 Jackson Harper <jackson@ximian.com>
1351 2005-07-20 Jackson Harper <jackson@ximian.com>
1353 * DataGridTest.cs: Make sure we get back a proper columns
1356 2005-07-20 Jackson Harper <jackson@ximian.com>
1358 * DataGridTest.cs: The columns collection cached from the
1359 CreateColumnSet is stored in the view state.
1361 2005-07-20 Sebastien Pouliot <sebastien@ximian.com>
1363 * BaseDataListTest.cs: Added more tests ported from DataGridTest.
1364 * DataListTest.cs: Added more tests ported from DataGridTest.
1366 2005-07-20 Peter Dennis Bartok <pbartok@novell.com>
1368 * ValidationSummaryTest.cs: Added rendering tests
1370 2005-07-20 Jackson Harper <jackson@ximian.com>
1372 * DataGridTest.cs: Test generating column names with/without
1373 enabling useDataSource.
1375 2005-07-20 Sebastien Pouliot <sebastien@ximian.com>
1377 * DataListTest.cs: Add viewstate test.
1379 2005-07-20 Jackson Harper <jackson@ximian.com>
1381 * DataGridTest.cs: Check the properties of newly created
1384 2005-07-20 Sebastien Pouliot <sebastien@ximian.com>
1386 * BaseDataListTest.cs: Add render tests (all empty).
1387 * DataListTest.cs: Added Controls vs Items test.
1388 * WebControlTest.cs: Added new (passing) tests.
1390 2005-07-19 Jackson Harper <jackson@ximian.com>
1392 * PagedDataSource.cs: New unit test for GetItemProperties.
1394 2005-07-19 Jackson Harper <jackson@ximian.com>
1396 * DataGridTest.cs: New tests for creating column sets.
1398 2005-07-19 Sebastien Pouliot <sebastien@ximian.com>
1400 * DataListTest.cs: Add more tests for IRepeatInfoUser.
1401 * RepeatInfoTest.cs: New. Unit test for RepeatInfo (not exactly what
1404 2005-07-19 Jackson Harper <jackson@ximian.com>
1406 * CheckBoxListTest.cs: New tests for FindControl.
1408 2005-07-19 Jackson Harper <jackson@ximian.com>
1410 * DataGridTest.cs: New test for viewstate saving.
1412 2005-07-19 Chris Toshok <toshok@ximian.com>
1414 * BaseValidatorTest.cs: use the right call (SetValidationTextBox)
1417 2005-07-19 Peter Dennis Bartok <pbartok@novell.com>
1419 * DropDownListTest.cs: Testcases added
1420 * RangeValidatorTest.cs: Added
1421 * ValidatedControlConverterTest.cs: Added
1422 * ValidationSummaryTest.cs: Added
1424 2005-07-19 Chris Toshok <toshok@ximian.com>
1426 * BaseCompareValidatorTest.cs: add date tests.
1428 2005-07-19 Jackson Harper <jackson@ximian.com>
1430 * DataGridTest.cs: Bubble tests for Page command. Tests for bad
1431 Page command bubble event args.
1433 2005-07-19 Jackson Harper <jackson@ximian.com>
1435 * DataGridTest.cs: Select can also be bubbled.
1437 2005-07-19 Jackson Harper <jackson@ximian.com>
1439 * DataGridTest.cs: Tests for the BubbleEvent.
1441 2005-07-19 Jackson Harper <jackson@ximian.com>
1443 * DataGridTest.cs: New tests. Just does properties and events for
1446 2005-07-18 Chris Toshok <toshok@ximian.com>
1448 * BaseCompareValidatorTest.cs: note the lack of Date tests, and
1451 2005-07-18 Chris Toshok <toshok@ximian.com>
1453 * BaseCompareValidatorTest.cs: new tests.
1455 2005-07-19 Ben Maurer <bmaurer@ximian.com>
1457 * UnitConverterTest.cs: New tests
1459 2005-07-18 Chris Toshok <toshok@ximian.com>
1461 * CompareValidatorTest.cs (CompareValidator_ValueToCompareTest,
1462 CompareValidator_ControlToCompareTest): new methods.
1464 * ValidatorTest.cs: add AddTextBox method.
1466 2005-07-18 Chris Toshok <toshok@ximian.com>
1468 * RegularExpressionValidatorTest.cs: add a simple validation test.
1470 * ValidatorTest.cs: add a base class for validator tests, that
1471 enables a little scaffolding for faking out the test.
1473 2005-07-18 Chris Toshok <toshok@ximian.com>
1475 * CompareValidatorTest.cs: new tests.
1477 2005-07-18 Chris Toshok <toshok@ximian.com>
1479 * RegularExpressionValidatorTest.cs: new test.
1481 2005-07-18 Sebastien Pouliot <sebastien@ximian.com>
1483 * DataListTest.cs: Fix tests for 1.1 which keeps more stuff into it's
1486 2005-07-15 Peter Dennis Bartok <pbartok@novell.com>
1488 * DropDownListTest.cs: Testcases added
1490 2005-07-15 Jackson Harper <jackson@ximian.com>
1492 * CheckBoxListTest.cs: New tests for FindControl.
1494 2005-07-15 Jackson Harper <jackson@ximian.com>
1496 * WebControlTest.cs: New test to make sure NamingContainers are
1497 honoured when rendering client ids.
1499 2005-07-15 Jackson Harper <jackson@ximian.com>
1501 * CheckBoxListTest.cs: More tests for the IRepeatInfoUser stuff
1504 2005-07-15 Sebastien Pouliot <sebastien@ximian.com>
1506 * BaseDataListTest.cs: New. Unit tests for abstract BaseDataList.
1507 * DataKeyCollectionTest.cs: New. Unit tests for DataKeyCollection.
1508 * DataListItemCollectionTest.cs: New. Unit tests for
1509 DataListItemCollection.
1510 * DataListItemTest.cs: New. Unit tests for DataListItem (incomplete).
1511 * DataListTest.cs: New. Unit tests for DataList (incomplete).
1513 2005-07-14 Jackson Harper <jackson@ximian.com>
1515 * CheckBoxListTest.cs: Rendering tests.
1517 2005-07-14 Jackson Harper <jackson@ximian.com>
1519 * CheckBoxListTest.cs: Fix the exception types thrown for bad
1520 enums. Mark as NotWorking as this doesn't work with the old
1521 CheckBoxList class anymore.
1523 2005-07-14 Jackson Harper <jackson@ximian.com>
1525 * CheckBoxListTest.cs: Add some rendering tests. These aren't
1526 fully working yet so they are in the NotWorking category.
1528 2005-07-14 Jackson Harper <jackson@ximian.com>
1530 * CheckBoxListTest.cs: This has the potential to be a beautiful
1533 2005-07-14 Peter Dennis Bartok <pbartok@novell.com>
1535 * WebColorConverter.cs: Testcases added
1537 2005-07-14 Jackson Harper <jackson@ximian.com>
1539 * ListControlTest.cs: New test for the viewstate and item
1542 2005-07-14 Dick Porter <dick@ximian.com>
1544 * CheckBoxTest.cs: Added enum checks
1546 2005-07-14 Peter Dennis Bartok <pbartok@novell.com>
1548 * TargetConverterTest.cs: Testcases added
1550 2005-07-14 Duncan Mak <duncan@novell.com>
1552 * PagedDataSourceTest.cs: Added testcases.
1553 (PageCountTest, CountTest, IsLastPageTest): Needs more work.
1555 2005-07-13 Peter Dennis Bartok <pbartok@novell.com>
1557 * FontNamesConverterTest.cs: Testcases added
1559 2005-07-13 Peter Dennis Bartok <pbartok@novell.com>
1561 * ListItemCollectionTest.cs: Added
1562 * ListBoxTest.cs: Marked test as not working since it dependes on
1563 ListControl making a call to an obsolete internal method
1565 2005-07-13 Jackson Harper <jackson@ximian.com>
1567 * ListControlTest.cs: New tests for the ListControl.
1569 2005-07-13 Jackson Harper <jackson@ximian.com>
1571 * ListBoxTest.cs: Exception is thrown (by ListControl). Dont run
1572 the BadBorderStyle test as this fails in ListControls.
1574 2005-07-13 Sebastien Pouliot <sebastien@ximian.com>
1576 * ImageTest.cs: Added tests for DescriptionUrl in 1.1 profile as this
1577 property was added in Fx 1.1 SP1.
1578 * StyleTest.cs: Added more tests for CopyFrom to test it's behavior,
1579 e.g. it doesn't reset itself nor remove it's properties if they're
1580 not part of the copied Style instance.
1581 * TableTest.cs: Adjusted values so we're not testing a 100% match with
1582 MS lines/indentations.
1583 * TableRowTest.cs: Use Ben's trick on StreamWriter (\r\n). Adjusted
1584 values so we're not testing a 100% match with MS lines/indentations.
1585 * WebControlTest.cs: Added tests to remove attributes and style before
1586 rendering. Empty style properties shouldn't be rendered.
1588 2005-07-13 Dick Porter <dick@ximian.com>
1590 * CheckBoxTest.cs: Added tests for CheckBox - currently all
1591 passing on mono and ms runtimes.
1593 2005-07-12 Sebastien Pouliot <sebastien@ximian.com>
1595 * WebControlTest.cs: Added another test for RenderBeginTag, this time
1596 using an attribute (renamed old test as it was for style attributes).
1598 2005-07-12 Peter Dennis Bartok <pbartok@novell.com>
1600 * WebControlTest.cs: Added test for loading/saving of state. Switched
1601 to use Sebastiens GetWriter method
1603 2005-07-12 Jackson Harper <jackson@ximian.com>
1605 * ListBoxTest.cs: Some simple tests for the ListBox control.
1607 2005-07-12 Sebastien Pouliot <sebastien@ximian.com>
1609 * TableTest.cs: Use Ben's trick on StreamWriter.
1610 * WebControlTest.cs: Added tests for RenderBeginTag.
1612 2005-07-12 Sebastien Pouliot <sebastien@ximian.com>
1614 * TableCellTest.cs: New. Unit tests for TableCell.
1615 * TableItemStyleTest.cs: New. Unit tests for TableItemStyle.
1616 * TableHeaderCellTest.cs: New. Unit tests for TableHeaderCell.
1617 * TableRowTest.cs: New. Unit tests for TableRow.
1618 * TableStyleTest.cs: New. Unit tests for TableStyle.
1619 * TableTest.cs: New. Unit tests for Table.
1621 2005-07-12 Miguel de Icaza <miguel@novell.com>
1623 * UnitTest.cs: Update test suite.
1625 2005-07-12 Jordi Mas i Hernandez <jordi@ximian.com>
1627 * ButtonTest.cs: add Default constructors tests
1628 * ImageButtonTest.cs: Adds ImageButtonTest
1630 2005-07-11 Peter Dennis Bartok <pbartok@novell.com>
1632 * WebControlTest.cs: Added test.
1634 2005-07-11 Sebastien Pouliot <sebastien@ximian.com>
1636 * FontUnitTest.cs: Added more tests when looking for another bug...
1637 * StyleTest.cs: Added some unit tests for a null ctor and checks for
1640 2005-07-11 Jordi Mas i Hernandez <jordi@ximian.com>
1642 * ButtonTest.cs: New unit test for Button
1644 2005-07-08 Sebastien Pouliot <sebastien@ximian.com>
1646 * ImageTest.cs: New. Unit tests for Image.
1648 2005-07-08 Jackson Harper <jackson@ximian.com>
1650 * LiteralTest.cs: new test.
1651 * MonthCalendarEventArgsTest.cs: new test.
1653 2005-07-08 Jackson Harper <jackson@ximian.com>
1655 * AdCreatedEventArgsTest.cs: Added test.
1657 2005-07-07 Miguel de Icaza <miguel@novell.com>
1659 * XmlTest.cs: Added test.
1661 2005-07-07 Peter Dennis Bartok <pbartok@novell.com>
1663 * StyleTest.cs: Added test.
1665 2005-07-07 Miguel de Icaza <miguel@novell.com>
1667 * LabelTest.cs: Add test.
1669 2005-07-07 Ben Maurer <bmaurer@ximian.com>
1671 * FontUnitTest.cs: Make it run on msft
1673 2005-07-06 Miguel de Icaza <miguel@novell.com>
1675 * FontUnitTest.cs: New unit tests.
1677 * UnitTest.cs: Add support for different cultures and the Decimal
1680 * UnitTest.cs: Add tests for null and "" arguments to Parse and
1681 Unit(string) which produce IsEmpty units.
1683 * UnitTest.cs: Fresh file with tests.
1685 2004-10-08 Sanjay Gupta <gsanjay@novell.com>
1687 * TestControlIDConverter.cs: Added new test file for ControlIDConverter.