42 lines
1.5 KiB
Plaintext
42 lines
1.5 KiB
Plaintext
|
2009-07-07 Raja R Harinath <harinath@hurrynot.org>
|
||
|
|
||
|
* DataBoundControlAdapterTest.cs: Derive from
|
||
|
SystemWebTestShim.DataBoundControlAdapter.
|
||
|
* HideDisabledControlAdapterTest.cs (Render): Use
|
||
|
SystemWebTestShim.HideDisabledControlAdapter.
|
||
|
* HierarchicalDataBoundControlAdapterTest.cs: Derive from
|
||
|
SystemWebTestShim.HierarchicalDataBoundControlAdapter.
|
||
|
* MenuAdapterTest.cs: Derive from SystemWebTestShim.MenuAdapter.
|
||
|
* WebControlAdapterTest.cs: Derive from
|
||
|
SystemWebTestShim.WebControlAdapter.cs.
|
||
|
|
||
|
2009-07-06 Raja R Harinath <harinath@hurrynot.org>
|
||
|
|
||
|
* MenuAdapterTest.cs (MyMenuAdapter): Add new forwarding methods
|
||
|
to expose protected base methods.
|
||
|
|
||
|
2009-07-06 Raja R Harinath <harinath@hurrynot.org>
|
||
|
|
||
|
* DataBoundControlAdapterTest.cs (PerformDataBinding): Don't use
|
||
|
'protected internal' when overriding a method from a different assembly.
|
||
|
* HideDisabledControlAdapterTest.cs (RenderContents): Likewise.
|
||
|
* HierarchicalDataBoundControlAdapterTest.cs (PerformDataBinding):
|
||
|
Likewise.
|
||
|
* MenuAdapterTest.cs (OnInit, OnPreRender, RaisePostBackEvent)
|
||
|
(RenderContents): Likewise.
|
||
|
* WebControlAdapterTest.cs (RenderContents): Likewise.
|
||
|
|
||
|
2008-10-17 Marek Habersack <mhabersack@novell.com>
|
||
|
|
||
|
* MenuAdapterTest.cs: work around event validation failure in the
|
||
|
test environment.
|
||
|
|
||
|
2008-01-15 Dean Brettle <dean@brettle.com>
|
||
|
|
||
|
* MenuAdapterTest.cs: added
|
||
|
|
||
|
2008-01-13 Dean Brettle <dean@brettle.com>
|
||
|
|
||
|
* WebControlAdapterTest.cs, HierarchicalDataBoundControlAdapterTest.cs,
|
||
|
DataBoundControlAdapterTest.cs, HideDisabledControlAdapterTest.cs: added
|