ChangeLog 3.6 KB

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