ChangeLog 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. 2006-10-09 Igor Zelmanovich <[email protected]>
  2. * DataSourceSelectArgumentsTest.cs: New test.
  3. 2006-10-04 Klain Yoni <[email protected]>
  4. * PageTest.cs: New test.
  5. 2006-09-18 Igor Zelmanovich <[email protected]>
  6. * PageTest.cs: removed NotWorking attributes.
  7. 2006-09-17 Klain Yoni <[email protected]>
  8. * TemplateControlTest.cs: New test.
  9. 2006-09-14 Igor Zelmanovich <[email protected]>
  10. * PageTest.cs: new test.
  11. 2006-09-14 Merav Sudri <[email protected]>
  12. * PageTest.cs: Adding Page Header tests.
  13. 2006-09-13 Klain Yoni <[email protected]>
  14. * ClientScriptManagerTest.cs: changes for not implemented stuff.
  15. 2006-09-04 Igor Zelmanovich <[email protected]>
  16. * CssStyleCollectionTest.cs: new test.
  17. 2006-08-28 Klain Yoni <[email protected]>
  18. * ClientScriptManagerTest.cs: new test.
  19. 2006-04-26 Atsushi Enomoto <[email protected]>
  20. * ControlTest.cs : fix r59834: both the build and the coding style.
  21. 2006-04-25 Konstantin Triger <[email protected]>
  22. * ControlTest.cs: added test for IsViewStateEnabled.
  23. 2006-04-25 Andrew Skiba <[email protected]>
  24. * ControlTest.cs: added test for ApplyStyleSheetSkin
  25. 2006-02-12 Cesar Lopez Nataren <[email protected]>
  26. * HtmlTextWriterTest.cs: Added test for WriteBreak.
  27. 2006-01-18 Konstantin Triger <[email protected]>
  28. * HtmlTextWriterTest.cs: Added tests enduring case insensitivity of
  29. attributes and correctness of HtmlTextWriterAttribute
  30. 2005-12-05 Gonzalo Paniagua Javier <[email protected]>
  31. * ControlTest.cs: new tests to prove that Control uses its own
  32. ControlCollection field instead of the Controls property when rendering.
  33. 2005-11-29 Gonzalo Paniagua Javier <[email protected]>
  34. * ControlCollectionTest.cs: new tests.
  35. 2005-09-29 Gonzalo Paniagua Javier <[email protected]>
  36. * ControlTest.cs: a few more tests for UniqueID, as the datagrid and
  37. related tests showed a problem with this.
  38. 2005-09-28 Gonzalo Paniagua Javier <[email protected]>
  39. * AttributeCollectionTest.cs: some tests for this.
  40. 2005-09-23 Ben Maurer <[email protected]>
  41. * HtmlTextWriterTest.cs: Reenable some stuff
  42. 2005-09-21 Sebastien Pouliot <[email protected]>
  43. * DataBindingHandlerAttributeTest.cs: Fixed test results in 2.0 RC
  44. (string interning rules differ in 2.0 so it's better to use Assert.
  45. AreEquals than Assert.AreSame).
  46. * PageTest.cs: Fixed test results in 2.0 RC (NRE in Page.User).
  47. * TestUrlPropertyAttribute.cs: Fixed test results in 2.0 RC (removed
  48. property changed results).
  49. 2005-09-20 Sebastien Pouliot <[email protected]>
  50. * TestUrlPropertyAttribute.cs: Remove references to UrlTypes (removed
  51. in 2.0 RC). Fix compilation for tests under NET_2_0.
  52. 2005-09-19 Sebastien Pouliot <[email protected]>
  53. * TagPrefixAttributeCas.cs: New. CAS unit tests.
  54. * TemplateBuilderCas.cs: New. CAS unit tests.
  55. * TemplateContainerAttributeCas.cs: New. CAS unit tests.
  56. * TemplateControlCas.cs: New. CAS unit tests.
  57. * ToolboxDataAttributeCas.cs: New. CAS unit tests.
  58. * TripletCas.cs: New. CAS unit tests.
  59. * UserControlCas.cs: New. CAS unit tests.
  60. * UserControlControlBuilderCas.cs: New. CAS unit tests.
  61. * ValidationPropertyAttributeCas.cs: New. CAS unit tests.
  62. * ValidatorCollectionCas.cs: New. CAS unit tests.
  63. 2005-09-15 Sebastien Pouliot <[email protected]>
  64. * ParseChildrenAttributeCas.cs: New. CAS unit tests.
  65. * PartialCachingAttributeCas.cs: New. CAS unit tests.
  66. * PersistChildrenAttributeCas.cs: New. CAS unit tests.
  67. * PersistenceModeAttributeCas.cs: New. CAS unit tests.
  68. * PropertyConverterCas.cs: New. CAS unit tests.
  69. * RootBuilderCas.cs: New. CAS unit tests.
  70. * StateBagCas.cs: New. CAS unit tests.
  71. * StateItemCas.cs: New. CAS unit tests.
  72. * StaticPartialCachingControlCas.cs: New. CAS unit tests.
  73. 2005-09-15 Sebastien Pouliot <[email protected]>
  74. * Html32TextWriterCas.cs: New. CAS unit tests.
  75. * HtmlTextWriterCas.cs: New. CAS unit tests.
  76. * ImageClickEventArgsCas.cs: New. CAS unit tests.
  77. * LiteralControlCas.cs: New. CAS unit tests.
  78. * LosFormatterCas.cs: New. CAS unit tests.
  79. * ObjectConverterCas.cs: New. CAS unit tests.
  80. * ObjectTagBuilderCas.cs: New. CAS unit tests.
  81. * PageCas.cs: New. CAS unit tests.
  82. * PairCas.cs: New. CAS unit tests.
  83. 2005-09-14 Sebastien Pouliot <[email protected]>
  84. * DataBinderCas.cs: New. CAS unit tests.
  85. * DataBindingCas.cs: New. CAS unit tests.
  86. * DataBindingCollectionCas.cs: New. CAS unit tests.
  87. * DataBindingHandlerAttributeCas.cs: New. CAS unit tests.
  88. * DataBoundLiteralControlCas.cs: New. CAS unit tests.
  89. * DesignerDataBoundLiteralControlCas.cs: New. CAS unit tests.
  90. * DesignTimeParseDataCas.cs: New. CAS unit tests.
  91. * DesignTimeTemplateParserCas.cs: New. CAS unit tests.
  92. * EmptyCollectionCas.cs: New. CAS unit tests.
  93. 2005-09-14 Sebastien Pouliot <[email protected]>
  94. * AttributeCollectionCas.cs: New. CAS unit tests.
  95. * BaseParserCas.cs: New. CAS unit tests.
  96. * CompiledTemplateBuilderCas.cs: New. CAS unit tests.
  97. * ConstructorNeedsTagAttributeCas.cs: New. CAS unit tests.
  98. * ControlBuilderAttributeCas.cs: New. CAS unit tests.
  99. * ControlBuilderCas.cs: New. CAS unit tests.
  100. * ControlCas.cs: New. CAS unit tests.
  101. * ControlCollectionCas.cs: New. CAS unit tests.
  102. * CssStyleCollectionCas.cs: New. CAS unit tests.
  103. 2005-09-07 Chris Toshok <[email protected]>
  104. * MinimizableAttributeTypeConverterTest.cs: new test.
  105. 2005-08-25 Sebastien Pouliot <[email protected]>
  106. * TestUrlPropertyAttribute.cs: Fixed tests to match new beta2 API (and
  107. so it stops throwing MissingMethodException on MS runtime).
  108. 2005-08-22 Sebastien Pouliot <[email protected]>
  109. * PageTest.cs: Added test cases for using Request with an overrided
  110. Context property (as Page.Request should be the same as
  111. Page.Context.Request). Doesn't work as expected.
  112. 2005-08-20 Sebastien Pouliot <[email protected]>
  113. * PageTest.cs: Added a test for overriding Context. We're not playing
  114. fairly with virtual properties (and probably not just that one) as we
  115. use the private variable inside the class. This means that overriding
  116. the property without calling the base class doesn't work as expected.
  117. 2005-08-05 Ben Maurer <[email protected]>
  118. * HtmlTextWriterTest.cs: Option is rendered as a block.
  119. 2005-07-21 Peter Dennis Bartok <[email protected]>
  120. * PageTest.cs: Added new test file, added exception test for
  121. Request property
  122. 2005-07-18 Peter Dennis Bartok <[email protected]>
  123. * ControlTest.cs: Added test file for Control class, initially
  124. contains only IDataBindingsAccessor test
  125. 2005-07-18 Ben Maurer <[email protected]>
  126. * HtmlTextWriterTest.cs: I fixed the nested indents
  127. 2005-07-18 Ben Maurer <[email protected]>
  128. * HtmlTextWriterTest.cs: Enable some indentation tests, others
  129. need to be disabled
  130. 2005-07-14 Duncan Mak <[email protected]>
  131. * DataBindingHandlerAttributeTest.cs (TestDefaultConstructor):
  132. This test should pass now.
  133. 2005-07-12 Ben Maurer <[email protected]>
  134. * HtmlTextWriterTest.cs: Enable some tests
  135. 2005-07-12 Sebastien Pouliot <[email protected]>
  136. * HtmlTextWriterTest.cs: Reactivated the AddStyleAttribute test case
  137. with the right value for 1.x (as current code doesn't match the
  138. expected results).
  139. 2005-07-11 Ben Maurer <[email protected]>
  140. * HtmlTextWriterTest.cs: The style attr thing below seems to be a
  141. 2.0 ism. Add tests for indentation.
  142. 2005-07-11 Sebastien Pouliot <[email protected]>
  143. * HtmlTextWriterTest.cs: Few more tests including a non working one
  144. for AddStyleAttribute.
  145. 2005-07-11 Ben Maurer <[email protected]>
  146. * HtmlTextWriterTest.cs: Add a test for popping end tags working
  147. correctly.
  148. * ToolboxDataAttributeTest.cs: Don't depend on the way that hash
  149. values are generated. Also, use built strings rather than stuff
  150. from ldstr to make the test a bit stronger.
  151. * PropertyConverterTest.cs: Make this pass on MSFT 1.1
  152. 2005-07-09 Sebastien Pouliot <[email protected]>
  153. * DataBindingHandlerAttributeTest.cs: Fix compilation error where
  154. System.Object is expected from MonoTests.System namespace. The test
  155. TestDefaultHandlerTypeName still throws a NullReferenceException.
  156. 2005-07-09 Duncan Mak <[email protected]>
  157. * DataBindingHandlerAttributeTest.cs: Aded new test. Used to find
  158. out how a typename is derived from a Type. (It uses
  159. AssemblyQualifiedName, and not FullName)
  160. 2005-07-08 Ben Maurer <[email protected]>
  161. * HtmlTextWriterTest.cs: Update notworking
  162. 2005-07-08 Jackson Harper <[email protected]>
  163. * ToolbarDataAttributeTest.cs: New test.
  164. 2005-07-07 Jackson Harper <[email protected]>
  165. * PropertyConverterTest.cs: New tests.
  166. 2005-07-07 Ben Maurer <[email protected]>
  167. * HtmlTextWriterTest.cs: More tests.
  168. 2005-07-07 Sebastien Pouliot <[email protected]>
  169. * HtmlTextWriterTest.cs: New. Unit tests for buglets found during
  170. implementations of HtmlControls.
  171. 2004-10-12 Sanjay Gupta <[email protected]>
  172. * TestUrlPropertyAttribute.cs: Added UrlPropertyAttribute test cases.