ChangeLog 7.5 KB

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