[asp.net] Do nothing if null SessionStateStoreData is passed to SessionStateServerHan...
[mono.git] / mcs / class / System.Web / Test / System.Web.UI.Adapters / ChangeLog
1 2009-08-20  Marek Habersack  <mhabersack@novell.com>
2
3         * ControlAdapterTest.cs: added test for bug #517172
4
5 2009-07-07  Raja R Harinath  <harinath@hurrynot.org>
6
7         * PageAdapterTest.cs (MyPage): Derive from SystemWebTestShim.Page.
8         (MyPageAdapter): Derive from SystemWebTestShim.PageAdapter.
9         (MyPageAdapter.GetPostBAckFormReference): New forwarding method.
10
11 2009-07-06  Raja R Harinath  <harinath@hurrynot.org>
12
13         * PageAdapterTest.cs (MyPage.MyDeterminePostBackMode): New
14         forwarding method to expose protected method.
15         (MyPageAdapter): Change constructor argument to type 'MyPage'.
16
17 2009-07-06  Raja R Harinath  <harinath@hurrynot.org>
18
19         * ControlAdapterTest.cs: Use SystemWebTestShim to set
20         HttpCapabilitiesBase internal flag.
21
22 2008-01-12  Dean Brettle <dean@brettle.com> 
23
24         * PageAdapterTest.cs: added tests for PageAdapter.
25
26 2008-01-07  Dean Brettle <dean@brettle.com> 
27
28         * ControlAdapterTest.cs (ConfigCapabilitiesNotCalled): added test to
29         ensure that HttpCapabilitiesBase.ConfigCapabilities() is not called
30         during normal page processing if no files are in App_Browsers.
31         
32
33 2008-01-07  Dean Brettle <dean@brettle.com> 
34
35         * ControlAdapterTest.cs: added tests for ControlAdapter.