ChangeLog 5.6 KB

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