ChangeLog 4.1 KB

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