ChangeLog 870 B

1234567891011121314151617181920212223242526
  1. 2008-11-20 Marek Habersack <[email protected]>
  2. * ListViewTest.cs: added tests for several properties.
  3. 2008-11-19 Marek Habersack <[email protected]>
  4. * EventRecorder.cs: class is now serializable.
  5. * ListViewTest.cs: use system.web Mainsoft test framework.
  6. ListViewPoker is now able to record events.
  7. Added wrappers for ListView protected methods to ListViewPoker,
  8. Added two simple test ITemplate classes.
  9. Added tests for initial values.
  10. Added tests for all the methods which can be tested in a simple
  11. way, without using a real asp.net page.
  12. Added test for the Edit functionality.
  13. 2008-10-30 Marek Habersack <[email protected]>
  14. * DataPagerFieldCollectionTest.cs: created. Some basic tests for
  15. DataPagerFieldCollection
  16. * EventRecorder.cs: created. A helper class for tests.
  17. * ListViewTest.cs: created. Some basic test for ListView.