[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web / Test / mainsoft / ChangeLog
1 2009-06-30  Marek Habersack  <mhabersack@novell.com>
2
3         * NunitWebResources/ServerControlInClientSideComment.aspx: added
4
5 2009-04-28  Marek Habersack  <mhabersack@novell.com>
6
7         * NunitWebResources/LinkInHeadWithEmbeddedExpression.aspx: added
8
9 2009-02-05  Marek Habersack  <mhabersack@novell.com>
10
11         * NunitWebResources/NoDoubleOnInitOnRemoveAdd.aspx,
12         NunitWebResources/NoDoubleOnInitOnRemoveAdd.aspx.cs: added
13
14 2008-12-23  Marek Habersack  <mhabersack@novell.com>
15
16         * NunitWeb/Makefile (NunitWeb.dll): added NunitWeb/CustomSection.cs
17
18         * NunitWebResources/CustomSectionEmptyCollection.aspx: added
19
20 2008-12-10  Marek Habersack  <mhabersack@novell.com>
21
22         * NunitWebResources/MissingMasterFile.aspx: added
23
24 2008-12-08  Marek Habersack  <mhabersack@novell.com>
25
26         * NunitWebResources/ValidPropertyBind5.aspx: added
27
28         * NunitWebResources/ReadWritePropertyControl.ascx: added a
29         writable string property.
30
31 2008-12-01  Marek Habersack  <mhabersack@novell.com>
32
33         * NunitWebResources/ContentPlaceHolderInTemplate.master: added
34
35         * NunitWebResources/ContentPlaceHolderInTemplate.aspx: added
36
37 2008-11-21  Marek Habersack  <mhabersack@novell.com>
38
39         * NunitWebResources/WebLogin.config,
40         NunitWebResources/WebControl.config: disabled batch compilation.
41
42         * NunitWebResources/WebMapping.config: enabled debugging and
43         disabled batch compilation.
44
45         * NunitWebResources/InvalidPropertyBind1.aspx,
46         NunitWebResources/InvalidPropertyBind2.aspx,
47         NunitWebResources/InvalidPropertyBind3.aspx,
48         NunitWebResources/InvalidPropertyBind4.aspx,
49         NunitWebResources/ValidPropertyBind1.aspx,
50         NunitWebResources/ValidPropertyBind2.aspx,
51         NunitWebResources/ValidPropertyBind3.aspx,
52         NunitWebResources/ValidPropertyBind4.aspx,
53         NunitWebResources/ReadWritePropertyControl.ascx: added
54
55         * MainsoftWebApp20/Web.config: disabled batch compilation
56
57 2008-10-09  Marek Habersack  <mhabersack@novell.com>
58
59         * NunitWebResources/TemplateControlParsingTest.aspx: added
60
61 2008-07-28  Marek Habersack  <mhabersack@novell.com>
62
63         * NunitWeb/Makefile (NunitWeb.dll): added dependency on
64         NunitWeb/Resources/MyPageWithMasterInvalidPlaceHolder.aspx, it is
65         also included in the resources.
66
67 2008-07-25  Dean Brettle <dean@brettle.com>
68
69         * NunitWebResources/adapters.browser: added capabilities with 
70         multiple substitutions and $ and % characters not associated
71         with substitutions. 
72
73 2008-03-23  Dean Brettle <dean@brettle.com>
74
75         * NunitWebResources/adapters.browser, 
76         NunitWebResources/TestCapability.browser: modified to work and
77         support tests of browser defs in 
78         etc/mono/2.0/Browsers/Compat.browser.
79
80 2008-03-09  Dean Brettle <dean@brettle.com> 
81
82         * add new resources: 
83                 PageWithAdapter.aspx for PageTest and PageAdapterTest.
84                 TestCapability.browser for AppBrowsersTest.
85
86         * NunitWebResources/adapters.browser, 
87         NunitWebResources/AppBrowsersTest.browser: modified to support
88         testing reference nodes with captures, and adapters.
89
90         * NunitWeb/NunitWeb/WebTest.cs: ensure that, during AppDomain
91         unload, no new requests are sent to the app host and any
92         pending requests are completed before the the unload occurs.
93         Also added WebTest.AppUnloaded event that tests can use to wait
94         for the app to unload (e.g. after touching Global.asax), and 
95         WebTest.CleanApp() which can be called to restart the app with
96         the a skeleton directory structure.  Tests which add files that
97         could effect other tests (e.g. App_Browsers/*.browser files) should
98         call WebTest.CleanApp() during TearDown to return the app to a 
99         pristine environment.
100         
101 2008-01-08  Dean Brettle <dean@brettle.com> 
102  
103         * NunitWeb/NunitWeb/WebTest.cs: copy .mdb or .pdb files with
104         assemblies so we get line numbers in stack traces!
105  
106 2007-03-09  Marek Habersack  <mhabersack@novell.com>
107
108         * NunitWeb/NunitWeb/WebTest.cs: make sure that files timestamp is
109         updated when the target and the source are equal on resource
110         copying. This unbreaks the Themes tests which failed to recompile
111         themes whenever next test from the fixture was ran, since the
112         cache in the test application failed to notice the change.
113
114 2006-11-27 Yoni Klain <yonik@mainsoft.com>
115         * add new resources : NoEventValidation.aspx for ImageButtonTest.cs
116
117 2006-11-22 Yoni Klain <yonik@mainsoft.com>
118         * add new resources : AsyncPage.aspx,PageCultureTest.aspx for PageTest.cs
119
120 2006-11-21 Yoni Klain <yonik@mainsoft.com>
121         * add new resources : adapters.browser; Theme2.skin for ControlTest.cs
122         
123 2006-11-09 Yoni Klain <yonik@mainsoft.com>
124         * add new application for Web site administration
125         * new dir Mainsoft.Web.Administration 
126
127 2006-10-04 Yoni Klain <yonik@mainsoft.com>
128         * new resources : 
129         Test/mainsoft/NunitWebResources/PageLifecycleTest.aspx ;
130         Test/mainsoft/NunitWebResources/PageValidationTest.aspx ;
131
132 2006-09-19 Yoni Klain <yonik@mainsoft.com>
133         * Web.config added NunitWeb assembly  ;
134         * WebTest.cs remove overriden set url ;
135         * new resources : 
136         Test/mainsoft/NunitWebResources/CrossPagePosting1.aspx ;
137         Test/mainsoft/NunitWebResources/CrossPagePosting2.aspx ;
138
139 2006-09-18 Yoni Klain <yonik@mainsoft.com>
140
141         * new resources : 
142         Test/mainsoft/NunitWebResources/Mapping.aspx ;
143         Test/mainsoft/NunitWebResources/Mapping1.aspx ;
144         Test/mainsoft/NunitWebResources/WebMapping.config
145
146 2006-09-17 Yoni Klain <yonik@mainsoft.com>
147
148         * new resources : EvalTest.aspx;TemplateUserControl.ascx
149
150 2006-08-10 Yoni Klain <yonik@mainsoft.com>
151
152         * new resources : CallbackTest1.aspx; CallbackTest2.aspx 
153
154 2006-08-08 Yoni Klain <yonik@mainsoft.com>
155
156         * new: WebLogin.config; LoginViewTest1.aspx
157         * WebTest.cs: Change CopyResources type to rewrite if exist
158
159 2006-08-03  Vladimir Krasnov  <vladimirk@mainsoft.com>
160
161         * resources fixed XMLDataSourceTest1.aspx, XMLDataSourceTest2.aspx,
162         XMLDataSourceTest3.aspx, XMLDataSourceTest4.aspx
163
164 2006-07-25 Yoni Klain <yonik@mainsoft.com>
165
166         * added : XMLDataSourceTest.xml;XMLDataSourceTest.xsl;XMLDataSourceTest1.aspx;
167         * XMLDataSourceTest2.aspx;XMLDataSourceTest3.aspx;XMLDataSourceTest4.aspx
168         * embedded resources for XmlDataSourceTest.cs
169
170 2006-07-16 Yoni Klain <yonik@mainsoft.com>
171
172         * added WizardTest.skin embedded resources for WizardStepBase test
173
174 2006-07-07 Yoni Klain <yonik@mainsoft.com>
175
176         * added PostBackMenuTest.aspx embedded resources for MenuPostBack test
177
178 2006-27-06 Yoni Klain <yonik@mainsoft.com>
179         
180         * NunitWebTest.cs : Changes for embedded resources
181
182 2006-21-05  Vladimir Krasnov  <vladimirk@mainsoft.com>
183
184         * run-test.bat: Added env var TEST_17 for testing 1.7 and 1.8 versions
185         of GH
186
187 2006-21-05 Yoni Klain <yonik@mainsoft.com>
188         
189         * MyPageWithMaster.aspx;My.master - Resources changed for MasterPageTest
190
191 2006-15-05  Vladimir Krasnov  <vladimirk@mainsoft.com>
192
193         * run-test.bat: removed build console outputs
194
195 2006-03-07  Vladimir Krasnov  <vladimirk@mainsoft.com>
196
197         * run-test.bat: fixed enviroment variables
198
199 2006-03-05  Vladimir Krasnov  <vladimirk@mainsoft.com>
200
201         * run-test.bat: added running of mono test suite
202
203 2006-02-23  Vladimir Krasnov  <vladimirk@mainsoft.com>
204
205         * run-test.bat: fixed references copying
206
207 2006-02-23  Vladimir Krasnov  <vladimirk@mainsoft.com>
208
209         * added run-test.bat file for running in GH environment