ChangeLog 11 KB

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