You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
@@ -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
|
@@ -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.
|
||||
|
@@ -10,7 +10,7 @@
|
||||
<section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" requirePermission="false" allowDefinition="MachineToApplication"/>
|
||||
</sectionGroup>
|
||||
</sectionGroup>
|
||||
<section name="CustomTags" restartOnExternalChanges="false" type="MonoTests.SystemWeb.Framework.CustomSection, System.Web_test_net_2_0" />
|
||||
<section name="CustomTags" restartOnExternalChanges="false" type="MonoTests.SystemWeb.Framework.CustomSection, net_4_x_System.Web_test" />
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<appSettings>
|
||||
|
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
<section name="CustomTags" restartOnExternalChanges="false" type="MonoTests.SystemWeb.Framework.CustomSection, System.Web_test_net_4_0" />
|
||||
<section name="CustomTags" restartOnExternalChanges="false" type="MonoTests.SystemWeb.Framework.CustomSection, net_4_x_System.Web_test" />
|
||||
</configSections>
|
||||
<appSettings>
|
||||
<add key="strvalue" value="str" />
|
||||
|
@@ -7,10 +7,10 @@
|
||||
<capture>
|
||||
<userAgent match="^(?'refuacapturename'.*)$" />
|
||||
</capture>
|
||||
<controlAdapters markupTextWriterType="MonoTests.System.Web.CustomHtmlTextWriter, System.Web_test_net_2_0">
|
||||
<controlAdapters markupTextWriterType="MonoTests.System.Web.CustomHtmlTextWriter, net_4_x_System.Web_test">
|
||||
<adapter
|
||||
controlType="MonoTests.System.Web.UI.Customadaptercontrol, System.Web_test_net_2_0"
|
||||
adapterType="MonoTests.System.Web.UI.Customadapter, System.Web_test_net_2_0"
|
||||
controlType="MonoTests.System.Web.UI.Customadaptercontrol, net_4_x_System.Web_test"
|
||||
adapterType="MonoTests.System.Web.UI.Customadapter, net_4_x_System.Web_test"
|
||||
/>
|
||||
</controlAdapters>
|
||||
<capabilities>
|
||||
|
Reference in New Issue
Block a user