2006-11-12 Igor Zelmanovich * LiteralControlTest.cs: added test. 2006-11-09 Igor Zelmanovich * ControlTest.cs: added test. 2006-11-09 Igor Zelmanovich * ControlTest.cs: added test. 2006-11-02 Igor Zelmanovich * ClientScriptManagerTest.cs: removed NotWorking attributes, fixed tests. 2006-10-26 Yoni Klain * Changed tests for to be runned on run-tests-ondotnet, and added categories for ondotnet, and notworking for mono. 2006-10-23 Igor Zelmanovich * PostBackOptionsTest.cs: new Test. 2006-10-22 Igor Zelmanovich * CssStyleCollectionTest.cs: new tests. 2006-10-19 Igor Zelmanovich * ClientScriptManagerTest.cs: removed NotWorking attribute. 2006-10-11 Igor Zelmanovich * DataSourceSelectArgumentsTest.cs: New tests. 2006-10-10 Igor Zelmanovich * DataSourceSelectArgumentsTest.cs: New test. 2006-10-09 Igor Zelmanovich * DataSourceSelectArgumentsTest.cs: New test. 2006-10-04 Klain Yoni * PageTest.cs: New test. 2006-09-18 Igor Zelmanovich * PageTest.cs: removed NotWorking attributes. 2006-09-17 Klain Yoni * TemplateControlTest.cs: New test. 2006-09-14 Igor Zelmanovich * PageTest.cs: new test. 2006-09-14 Merav Sudri * PageTest.cs: Adding Page Header tests. 2006-09-13 Klain Yoni * ClientScriptManagerTest.cs: changes for not implemented stuff. 2006-09-04 Igor Zelmanovich * CssStyleCollectionTest.cs: new test. 2006-08-28 Klain Yoni * ClientScriptManagerTest.cs: new test. 2006-04-26 Atsushi Enomoto * ControlTest.cs : fix r59834: both the build and the coding style. 2006-04-25 Konstantin Triger * ControlTest.cs: added test for IsViewStateEnabled. 2006-04-25 Andrew Skiba * ControlTest.cs: added test for ApplyStyleSheetSkin 2006-02-12 Cesar Lopez Nataren * HtmlTextWriterTest.cs: Added test for WriteBreak. 2006-01-18 Konstantin Triger * HtmlTextWriterTest.cs: Added tests enduring case insensitivity of attributes and correctness of HtmlTextWriterAttribute 2005-12-05 Gonzalo Paniagua Javier * ControlTest.cs: new tests to prove that Control uses its own ControlCollection field instead of the Controls property when rendering. 2005-11-29 Gonzalo Paniagua Javier * ControlCollectionTest.cs: new tests. 2005-09-29 Gonzalo Paniagua Javier * ControlTest.cs: a few more tests for UniqueID, as the datagrid and related tests showed a problem with this. 2005-09-28 Gonzalo Paniagua Javier * AttributeCollectionTest.cs: some tests for this. 2005-09-23 Ben Maurer * HtmlTextWriterTest.cs: Reenable some stuff 2005-09-21 Sebastien Pouliot * DataBindingHandlerAttributeTest.cs: Fixed test results in 2.0 RC (string interning rules differ in 2.0 so it's better to use Assert. AreEquals than Assert.AreSame). * PageTest.cs: Fixed test results in 2.0 RC (NRE in Page.User). * TestUrlPropertyAttribute.cs: Fixed test results in 2.0 RC (removed property changed results). 2005-09-20 Sebastien Pouliot * TestUrlPropertyAttribute.cs: Remove references to UrlTypes (removed in 2.0 RC). Fix compilation for tests under NET_2_0. 2005-09-19 Sebastien Pouliot * TagPrefixAttributeCas.cs: New. CAS unit tests. * TemplateBuilderCas.cs: New. CAS unit tests. * TemplateContainerAttributeCas.cs: New. CAS unit tests. * TemplateControlCas.cs: New. CAS unit tests. * ToolboxDataAttributeCas.cs: New. CAS unit tests. * TripletCas.cs: New. CAS unit tests. * UserControlCas.cs: New. CAS unit tests. * UserControlControlBuilderCas.cs: New. CAS unit tests. * ValidationPropertyAttributeCas.cs: New. CAS unit tests. * ValidatorCollectionCas.cs: New. CAS unit tests. 2005-09-15 Sebastien Pouliot * ParseChildrenAttributeCas.cs: New. CAS unit tests. * PartialCachingAttributeCas.cs: New. CAS unit tests. * PersistChildrenAttributeCas.cs: New. CAS unit tests. * PersistenceModeAttributeCas.cs: New. CAS unit tests. * PropertyConverterCas.cs: New. CAS unit tests. * RootBuilderCas.cs: New. CAS unit tests. * StateBagCas.cs: New. CAS unit tests. * StateItemCas.cs: New. CAS unit tests. * StaticPartialCachingControlCas.cs: New. CAS unit tests. 2005-09-15 Sebastien Pouliot * Html32TextWriterCas.cs: New. CAS unit tests. * HtmlTextWriterCas.cs: New. CAS unit tests. * ImageClickEventArgsCas.cs: New. CAS unit tests. * LiteralControlCas.cs: New. CAS unit tests. * LosFormatterCas.cs: New. CAS unit tests. * ObjectConverterCas.cs: New. CAS unit tests. * ObjectTagBuilderCas.cs: New. CAS unit tests. * PageCas.cs: New. CAS unit tests. * PairCas.cs: New. CAS unit tests. 2005-09-14 Sebastien Pouliot * DataBinderCas.cs: New. CAS unit tests. * DataBindingCas.cs: New. CAS unit tests. * DataBindingCollectionCas.cs: New. CAS unit tests. * DataBindingHandlerAttributeCas.cs: New. CAS unit tests. * DataBoundLiteralControlCas.cs: New. CAS unit tests. * DesignerDataBoundLiteralControlCas.cs: New. CAS unit tests. * DesignTimeParseDataCas.cs: New. CAS unit tests. * DesignTimeTemplateParserCas.cs: New. CAS unit tests. * EmptyCollectionCas.cs: New. CAS unit tests. 2005-09-14 Sebastien Pouliot * AttributeCollectionCas.cs: New. CAS unit tests. * BaseParserCas.cs: New. CAS unit tests. * CompiledTemplateBuilderCas.cs: New. CAS unit tests. * ConstructorNeedsTagAttributeCas.cs: New. CAS unit tests. * ControlBuilderAttributeCas.cs: New. CAS unit tests. * ControlBuilderCas.cs: New. CAS unit tests. * ControlCas.cs: New. CAS unit tests. * ControlCollectionCas.cs: New. CAS unit tests. * CssStyleCollectionCas.cs: New. CAS unit tests. 2005-09-07 Chris Toshok * MinimizableAttributeTypeConverterTest.cs: new test. 2005-08-25 Sebastien Pouliot * TestUrlPropertyAttribute.cs: Fixed tests to match new beta2 API (and so it stops throwing MissingMethodException on MS runtime). 2005-08-22 Sebastien Pouliot * PageTest.cs: Added test cases for using Request with an overrided Context property (as Page.Request should be the same as Page.Context.Request). Doesn't work as expected. 2005-08-20 Sebastien Pouliot * PageTest.cs: Added a test for overriding Context. We're not playing fairly with virtual properties (and probably not just that one) as we use the private variable inside the class. This means that overriding the property without calling the base class doesn't work as expected. 2005-08-05 Ben Maurer * HtmlTextWriterTest.cs: Option is rendered as a block. 2005-07-21 Peter Dennis Bartok * PageTest.cs: Added new test file, added exception test for Request property 2005-07-18 Peter Dennis Bartok * ControlTest.cs: Added test file for Control class, initially contains only IDataBindingsAccessor test 2005-07-18 Ben Maurer * HtmlTextWriterTest.cs: I fixed the nested indents 2005-07-18 Ben Maurer * HtmlTextWriterTest.cs: Enable some indentation tests, others need to be disabled 2005-07-14 Duncan Mak * DataBindingHandlerAttributeTest.cs (TestDefaultConstructor): This test should pass now. 2005-07-12 Ben Maurer * HtmlTextWriterTest.cs: Enable some tests 2005-07-12 Sebastien Pouliot * HtmlTextWriterTest.cs: Reactivated the AddStyleAttribute test case with the right value for 1.x (as current code doesn't match the expected results). 2005-07-11 Ben Maurer * HtmlTextWriterTest.cs: The style attr thing below seems to be a 2.0 ism. Add tests for indentation. 2005-07-11 Sebastien Pouliot * HtmlTextWriterTest.cs: Few more tests including a non working one for AddStyleAttribute. 2005-07-11 Ben Maurer * HtmlTextWriterTest.cs: Add a test for popping end tags working correctly. * ToolboxDataAttributeTest.cs: Don't depend on the way that hash values are generated. Also, use built strings rather than stuff from ldstr to make the test a bit stronger. * PropertyConverterTest.cs: Make this pass on MSFT 1.1 2005-07-09 Sebastien Pouliot * DataBindingHandlerAttributeTest.cs: Fix compilation error where System.Object is expected from MonoTests.System namespace. The test TestDefaultHandlerTypeName still throws a NullReferenceException. 2005-07-09 Duncan Mak * DataBindingHandlerAttributeTest.cs: Aded new test. Used to find out how a typename is derived from a Type. (It uses AssemblyQualifiedName, and not FullName) 2005-07-08 Ben Maurer * HtmlTextWriterTest.cs: Update notworking 2005-07-08 Jackson Harper * ToolbarDataAttributeTest.cs: New test. 2005-07-07 Jackson Harper * PropertyConverterTest.cs: New tests. 2005-07-07 Ben Maurer * HtmlTextWriterTest.cs: More tests. 2005-07-07 Sebastien Pouliot * HtmlTextWriterTest.cs: New. Unit tests for buglets found during implementations of HtmlControls. 2004-10-12 Sanjay Gupta * TestUrlPropertyAttribute.cs: Added UrlPropertyAttribute test cases.