Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Web/Test/mainsoft')
-rw-r--r--mcs/class/System.Web/Test/mainsoft/ChangeLog209
-rw-r--r--mcs/class/System.Web/Test/mainsoft/MainsoftWebApp/ChangeLog43
-rw-r--r--mcs/class/System.Web/Test/mainsoft/MainsoftWebApp/System_Web_UI_WebControls/HyperLinkColumn/ChangeLog7
-rw-r--r--mcs/class/System.Web/Test/mainsoft/MainsoftWebApp/System_Web_UI_WebControls/WebControl/ChangeLog4
-rw-r--r--mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/ChangeLog99
-rw-r--r--mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/ChangeLog83
-rw-r--r--mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/Resources/ChangeLog45
7 files changed, 0 insertions, 490 deletions
diff --git a/mcs/class/System.Web/Test/mainsoft/ChangeLog b/mcs/class/System.Web/Test/mainsoft/ChangeLog
deleted file mode 100644
index 10c6b80bde2..00000000000
--- a/mcs/class/System.Web/Test/mainsoft/ChangeLog
+++ /dev/null
@@ -1,209 +0,0 @@
-2009-06-30 Marek Habersack <mhabersack@novell.com>
-
- * NunitWebResources/ServerControlInClientSideComment.aspx: added
-
-2009-04-28 Marek Habersack <mhabersack@novell.com>
-
- * NunitWebResources/LinkInHeadWithEmbeddedExpression.aspx: added
-
-2009-02-05 Marek Habersack <mhabersack@novell.com>
-
- * NunitWebResources/NoDoubleOnInitOnRemoveAdd.aspx,
- NunitWebResources/NoDoubleOnInitOnRemoveAdd.aspx.cs: added
-
-2008-12-23 Marek Habersack <mhabersack@novell.com>
-
- * NunitWeb/Makefile (NunitWeb.dll): added NunitWeb/CustomSection.cs
-
- * NunitWebResources/CustomSectionEmptyCollection.aspx: added
-
-2008-12-10 Marek Habersack <mhabersack@novell.com>
-
- * NunitWebResources/MissingMasterFile.aspx: added
-
-2008-12-08 Marek Habersack <mhabersack@novell.com>
-
- * NunitWebResources/ValidPropertyBind5.aspx: added
-
- * NunitWebResources/ReadWritePropertyControl.ascx: added a
- writable string property.
-
-2008-12-01 Marek Habersack <mhabersack@novell.com>
-
- * NunitWebResources/ContentPlaceHolderInTemplate.master: added
-
- * NunitWebResources/ContentPlaceHolderInTemplate.aspx: added
-
-2008-11-21 Marek Habersack <mhabersack@novell.com>
-
- * NunitWebResources/WebLogin.config,
- NunitWebResources/WebControl.config: disabled batch compilation.
-
- * NunitWebResources/WebMapping.config: enabled debugging and
- disabled batch compilation.
-
- * NunitWebResources/InvalidPropertyBind1.aspx,
- NunitWebResources/InvalidPropertyBind2.aspx,
- NunitWebResources/InvalidPropertyBind3.aspx,
- NunitWebResources/InvalidPropertyBind4.aspx,
- NunitWebResources/ValidPropertyBind1.aspx,
- NunitWebResources/ValidPropertyBind2.aspx,
- NunitWebResources/ValidPropertyBind3.aspx,
- NunitWebResources/ValidPropertyBind4.aspx,
- NunitWebResources/ReadWritePropertyControl.ascx: added
-
- * MainsoftWebApp20/Web.config: disabled batch compilation
-
-2008-10-09 Marek Habersack <mhabersack@novell.com>
-
- * NunitWebResources/TemplateControlParsingTest.aspx: added
-
-2008-07-28 Marek Habersack <mhabersack@novell.com>
-
- * NunitWeb/Makefile (NunitWeb.dll): added dependency on
- NunitWeb/Resources/MyPageWithMasterInvalidPlaceHolder.aspx, it is
- also included in the resources.
-
-2008-07-25 Dean Brettle <dean@brettle.com>
-
- * NunitWebResources/adapters.browser: added capabilities with
- multiple substitutions and $ and % characters not associated
- with substitutions.
-
-2008-03-23 Dean Brettle <dean@brettle.com>
-
- * NunitWebResources/adapters.browser,
- NunitWebResources/TestCapability.browser: modified to work and
- support tests of browser defs in
- etc/mono/2.0/Browsers/Compat.browser.
-
-2008-03-09 Dean Brettle <dean@brettle.com>
-
- * add new resources:
- PageWithAdapter.aspx for PageTest and PageAdapterTest.
- TestCapability.browser for AppBrowsersTest.
-
- * NunitWebResources/adapters.browser,
- NunitWebResources/AppBrowsersTest.browser: modified to support
- testing reference nodes with captures, and adapters.
-
- * NunitWeb/NunitWeb/WebTest.cs: ensure that, during AppDomain
- unload, no new requests are sent to the app host and any
- pending requests are completed before the the unload occurs.
- Also added WebTest.AppUnloaded event that tests can use to wait
- for the app to unload (e.g. after touching Global.asax), and
- WebTest.CleanApp() which can be called to restart the app with
- the a skeleton directory structure. Tests which add files that
- could effect other tests (e.g. App_Browsers/*.browser files) should
- call WebTest.CleanApp() during TearDown to return the app to a
- pristine environment.
-
-2008-01-08 Dean Brettle <dean@brettle.com>
-
- * NunitWeb/NunitWeb/WebTest.cs: copy .mdb or .pdb files with
- assemblies so we get line numbers in stack traces!
-
-2007-03-09 Marek Habersack <mhabersack@novell.com>
-
- * NunitWeb/NunitWeb/WebTest.cs: make sure that files timestamp is
- updated when the target and the source are equal on resource
- copying. This unbreaks the Themes tests which failed to recompile
- themes whenever next test from the fixture was ran, since the
- cache in the test application failed to notice the change.
-
-2006-11-27 Yoni Klain <yonik@mainsoft.com>
- * add new resources : NoEventValidation.aspx for ImageButtonTest.cs
-
-2006-11-22 Yoni Klain <yonik@mainsoft.com>
- * add new resources : AsyncPage.aspx,PageCultureTest.aspx for PageTest.cs
-
-2006-11-21 Yoni Klain <yonik@mainsoft.com>
- * add new resources : adapters.browser; Theme2.skin for ControlTest.cs
-
-2006-11-09 Yoni Klain <yonik@mainsoft.com>
- * add new application for Web site administration
- * new dir Mainsoft.Web.Administration
-
-2006-10-04 Yoni Klain <yonik@mainsoft.com>
- * new resources :
- Test/mainsoft/NunitWebResources/PageLifecycleTest.aspx ;
- Test/mainsoft/NunitWebResources/PageValidationTest.aspx ;
-
-2006-09-19 Yoni Klain <yonik@mainsoft.com>
- * Web.config added NunitWeb assembly ;
- * WebTest.cs remove overriden set url ;
- * new resources :
- Test/mainsoft/NunitWebResources/CrossPagePosting1.aspx ;
- Test/mainsoft/NunitWebResources/CrossPagePosting2.aspx ;
-
-2006-09-18 Yoni Klain <yonik@mainsoft.com>
-
- * new resources :
- Test/mainsoft/NunitWebResources/Mapping.aspx ;
- Test/mainsoft/NunitWebResources/Mapping1.aspx ;
- Test/mainsoft/NunitWebResources/WebMapping.config
-
-2006-09-17 Yoni Klain <yonik@mainsoft.com>
-
- * new resources : EvalTest.aspx;TemplateUserControl.ascx
-
-2006-08-10 Yoni Klain <yonik@mainsoft.com>
-
- * new resources : CallbackTest1.aspx; CallbackTest2.aspx
-
-2006-08-08 Yoni Klain <yonik@mainsoft.com>
-
- * new: WebLogin.config; LoginViewTest1.aspx
- * WebTest.cs: Change CopyResources type to rewrite if exist
-
-2006-08-03 Vladimir Krasnov <vladimirk@mainsoft.com>
-
- * resources fixed XMLDataSourceTest1.aspx, XMLDataSourceTest2.aspx,
- XMLDataSourceTest3.aspx, XMLDataSourceTest4.aspx
-
-2006-07-25 Yoni Klain <yonik@mainsoft.com>
-
- * added : XMLDataSourceTest.xml;XMLDataSourceTest.xsl;XMLDataSourceTest1.aspx;
- * XMLDataSourceTest2.aspx;XMLDataSourceTest3.aspx;XMLDataSourceTest4.aspx
- * embedded resources for XmlDataSourceTest.cs
-
-2006-07-16 Yoni Klain <yonik@mainsoft.com>
-
- * added WizardTest.skin embedded resources for WizardStepBase test
-
-2006-07-07 Yoni Klain <yonik@mainsoft.com>
-
- * added PostBackMenuTest.aspx embedded resources for MenuPostBack test
-
-2006-27-06 Yoni Klain <yonik@mainsoft.com>
-
- * NunitWebTest.cs : Changes for embedded resources
-
-2006-21-05 Vladimir Krasnov <vladimirk@mainsoft.com>
-
- * run-test.bat: Added env var TEST_17 for testing 1.7 and 1.8 versions
- of GH
-
-2006-21-05 Yoni Klain <yonik@mainsoft.com>
-
- * MyPageWithMaster.aspx;My.master - Resources changed for MasterPageTest
-
-2006-15-05 Vladimir Krasnov <vladimirk@mainsoft.com>
-
- * run-test.bat: removed build console outputs
-
-2006-03-07 Vladimir Krasnov <vladimirk@mainsoft.com>
-
- * run-test.bat: fixed enviroment variables
-
-2006-03-05 Vladimir Krasnov <vladimirk@mainsoft.com>
-
- * run-test.bat: added running of mono test suite
-
-2006-02-23 Vladimir Krasnov <vladimirk@mainsoft.com>
-
- * run-test.bat: fixed references copying
-
-2006-02-23 Vladimir Krasnov <vladimirk@mainsoft.com>
-
- * added run-test.bat file for running in GH environment
diff --git a/mcs/class/System.Web/Test/mainsoft/MainsoftWebApp/ChangeLog b/mcs/class/System.Web/Test/mainsoft/MainsoftWebApp/ChangeLog
deleted file mode 100644
index 599afe8b4b1..00000000000
--- a/mcs/class/System.Web/Test/mainsoft/MainsoftWebApp/ChangeLog
+++ /dev/null
@@ -1,43 +0,0 @@
-2008-11-21 Marek Habersack <mhabersack@novell.com>
-
- * Web.config: disabled batch compilation
-
-2007-03-06 Vladimir Krasnov <vladimirk@mainsoft.com>
-
- * System_Web/PageDirectories: net test case added
-
-2007-03-05 Vladimir Krasnov <vladimirk@mainsoft.com>
-
- * System_Web/PageDirectories/*: Added new tests for ResolveUrl,
- TemplateSourceDirectory, etc
-
-2007-03-01 Vladimir Krasnov <vladimirk@mainsoft.com>
-
- * System_Web_SessionState/HttpSessionState/
- HttpSessionState_CodePage.aspx.cs
- * System_Web_UI_HtmlControls/HtmlInputImage/
- HtmlInputImage_Src.aspx.cs
- * utils/GHTListControlBase.cs:
- Added NET_2_0 for ASP 2.0 support
-
-2007-02-27 Vladimir Krasnov <vladimirk@mainsoft.com>
-
- * MainsoftWebApp20.Tomcat.vmwcsproj: converted to csproj
- * System_Web_UI/Control/Control_ViewState.aspx.cs:
- * utils/GHTListControlBase.cs:
- * System_Web_UI_WebControls/BaseDataList/
- BaseDataList_DataMember.aspx.cs:
- * System_Web_UI_WebControls/Repeater/Repeater_DataMember.aspx.cs:
- * System_Web_SessionState/HttpSessionState/
- HttpSessionState_CodePage.aspx.cs:
- Added NET_2_0 for ASP 2.0 support
-
-2006-09-28 Vladimir Krasnov <vladimirk@mainsoft.com>
-
- * added GH project files for VS2005:
- MainsoftWebApp20.Tomcat.vmwcsproj for Tomcat
-
-2006-02-23 Vladimir Krasnov <vladimirk@mainsoft.com>
-
- * added GH project files: MainsoftWebApp.JBoss.vmwcsproj,
- MainsoftWebApp.Tomcat.vmwcsproj for Tomcat and JBoss servers
diff --git a/mcs/class/System.Web/Test/mainsoft/MainsoftWebApp/System_Web_UI_WebControls/HyperLinkColumn/ChangeLog b/mcs/class/System.Web/Test/mainsoft/MainsoftWebApp/System_Web_UI_WebControls/HyperLinkColumn/ChangeLog
deleted file mode 100644
index c4cb1dcf42c..00000000000
--- a/mcs/class/System.Web/Test/mainsoft/MainsoftWebApp/System_Web_UI_WebControls/HyperLinkColumn/ChangeLog
+++ /dev/null
@@ -1,7 +0,0 @@
-2006-03-27 Vladimir Krasnov <vladimirk@mainsoft.com>
-
- * HyperLinkColumn_DataNavigateUrlField.aspx: removed tests that
- causes differences but decided to be not a bug
- * HyperLinkColumn_DataNavigateUrlField.aspx.cs: same
- * HyperLinkColumn_DataTextField.aspx: same
- * HyperLinkColumn_DataTextField.aspx.cs: same
diff --git a/mcs/class/System.Web/Test/mainsoft/MainsoftWebApp/System_Web_UI_WebControls/WebControl/ChangeLog b/mcs/class/System.Web/Test/mainsoft/MainsoftWebApp/System_Web_UI_WebControls/WebControl/ChangeLog
deleted file mode 100644
index 4a13a5ad7bc..00000000000
--- a/mcs/class/System.Web/Test/mainsoft/MainsoftWebApp/System_Web_UI_WebControls/WebControl/ChangeLog
+++ /dev/null
@@ -1,4 +0,0 @@
-2006-03-27 Vladimir Krasnov <vladimirk@mainsoft.com>
-
- * WebControl_CopyBaseAttributes_W.aspx.cs: removed tests that
- causes differences but decided to be not a bug
diff --git a/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/ChangeLog b/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/ChangeLog
deleted file mode 100644
index 33c25c3ec95..00000000000
--- a/mcs/class/System.Web/Test/mainsoft/MainsoftWebTest/ChangeLog
+++ /dev/null
@@ -1,99 +0,0 @@
-2010-01-14 Marek Habersack <mhabersack@novell.com>
-
- * NunitWebTest.cs: added new overload of GetControlFromPageHtml
- which takes begin and end markers as parameters.
-
-2008-01-07 Dean Brettle <dean@brettle.com>
-
- * HtmlAgilityPack/AssemblyInfo.cs: made assembly delay signed so that
- tests can access System.Web internals now that System.Web is
- InternalsVisibleTo this assembly.
-
-2007-03-06 Vladimir Krasniv <vladimirk@mainsoft.com>
-
- * reference20: added reference test for PageDirectories tests
-
-2007-03-05 Vladimir Krasniv <vladimirk@mainsoft.com>
-
- * reference20: added reference tests for PageDirectories tests
-
-2007-02-27 Vladimir Krasniv <vladimirk@mainsoft.com>
-
- * almost_config.xml, test_catalog.xml, WebTest.cs: fixed not working
- tests for asp 2.0
-
-2006-12-07 Igor Zelmanovich <igorz@mainsoft.com>
-
- * XmlComparer.cs:
- * NunitWebTest.cs: fixed HtmlComparer
-
-2006-10-30 Andrew Skiba <andrews@mainsoft.com>
-
- * NunitWebTest.cs: fallback for HtmlCompare to the text diff
-
-2006-09-28 Vladimir Krasniv <vladimirk@mainsoft.com>
-
- * added SystemWebTest20.csproj, SystemWebTest20.vmwcsproj for VS2005
-
-2006-09-12 Vladimir Krasniv <vladimirk@mainsoft.com>
-
- * WebTest.cs: fixed test case find in response of net2.0
- * added reference20, reference response from net2.0
-
-2006-07-26 Vladimir Krasnov <vladimirk@mainsfot.com>
-
- * NunitWebTest.cs: fixed HtmltoXml, removes spaces and crlf before
- converting
-
-2006-07-26 Andrew Skiba <andrews@mainsoft.com>
-
- * XmlComparer.cs: make expected and actual arguments look like in NUnit.
-
-2006-07-16 Vladimir Krasnov <vladimirk@mainsfot.com>
-
- * NunitWebTest.cs: fixed AssertAreEqual, order of actual and expected
-
-2006-06-28 Vladimir Krasnov <vladimirk@mainsfot.com>
-
- * nunitweb_config.xml: filtered onclick for input tags
-
-2006-05-21 Yoni Klain <yonik@mainsoft.com>
-
- * XmlComparer.cs: add 2 variable for test fail asserting information
-
-2006-05-21 Yoni Klain <yonik@mainsoft.com>
-
- * NunitWebTest.cs: add method for Nunit tests asserting fails
-
-
-2006-05-17 Andrew Skiba <andrews@mainsoft.com>
-
- * nunitweb_config.xml: similar to almost_config.xml but ignores more stuff
- * NunitWebTest.cs: use nunit_config.xml and fallback on XmlException
-
-2006-05-17 Andrew Skiba <andrews@mainsoft.com>
-
- * nunitweb_config.xml: similar to almost_config.xml but ignores more stuff
- * NunitWebTest.cs: use nunit_config.xml and fallback on XmlException
-
-2006-03-27 Vladimir Krasnov <vladimirk@mainsoft.com>
-
- * test_catalog.xml: fixed not working tests
- * almost_config.xml: fixed almost for not a bug
- * reference/HyperLinkColumn_DataTextField.aspx.xml,
- reference/HyperLinkColumn_DataNavigateUrlField.aspx.xml: removed refs
- of removed tests
- * reference/WebControl_CopyBaseAttributes_W.aspx.xml: same
-
-2006-02-23 Vladimir Krasnov <vladimirk@mainsoft.com>
-
- * test_catalog.xml: fixed not working tests
-
-2006-02-23 Vladimir Krasnov <vladimirk@mainsoft.com>
-
- * added SystemWebTest.vmwcsproj, GH project file
-
-2006-02-20 Vladimir Krasnov <vladimirk@mainsoft.com>
-
- * XmlComparer.cs: fixed AreEqualAttribs, to make attributes
- compare case insensitive
diff --git a/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/ChangeLog b/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/ChangeLog
deleted file mode 100644
index e1f8ed657ce..00000000000
--- a/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/ChangeLog
+++ /dev/null
@@ -1,83 +0,0 @@
-2010-04-07 Marek Habersack <mhabersack@novell.com>
-
- * WebTest.cs: introduced concept of prefixed resources and added
- an API which handles them - CopyPrefixedResources. All the
- manifest resource names are checked for match with the given
- prefix, and all the matching ones are copied to the specified
- subdirectory of the test directory.
-
-2010-02-11 Marek Habersack <mhabersack@novell.com>
-
- * WebTest.cs: test environment setup enhancements. Contributed by
- Tiaan Geldenhuys <tagdev@gmail.com>, thanks!
-
- * TestRoleProvider.cs: added. Contributed by Tiaan Geldenhuys
- <tagdev@gmail.com>, thanks!
-
-2009-11-04 Marek Habersack <mhabersack@novell.com>
-
- * WebTest.cs: include App_GlobalResources only when compiling
- System.Web tests.
-
-2009-09-07 Marek Habersack <mhabersack@novell.com>
-
- * Tests/TestSiteMapProvider.cs: added
-
-2009-07-08 Marek Habersack <mhabersack@novell.com>
-
- * WebTest.cs: added new public property - TestBaseDir, to be used
- by code which needs to access the files in the work dir.
-
-2009-07-06 Raja R Harinath <harinath@hurrynot.org>
-
- * WebTest.cs (Run): Use SystemWebTestShim.BuildManager.
-
-2009-07-03 Marek Habersack <mhabersack@novell.com>
-
- * WebTestResourcesSetupAttribute.cs: added. Can be used to specify
- resources setup method alternative to the default
- WebTest.CopyResources (). Useful in cases when WebTest is used
- outside System.Web tests and different initial resources are
- required.
-
- * WebTest.cs: check whether the assembly WebTest is found in is
- decorated with the WebTestResourcesSetup attribute and, if yes,
- use handler specified by the attribute to perform initial
- resources copying in EnsureHosting ().
-
-2009-01-22 Marek Habersack <mhabersack@novell.com>
-
- * WebTest.cs: Run () sets the internal field
- BuildManager.suppressDebugModeMessages to true.
-
-2008-12-30 Raja R Harinath <harinath@hurrynot.org>
-
- * CustomSection.cs: Only enable in the 2.0 profile.
-
-2008-12-23 Marek Habersack <mhabersack@novell.com>
-
- * CustomSection.cs: added. Implementation of custom configuration
- elements for WebConfigurationManager tests.
-
-2008-12-02 Marek Habersack <mhabersack@novell.com>
-
- * WebTest.cs: for 1.1, copy the Web.mono.config.1.1 resource
-
-2008-10-09 Marek Habersack <mhabersack@novell.com>
-
- * WebTest.cs: made the Host property internal. It is used to
- access the host's application domain when necessary in some
- tests.
-
- * MyTemplateControls.cs: added
-
-2008-07-28 Marek Habersack <mhabersack@novell.com>
-
- * StandardUrl.cs: added a new standard url -
- PAGE_WITH_MASTER_INVALID_PLACE_HOLDER.
-
-2008-06-08 Gert Driesen <drieseng@users.sourceforge.net>
-
- * PageInvoker.cs: Fixed line endings.
- * WebTest.cs: Fixed compilation using csc 1.x.
-
diff --git a/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/Resources/ChangeLog b/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/Resources/ChangeLog
deleted file mode 100644
index 365f58eb0bc..00000000000
--- a/mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/Resources/ChangeLog
+++ /dev/null
@@ -1,45 +0,0 @@
-2010-02-11 Marek Habersack <mhabersack@novell.com>
-
- * Web.config, Web.mono.config: added test role manager
- definition.
-
-2009-01-22 Marek Habersack <mhabersack@novell.com>
-
- * Web.mono.config: added numRecompilesBeforeAppRestart attribute
- to the compilation element, set to 100000, to avoid appdomain
- restarts during tests.
-
-2008-12-23 Marek Habersack <mhabersack@novell.com>
-
- * Web.mono.config: added CustomTags section definition, used in
- WebConfiguratioManager tests.
-
-2008-12-02 Marek Habersack <mhabersack@novell.com>
-
- * Web.config: added ASP.NET AJAX 1.0 configuration entries
- * Web.config.1.1: copied from the last revision before the above
- changes, so that 1.1 tests don't fail.
- * Web.mono.config.1.1: copied from revision before the AJAX
- changes below, so that 1.1 tests don't fail.
-
-2008-12-01 Marek Habersack <mhabersack@novell.com>
-
- * Web.mono.config: added ASP.NET AJAX 1.0 configuration entries
-
-2008-11-21 Marek Habersack <mhabersack@novell.com>
-
- * Web.config, Web.mono.config: disabled batch compilation.
-
-2008-07-28 Marek Habersack <mhabersack@novell.com>
-
- * MyPageWithMasterInvalidPlaceHolder.aspx: added
-
-2007-02-20 Gert Driesen <drieseng@users.sourceforge.net>
-
- * Web.mono.config: Fixed value of enableSessionState attribute since
- it is now processed case-sensitively.
-
-2007-02-17 Gert Driesen <drieseng@users.sourceforge.net>
-
- * Web.config: enableSessionState only accepts "true", false" and
- "ReadOnly" on MS (case-sensitive).