ChangeLog 983 B

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