ChangeLog 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. 2009-07-07 Raja R Harinath <[email protected]>
  2. * DataBoundControlAdapterTest.cs: Derive from
  3. SystemWebTestShim.DataBoundControlAdapter.
  4. * HideDisabledControlAdapterTest.cs (Render): Use
  5. SystemWebTestShim.HideDisabledControlAdapter.
  6. * HierarchicalDataBoundControlAdapterTest.cs: Derive from
  7. SystemWebTestShim.HierarchicalDataBoundControlAdapter.
  8. * MenuAdapterTest.cs: Derive from SystemWebTestShim.MenuAdapter.
  9. * WebControlAdapterTest.cs: Derive from
  10. SystemWebTestShim.WebControlAdapter.cs.
  11. 2009-07-06 Raja R Harinath <[email protected]>
  12. * MenuAdapterTest.cs (MyMenuAdapter): Add new forwarding methods
  13. to expose protected base methods.
  14. 2009-07-06 Raja R Harinath <[email protected]>
  15. * DataBoundControlAdapterTest.cs (PerformDataBinding): Don't use
  16. 'protected internal' when overriding a method from a different assembly.
  17. * HideDisabledControlAdapterTest.cs (RenderContents): Likewise.
  18. * HierarchicalDataBoundControlAdapterTest.cs (PerformDataBinding):
  19. Likewise.
  20. * MenuAdapterTest.cs (OnInit, OnPreRender, RaisePostBackEvent)
  21. (RenderContents): Likewise.
  22. * WebControlAdapterTest.cs (RenderContents): Likewise.
  23. 2008-10-17 Marek Habersack <[email protected]>
  24. * MenuAdapterTest.cs: work around event validation failure in the
  25. test environment.
  26. 2008-01-15 Dean Brettle <[email protected]>
  27. * MenuAdapterTest.cs: added
  28. 2008-01-13 Dean Brettle <[email protected]>
  29. * WebControlAdapterTest.cs, HierarchicalDataBoundControlAdapterTest.cs,
  30. DataBoundControlAdapterTest.cs, HideDisabledControlAdapterTest.cs: added