ChangeLog 9.8 KB

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