ChangeLog 759 B

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