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