ChangeLog 7.0 KB

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