ChangeLog 11 KB

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