Expose internal constructors of various Adapter types.
authorRaja R Harinath <harinath@hurrynot.org>
Mon, 6 Jul 2009 18:54:18 +0000 (18:54 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Mon, 6 Jul 2009 18:54:18 +0000 (18:54 -0000)
commit950b594928528267d1b08d9aef834cb885889159
treebfcf3b7868a7d002721bee4ee74591f6e8e5f5b3
parentdfb255822f3966bea49b97e7d94c2a424896efc3
Expose internal constructors of various Adapter types.

In class/System.Web/Test/System.Web.UI.Adapters:

* PageAdapterTest.cs (MyPage): Derive from SystemWebTestShim.Page.
(MyPageAdapter): Derive from SystemWebTestShim.PageAdapter.
(MyPageAdapter.GetPostBAckFormReference): New forwarding method.

In class/System.Web/Test/System.Web.UI.WebControls.Adapters:

* 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.

In class/SystemWebTestShim:

* SystemWebTestShim.dll.sources: Add Adapters.cs

svn path=/trunk/mcs/; revision=137441
mcs/class/System.Web/Test/System.Web.UI.Adapters/ChangeLog
mcs/class/System.Web/Test/System.Web.UI.Adapters/PageAdapterTest.cs
mcs/class/System.Web/Test/System.Web.UI.WebControls.Adapters/ChangeLog
mcs/class/System.Web/Test/System.Web.UI.WebControls.Adapters/DataBoundControlAdapterTest.cs
mcs/class/System.Web/Test/System.Web.UI.WebControls.Adapters/HideDisabledControlAdapterTest.cs
mcs/class/System.Web/Test/System.Web.UI.WebControls.Adapters/HierarchicalDataBoundControlAdapterTest.cs
mcs/class/System.Web/Test/System.Web.UI.WebControls.Adapters/MenuAdapterTest.cs
mcs/class/System.Web/Test/System.Web.UI.WebControls.Adapters/WebControlAdapterTest.cs
mcs/class/SystemWebTestShim/ChangeLog
mcs/class/SystemWebTestShim/SystemWebTestShim.dll.sources
mcs/class/SystemWebTestShim/SystemWebTestShim/Adapters.cs [new file with mode: 0644]