ChangeLog 6.3 KB

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