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,30 +0,0 @@
|
||||
2005-09-21 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* AspNetHostingNone.cs: New. CAS test helper class to test for None
|
||||
level - which includes class that don't use AspNetHostingPermission
|
||||
at all.
|
||||
|
||||
2005-09-13 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* AspNetHostingPermissionHelper.cs: SetUp method is now virtual.
|
||||
|
||||
2005-09-09 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* AspNetHostingMinimal.cs: Rename tests to LinkDemand_* so they have
|
||||
less chances to conflict with tests in derived classes.
|
||||
* AspNetHostingPermissionHelper.cs: Made VoidType public.
|
||||
|
||||
2005-09-02 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* AspNetHostingMinimal.cs: Added new required parameters to all calls
|
||||
to CreateControl.
|
||||
* AspNetHostingPermissionHelper.cs: Made CreateControl virtual and
|
||||
accept a SecurityAction and AspNetHostingPermissionLevel parameters
|
||||
for more flexibility in testing.
|
||||
|
||||
2005-09-01 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* AspNetHostingMinimal.cs: CAS test helper class to test for Minimal
|
||||
level.
|
||||
* AspNetHostingPermissionHelper.cs: CAS test helper class to test for
|
||||
AspNetHostingPermission.
|
@@ -1,48 +0,0 @@
|
||||
2010-02-03 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* CacheItemPriorityQueueTest_generated.cs: added
|
||||
|
||||
* CacheItemPriorityQueueTest.cs: added
|
||||
|
||||
2010-01-25 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* SqlCacheDependencyTest.cs: added
|
||||
|
||||
2010-01-22 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* OutputCacheTest.cs: added
|
||||
|
||||
2010-01-21 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* FileResponseElementTest.cs, HeaderElementTest.cs,
|
||||
MemoryResponseElementTest.cs, SubstitutionResponseElementTest.cs:
|
||||
added
|
||||
|
||||
2008-06-27 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* AggregateCacheDependencyTest.cs: mark wrong, timing-
|
||||
dependent test as "Ignore".
|
||||
|
||||
2007-08-17 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* AggregateCacheDependencyTest.cs: dependency expiration
|
||||
notification works correctly now.
|
||||
|
||||
2007-08-14 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* AggregateCacheDependencyTest.cs: Added test for bug #82419.
|
||||
|
||||
2005-09-13 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* CacheDependencyCas.cs: Under 1.x FAM also requires UnmanagedCode so
|
||||
we must assert this too before creating instances. We also "hide" an
|
||||
error where the initialization throws a NullReferenceException on 1.x
|
||||
(as this has nothing to do with CAS).
|
||||
|
||||
2005-09-02 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* CacheCas.cs: New. CAS unit tests for Cache. It turns out that
|
||||
UnmanagedCode permission is also required (down-level).
|
||||
* CacheDependencyCas.cs: New. CAS unit tests for CacheDependency. It
|
||||
turns out that FileIOPermission is also required (down-level) and that
|
||||
Mono (currently) requires Unmanaged permission for FAM.
|
File diff suppressed because one or more lines are too long
@@ -1,90 +0,0 @@
|
||||
2010-01-19 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* TemplateControlCompilerTest.cs: added test for bug #568631
|
||||
|
||||
2009-08-26 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* TemplateControlCompilerTest.cs: added test for bug #400807
|
||||
|
||||
2009-08-25 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* TemplateControlCompilerTest.cs: added test for bug #323719
|
||||
Added test for bug #367273
|
||||
|
||||
2009-08-18 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* TemplateControlCompilerTest.cs: added test for bug #525104 and
|
||||
improved test for bug #517656
|
||||
|
||||
2009-07-08 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* TemplateControlCompilerTest.cs: added test for bug #520024
|
||||
|
||||
2009-07-06 Raja R Harinath <harinath@hurrynot.org>
|
||||
|
||||
* TemplateControlCompilerTest.cs (InvalidPropertyBindTest1):
|
||||
Don't use 'typeof' on a System.Web internal exception type.
|
||||
(InvalidPropertyBindTest3): Likewise.
|
||||
|
||||
2009-06-30 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* TemplateControlCompilerTest.cs: added test for bug #517656
|
||||
|
||||
2009-06-04 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* TemplateControlCompilerTest.cs: added test for bug #508888
|
||||
|
||||
2009-05-10 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* TemplateControlCompilerTest.cs: added a test for expressions in
|
||||
list control items.
|
||||
|
||||
2009-04-28 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* TemplateControlCompilerTest.cs: added test for bug #498637
|
||||
|
||||
2009-04-16 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* TemplateControlCompilerTest.cs: added test for bug #493639
|
||||
|
||||
2008-12-08 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* TemplateControlCompilerTest.cs: added another valid Bind
|
||||
expression test.
|
||||
|
||||
2008-12-01 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* TemplateControlCompilerTest.cs: Added test for bug #449970
|
||||
|
||||
2008-11-21 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* TemplateControlCompilerTest.cs: added simple data source for
|
||||
Bind tests.
|
||||
Added 8 tests for valid and invalid Bind expressions.
|
||||
|
||||
2008-10-09 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* TemplateControlCompilerTest.cs: compile the file on 1.1 as well.
|
||||
Added a test for template parsing in compound controls.
|
||||
|
||||
2008-02-08 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* AppSettingsExpressionBuilderTest.cs: Added and improved tests for
|
||||
GetAppSetting overloads.
|
||||
|
||||
2007-12-23 Vladimir Krasnov <vladimirk@mainsoft.com>
|
||||
|
||||
* added AppSettingsExpressionBuilderTest.cs
|
||||
|
||||
2006-06-21 Andrew Skiba <andrews@mainsoft.com>
|
||||
|
||||
* TemplateControlCompilerTest.cs: NunitWeb refactoring
|
||||
|
||||
2006-06-18 Andrew Skiba <andrews@mainsoft.com>
|
||||
|
||||
* TemplateControlCompilerTest.cs: new test.
|
||||
|
||||
2006-01-20 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* ClientBuildManagerParameterTest.cs: new test.
|
||||
|
@@ -1,94 +0,0 @@
|
||||
2008-12-23 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* WebConfigurationManagerTest.cs: added new test.
|
||||
|
||||
2007-11-23 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* CacheSectionTest.cs: modified to match the new MS.NET defaults.
|
||||
|
||||
2007-03-24 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* WebConfigurationManagerTest.cs: the tests don't work because of
|
||||
the way the test suite is set up. In a normal application, the
|
||||
three test would work just fine.
|
||||
|
||||
2006-06-26 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* NullableStringValidatorTest.cs : new aggregated tests for
|
||||
properties that use PropertyHelper.EmptyStringValidator.
|
||||
|
||||
2006-03-08 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* SiteMapSectionTest.cs: test defaults.
|
||||
|
||||
2005-12-06 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* AuthorizationRuleCollectionTest.cs (GetElementKey): new test.
|
||||
|
||||
* AuthorizationRuleTest.cs (PostDeserialize): PostDeserialize
|
||||
doesn't return a value.
|
||||
|
||||
2005-12-05 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* ClientTargetTest.cs: new tests.
|
||||
|
||||
* AssemblyCollectionTest.cs: new tests.
|
||||
|
||||
* CustomErrorCollectionTest.cs: new tests.
|
||||
|
||||
* AuthorizationRuleCollectionTest.cs: new tests.
|
||||
|
||||
* CodeSubDirectoryTest.cs: new tests.
|
||||
|
||||
2005-12-02 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* ProfilePropertySettingsTest.cs: new tests.
|
||||
|
||||
* GlobalizationSectionTest.cs: add PostDeserialize test.
|
||||
|
||||
* AuthorizationRuleTest.cs: add PostDeserialize test.
|
||||
|
||||
2005-12-01 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* GlobalizationSectionTest.cs: Add a test for PreSerialize.
|
||||
|
||||
* AuthorizationRuleTest.cs: Add a test for
|
||||
Preserialize/SerializeElement.
|
||||
|
||||
2005-11-23 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* MachineKeyValidationConverterTest.cs: new test.
|
||||
|
||||
2005-11-18 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* GlobalizationSectionTest.cs, HostingEnvironmentSectionTest.cs,
|
||||
CacheSectionTest.cs, CustomErrorsSectionTest.cs,
|
||||
HealthMonitoringSectionTest.cs, CompilationSectionTest.cs,
|
||||
DeploymentSectionTest.cs, ClientTargetSectionTest.cs: new tests.
|
||||
|
||||
|
||||
2005-11-14 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* AnonymousIdentificationSectionTest.cs: remove MS stacktrace
|
||||
comment.
|
||||
|
||||
* BuildProviderTest.cs: new tests.
|
||||
|
||||
* AuthorizationRuleTest.cs: new tests.
|
||||
|
||||
* AuthorizationSectionTest.cs: new tests.
|
||||
|
||||
* AuthenticationSectionTest.cs: new tests.
|
||||
|
||||
* BufferModeSettingsTest.cs: new tests.
|
||||
|
||||
2005-11-13 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* AssemblyInfoTest.cs: programmatic property access tests.
|
||||
|
||||
* AnonymousIdentificationSectionTest.cs: same.
|
||||
|
||||
2005-09-02 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* HttpCapabilitiesBaseCas.cs: New. CAS unit tests for
|
||||
HttpCapabilitiesBase class.
|
@@ -1,3 +0,0 @@
|
||||
2005-09-02 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* TraceHandlerCas.cs: New. CAS unit tests for TraceHandler.
|
@@ -1,121 +0,0 @@
|
||||
2010-02-18 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* HostingEnvironmentTest.cs: added a test for HostEnvironment
|
||||
property values both in hosted and non-hosted environments. Patch
|
||||
contributed by Tiaan Geldenhuys <tagdev@gmail.com>, thanks!
|
||||
|
||||
2009-01-07 Geoff Norton <gnorton@novell.com>
|
||||
|
||||
* ApplicationHostTest.cs: Fix a few case-sensitiviy issues.
|
||||
|
||||
2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
|
||||
|
||||
* ApplicationHostTest.cs: ignore the CachePath test. We are settig it
|
||||
to DynamicBase to make all the temporary and shadow-copied files go
|
||||
into the same directory.
|
||||
|
||||
2008-03-13 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* ApplicationHostTest.cs: adjust test for the PrivateBinPath
|
||||
change in ApplicationHost.
|
||||
|
||||
2007-11-03 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* ApplicationHostTest.cs: adjust ConstructorTest for
|
||||
AppDomainSetup.PrivateBinPath changes.
|
||||
|
||||
2007-08-24 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* ApplicationHostTest.cs: use ; as the separator in the
|
||||
PrivateBinPath test.
|
||||
|
||||
2007-08-21 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* ApplicationHostTest.cs: adjust the test for the PrivateBinPath
|
||||
changes.
|
||||
|
||||
2006-03-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* SimpleWorkerRequestTest.cs: new tests for PathInfo and disabled a test
|
||||
that throws a nullref under MS.
|
||||
|
||||
* ApplicationHostTest.cs: fixed 2 assertions to expect what MS does.
|
||||
|
||||
2006-02-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* HostingEnvironmentTest.cs: tests for MapPath.
|
||||
|
||||
2006-02-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* VirtualPathProviderTest.cs: tests for GetFileHash.
|
||||
|
||||
2006-02-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* HostingEnvironmentTest.cs: new tests.
|
||||
|
||||
2006-01-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* VirtualPathProviderTest.cs: new tests.
|
||||
|
||||
2005-11-23 Robert Jordan <robertj@gmx.net>
|
||||
|
||||
* SimpleWorkerRequestTest.cs: added a test case for #76794.
|
||||
|
||||
2005-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* ApplicationHostTest.cs: disabled a test.
|
||||
|
||||
2005-09-21 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* SimpleWorkerRequestTest.cs: When in doubt write more tests...
|
||||
|
||||
2005-09-18 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* SimpleWorkerRequestTest.cs: Ensure a trailing / in the expected path
|
||||
as GetAppPathTranslated must have one (while most directory methods
|
||||
don't append one).
|
||||
|
||||
2005-09-13 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* SimpleWorkerRequestTest.cs: Added a test case (GetUriPath) that was
|
||||
failing in the CAS tests (but wasn't CAS related).
|
||||
* SimpleWorkerRequestCas.cs: Ignore the ctor(string,string,TextWriter)
|
||||
test as I don't have a working test case. Simplify GetUriPath check
|
||||
so it doesn't fail.
|
||||
|
||||
2005-09-10 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* AppDomainFactoryCas.cs: New. CAS unit tests for AppDomainFactory.
|
||||
* ApplicationHostCas.cs: New. CAS unit tests for ApplicationHost.
|
||||
* ISAPIRuntimeCas.cs: New. CAS unit tests for ISAPIRuntime.
|
||||
* SimpleWorkerRequestCas.cs: New. CAS unit tests for
|
||||
SimpleWorkerRequest.
|
||||
* SimpleWorkerRequestTest.cs: Added a few (unworking) test cases for
|
||||
GetPathInfo method.
|
||||
|
||||
2005-08-22 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* SimpleWorkerRequestTest.cs (Host): make cwd =
|
||||
"Environment.CurrentDirectory + Path.DirectorySeparatorChar" so we
|
||||
pass on MS.
|
||||
|
||||
2005-08-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* SimpleWorkerRequestTest.cs: add 2 more assertions.
|
||||
* ApplicationHostTest.cs: fix test for the path of web.config.
|
||||
|
||||
2005-07-27 Miguel de Icaza <miguel@novell.com>
|
||||
|
||||
* SimpleWorkerRequestTest.cs: Do not use the "/tmp" directory as
|
||||
that makes the tests fail if we create a hosted
|
||||
SimpleWorkerRequest.
|
||||
|
||||
Instead use the current directory, and before starting up, create
|
||||
a bin directory and copy the assembly there to allow us to create
|
||||
a host.
|
||||
|
||||
Also, replicate the tests for when we are hosted in a new
|
||||
appdomain, as "MapPath" does work in this case. When running
|
||||
SimpleWorkerRequest on the main domain MapPath always returns
|
||||
null.
|
||||
|
@@ -1,5 +0,0 @@
|
||||
2005-09-09 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* MailAttachmentCas.cs: New. CAS unit tests for MailAttachment.
|
||||
* MailMessageCas.cs: New. CAS unit tests for MailMessage.
|
||||
* SmtpMailCas.cs: New. CAS unit tests for SmtpMail.
|
@@ -1,95 +0,0 @@
|
||||
2010-02-11 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* RolesTest.cs: added a test for IsUserInRole. Patch from Tiaan
|
||||
Geldenhuys <tagdev@gmail.com>, thanks!
|
||||
|
||||
2007-02-10 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* FormsAuthenticationTest.cs: Fixed build using csc 1.x.
|
||||
|
||||
2006-12-10 Igor Zelmanovich <igorz@mainsoft.com>
|
||||
|
||||
* FormsAuthenticationTest.cs: fixed tests.
|
||||
|
||||
2006-11-29 Igor Zelmanovich <igorz@mainsoft.com>
|
||||
|
||||
* FormsAuthenticationTest.cs: fixed NunitWeb tests.
|
||||
|
||||
2006-07-10 Andrew Skiba <andrews@mainsoft.com>
|
||||
|
||||
* FormsAuthenticationTest.cs: run 2 tests in web context, so they
|
||||
succeed.
|
||||
|
||||
2006-05-01 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* MembershipTest.cs (GeneratePassword): add test for password
|
||||
generation.
|
||||
|
||||
2005-09-21 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* FormsAuthenticationTest.cs: CookieDomain property (2.0) changed from
|
||||
String.Empty (beta2) to null (RC).
|
||||
* MembershipProviderTest.cs: New. Mostly* useless test cases (* well
|
||||
in proves it cannot be tested without providers and some extra infra).
|
||||
* RolePrincipalTest.cs: : New. Mostly* useless test cases (* well
|
||||
in proves it cannot be tested without providers and some extra infra).
|
||||
|
||||
2005-09-18 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* FormsIdentityTest.cs: Changed constructor used to create the ticket
|
||||
to one that doesn't throw a NRE under MS runtime.
|
||||
|
||||
2005-09-09 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* DefaultAuthenticationEventArgsCas.cs: New. CAS unit tests.
|
||||
* DefaultAuthenticationModuleCas.cs: New. CAS unit tests.
|
||||
* FileAuthorizationModuleCas.cs: New. CAS unit tests.
|
||||
* FormsAuthenticationCas.cs: New. CAS unit tests.
|
||||
* FormsAuthenticationEventArgsCas.cs: Added LinkDemand tests.
|
||||
* FormsAuthenticationModuleCas.cs: New. CAS unit tests.
|
||||
* FormsAuthenticationTicketCas.cs: New. CAS unit tests.
|
||||
* FormsIdentityCas.cs: New. CAS unit tests.
|
||||
* FormsIdentityTest.cs: New. Unit tests for FormsIdentity.
|
||||
* PassportAuthenticationEventArgsCas.cs: Added LinkDemand tests.
|
||||
* PassportAuthenticationModuleCas.cs: New. CAS unit tests.
|
||||
* PassportIdentityCas.cs: New. CAS unit tests.
|
||||
* WindowsAuthenticationEventArgsCas.cs: Added LinkDemand tests.
|
||||
* WindowsAuthenticationModuleCas.cs: New. CAS unit tests.
|
||||
* UrlAuthorizationModuleCas.cs: New. CAS unit tests.
|
||||
|
||||
2005-09-01 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* FormsAuthenticationEventArgsCas.cs: New. CAS unit tests.
|
||||
* PassportAuthenticationEventArgsCas.cs: New. CAS unit tests.
|
||||
* WindowsAuthenticationEventArgsCas.cs: New. CAS unit tests.
|
||||
|
||||
2005-08-25 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* FormsAuthenticationTest.cs: Some results are different in 1.x.
|
||||
Some results are different for Mono too (Gonzalo's beautification).
|
||||
|
||||
2005-08-25 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* FormsAuthenticationTest.cs: Added tests for default properties
|
||||
(both 1.x and 2.0).
|
||||
* MembershipProviderCollectionTest.cs: Add test case for unexisting
|
||||
membership provider.
|
||||
* MembershipUserCollectionTest.cs: New (2.0). Unit tests for
|
||||
MembershipUserCollection.
|
||||
* RolesTest.cs: New (2.0). Basic tests for Roles default properties
|
||||
(sadly anything else requires settings in web.config).
|
||||
|
||||
2005-08-23 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* FormsAuthentication.cs: Added basic tests for new some 2.0 stuff.
|
||||
Normalized line endings.
|
||||
|
||||
2005-08-18 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* MembershipTest.cs: New. Unit tests for Membership class.
|
||||
* MembershipProviderCollectionTest.cs: New. Unit tests for
|
||||
MembershipProviderCollection class.
|
||||
|
||||
2005-05-21 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* FormsAuthenticationTest.cs: New. Unit tests for FormsAuthentication.
|
@@ -1,4 +0,0 @@
|
||||
2005-09-09 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* StateRuntimeCas.cs: New. CAS unit tests.
|
||||
* SessionStateModuleCas.cs: New. CAS unit tests.
|
@@ -1,35 +0,0 @@
|
||||
2009-08-20 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* ControlAdapterTest.cs: added test for bug #517172
|
||||
|
||||
2009-07-07 Raja R Harinath <harinath@hurrynot.org>
|
||||
|
||||
* PageAdapterTest.cs (MyPage): Derive from SystemWebTestShim.Page.
|
||||
(MyPageAdapter): Derive from SystemWebTestShim.PageAdapter.
|
||||
(MyPageAdapter.GetPostBAckFormReference): New forwarding method.
|
||||
|
||||
2009-07-06 Raja R Harinath <harinath@hurrynot.org>
|
||||
|
||||
* PageAdapterTest.cs (MyPage.MyDeterminePostBackMode): New
|
||||
forwarding method to expose protected method.
|
||||
(MyPageAdapter): Change constructor argument to type 'MyPage'.
|
||||
|
||||
2009-07-06 Raja R Harinath <harinath@hurrynot.org>
|
||||
|
||||
* ControlAdapterTest.cs: Use SystemWebTestShim to set
|
||||
HttpCapabilitiesBase internal flag.
|
||||
|
||||
2008-01-12 Dean Brettle <dean@brettle.com>
|
||||
|
||||
* PageAdapterTest.cs: added tests for PageAdapter.
|
||||
|
||||
2008-01-07 Dean Brettle <dean@brettle.com>
|
||||
|
||||
* ControlAdapterTest.cs (ConfigCapabilitiesNotCalled): added test to
|
||||
ensure that HttpCapabilitiesBase.ConfigCapabilities() is not called
|
||||
during normal page processing if no files are in App_Browsers.
|
||||
|
||||
|
||||
2008-01-07 Dean Brettle <dean@brettle.com>
|
||||
|
||||
* ControlAdapterTest.cs: added tests for ControlAdapter.
|
@@ -1,356 +0,0 @@
|
||||
2010-06-21 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* HtmlImageTest.cs: fixed an invalid test.
|
||||
|
||||
2009-07-06 Raja R Harinath <harinath@hurrynot.org>
|
||||
|
||||
* HtmlFormTest.cs: Derive from SystemWebTestShim.Page to make
|
||||
explicit the dependence on the internals of the Page class.
|
||||
|
||||
2008-11-07 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* HtmlFormTest.cs: added a test for the undocumented Action
|
||||
property.
|
||||
|
||||
2008-10-07 Christian Hergert <christian.hergert@gmail.com>
|
||||
|
||||
* HtmlImageTest.cs: Add test to make sure the src attribute is not
|
||||
rendered when it is empty.
|
||||
|
||||
2008-07-27 Dean Brettle <dean@brettle.com>
|
||||
|
||||
* HtmlInputButtonTest.cs, HtmlImageTest.cs, HtmlFormTest.cs,
|
||||
HtmlInputRadioButtonTest.cs, HtmlSelectTest.cs: Added tests
|
||||
for HTML-encoded of attributes.
|
||||
|
||||
2008-06-08 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* HtmlAnchorTest.cs: Added RenderAttributes tests for empty or null
|
||||
HRef, Name, Target and Title.
|
||||
|
||||
2008-05-04 Igor Zelmanovich <igorz@mainsoft.com>
|
||||
|
||||
* HtmlInputButtonTest.cs: use HtmlDiff properly.
|
||||
|
||||
2008-04-03 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* HtmlFormTest.cs: indirect test for bug #376352 is 2.0+ only.
|
||||
|
||||
2008-04-02 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* HtmlFormTest.cs: added an indirect test for bug #376352
|
||||
(HttpRequest.QueryStringRaw internal property) - Mono only.
|
||||
|
||||
2008-01-31 Igor Zelmanovich <igorz@mainsoft.com>
|
||||
|
||||
* HtmlInputControlTest.cs:
|
||||
* HtmlTextAreaTest.cs:
|
||||
fix tests - use valid xml with HtmlDiff.AssertAreEqual API.
|
||||
|
||||
2007-07-31 Vladimir Krasnov <vladimirk@mainsoft.com>
|
||||
|
||||
* HtmlImageTest.cs: fixed RenderAttributes, moved to webtest since src
|
||||
attribute must be resolved
|
||||
|
||||
2007-01-04 Adar Wesley <adarw@mainsoft.com>
|
||||
|
||||
* HtmlSelectTest.cs: updated tests to use HtmlDiff
|
||||
|
||||
2006-11-13 Igor Zelmanovich <igorz@mainsoft.com>
|
||||
|
||||
* HtmlContainerControlTest.cs: added new tests
|
||||
|
||||
2006-09-17 Igor Zelmanovich <igorz@mainsoft.com>
|
||||
|
||||
* HtmlAnchorTest.cs: added test for ViewState
|
||||
|
||||
2006-07-10 Andrew Skiba <andrews@mainsoft.com>
|
||||
|
||||
* HtmlInputControlTest.cs: check attribute values, not only their
|
||||
count.
|
||||
|
||||
2006-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* HtmlInputRadioButtonTest.cs: added test for bug #78101.
|
||||
|
||||
2005-11-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* HtmlTextAreaTest.cs: add new test for 'Name'.
|
||||
|
||||
2005-11-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* HtmlTableTest.cs: remove white-space characters when comparing
|
||||
the output.
|
||||
|
||||
2005-11-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* HtmlInputButtonTest.cs: more tests for 'onclick'.
|
||||
|
||||
2005-09-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* HtmlFormTest.cs: Trim() the rendered form when comparing (\n vs \r\n).
|
||||
|
||||
2005-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* HtmlInputButtonTest.cs: make sure the onclick attribute is rendered
|
||||
when we have a ServerClick event registered.
|
||||
|
||||
2005-09-19 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* HtmlAnchorCas.cs: Added "normal" unit tests execution under Deny
|
||||
Unrestricted.
|
||||
* HtmlAnchorTest.cs: RaisePostBackEvent now throws a NRE under 2.0 RC.
|
||||
* HtmlButtonCas.cs: Added "normal" unit tests execution under Deny
|
||||
Unrestricted.
|
||||
* HtmlContainerControlCas.cs: New. CAS unit tests.
|
||||
* HtmlFormCas.cs: Added "normal" unit tests execution under Deny
|
||||
Unrestricted.
|
||||
* HtmlFormTest.cs: Fixed rendering output under 2.0 RC.
|
||||
* HtmlImageCas.cs: Added "normal" unit tests execution under Deny
|
||||
Unrestricted.
|
||||
* HtmlInputButtonCas.cs: Added "normal" unit tests execution under
|
||||
Deny Unrestricted.
|
||||
* HtmlInputButtonTest.cs: Fixed attribute count for 2.0 RC.
|
||||
* HtmlInputControlCas.cs: New. CAS unit tests.
|
||||
* HtmlInputControlTest.cs: Fixed attribute count for 2.0 RC.
|
||||
* HtmlInputCheckBoxCas.cs: Added "normal" unit tests execution under
|
||||
Deny Unrestricted.
|
||||
* HtmlInputCheckBoxTest.cs: Fixed attribute count for 2.0 RC (which is
|
||||
now identical to 1.x results).
|
||||
* HtmlInputFileCas.cs: Added "normal" unit tests execution under Deny
|
||||
Unrestricted.
|
||||
* HtmlInputFileTest.cs: Fixed attribute count for 2.0 RC.
|
||||
* HtmlInputHiddenCas.cs: Fixed attribute count for 2.0 RC.
|
||||
* HtmlInputPasswordCas.cs: Added "normal" unit tests execution under
|
||||
Deny Unrestricted.
|
||||
* HtmlInputPasswordTest.cs: Adjusted tests as 2.0 RC removed the
|
||||
ctor(string).
|
||||
* HtmlInputRadioButtonCas.cs: Fixed attribute count for 2.0 RC.
|
||||
* HtmlInputRadioButtonTest.cs: Added "normal" unit tests execution
|
||||
under Deny Unrestricted.
|
||||
* HtmlInputResetCas.cs: Added "normal" unit tests execution under Deny
|
||||
Unrestricted.
|
||||
* HtmlInputResetTest.cs: Fixed attribute count for 2.0 RC.
|
||||
* HtmlInputSubmitCas.cs: Added "normal" unit tests execution under
|
||||
Deny Unrestricted.
|
||||
* HtmlInputSubmitTest.cs: Fixed attribute count for 2.0 RC.
|
||||
* HtmlInputTextCas.cs: Added "normal" unit tests execution under Deny
|
||||
Unrestricted.
|
||||
* HtmlInputTextTest.cs: Fixed attribute count for 2.0 RC.
|
||||
* HtmlLinkCas.cs: New. CAS unit tests.
|
||||
* HtmlMetaCas.cs: New. CAS unit tests.
|
||||
* HtmlMetaTest.cs: Fixed rendering for 2.0 RC (tag ending).
|
||||
* HtmlSelectCas.cs: Added "normal" unit tests execution under Deny
|
||||
Unrestricted.
|
||||
* HtmlTableCas.cs: Added "normal" unit tests execution under Deny
|
||||
Unrestricted.
|
||||
* HtmlTableCellCas.cs: Added "normal" unit tests execution under Deny
|
||||
Unrestricted.
|
||||
* HtmlTableRowCas.cs: Added "normal" unit tests execution under Deny
|
||||
Unrestricted.
|
||||
* HtmlTextAreaCas.cs: New. CAS unit tests.
|
||||
|
||||
2005-09-13 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* HtmlInputTextTest.cs: Fix expected value for LoadPostData (in the
|
||||
cases where MS returns a NullReferenceException).
|
||||
|
||||
2005-09-11 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* HtmlInputFileTest.cs (Attribute_Count): fix for 2.0.
|
||||
|
||||
2005-09-11 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* HtmlInputFileTest.cs: new tests.
|
||||
|
||||
2005-09-09 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* HtmlFormTest.cs: Add test for RenderChildren.
|
||||
|
||||
2005-09-09 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* HtmlInputButtonTest.cs (RenderAttributes): add in
|
||||
CausesValidation and ValidationGroup here.
|
||||
|
||||
2005-09-09 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* HtmlTableRowTest.cs: Added tests for InnerHtml and InnerText setters
|
||||
* HtmlTableTest.cs: Added tests for InnerHtml and InnerText setters
|
||||
|
||||
2005-09-07 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* HtmlFormTest.cs: more tests to get at the root of the confusion
|
||||
that is the Name property. Also, copy over Gonzalo's
|
||||
Name_InsideNaming from HtmlInputControlTest.cs here.
|
||||
|
||||
2005-09-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* HtmlInputControlTest.cs: new tests for the case when the control is
|
||||
inside a different naming container.
|
||||
|
||||
2005-09-06 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* HtmlLinkTest.cs: add empty render test.
|
||||
|
||||
* HtmlMetaTest.cs: same.
|
||||
|
||||
2005-09-06 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* HtmlLinkTest.cs: new tests.
|
||||
|
||||
* HtmlMetaTest.cs: new tests.
|
||||
|
||||
2005-09-05 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* HtmlFormTest.cs: add some more tests to make figure out the
|
||||
property spot to be storing some of these attributes.
|
||||
|
||||
2005-09-01 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* HtmlAnchorCas.cs, HtmlButtonCas.cs, HtmlEmptyTagControlBuilderCas.cs,
|
||||
HtmlFormCas.cs, HtmlGenericControlCas.cs, HtmlHeadBuilderCas.cs,
|
||||
HtmlHeadCas.cs, HtmlImageCas.cs, HtmlInputButtonCas.cs,
|
||||
HtmlInputCheckBoxCas.cs, HtmlInputFileCas.cs, HtmlInputHiddenCas.cs,
|
||||
HtmlInputImageCas.cs, HtmlInputPasswordCas.cs,
|
||||
HtmlInputRadioButtonCas.cs, HtmlInputResetCas.cs,
|
||||
HtmlInputSubmitCas.cs, HtmlInputTextCas.cs, HtmlSelectBuilderCas.cs,
|
||||
HtmlSelectCas.cs, HtmlTableCas.cs, HtmlTableCellCas.cs.
|
||||
HtmlTableRowCas.cs, HtmlTitleCas.cs: New. CAS unit tests to check for
|
||||
AspNetHostingPermission Level.
|
||||
|
||||
2005-08-29 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* HtmlInputSubmitTest.cs: new, base-level tests.
|
||||
|
||||
* HtmlInputButtonTest.cs: add CausesValidation/ValidationGroup
|
||||
view state tests.
|
||||
|
||||
2005-08-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* HtmlAnchorTest.cs: add test for HRef with an absolute URI.
|
||||
|
||||
2005-08-28 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* HtmlInputResetTest.cs: new tests for HtmlInputReset. Missing
|
||||
event tests.
|
||||
|
||||
2005-08-28 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* HtmlInputPasswordTest.cs: new tests for HtmlInputPassword.
|
||||
|
||||
2005-08-26 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* HtmlButtonTest.cs: Fix 1.1 build. ValidationGroup is only present in
|
||||
the 2.0 profile.
|
||||
|
||||
2005-08-26 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* HtmlButtonTest.cs: add view state tests (to make sure
|
||||
ValidationGroup and CausesValidation are there.)
|
||||
|
||||
2005-08-22 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* HtmlInputCheckBoxTest.cs: 2.0-ify these tests.
|
||||
|
||||
* HtmlInputButtonTest.cs: same.
|
||||
|
||||
2005-08-15 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* HtmlAnchorTest.cs: Added test cases for IPostBackEventHandler (in
|
||||
1.x) and for protected RaisePostBackEvent (in 2.0).
|
||||
* HtmlInputControlTest.cs: Added test to ensure HtmlInputRadioButton's
|
||||
Value behaviour wasn't inherited.
|
||||
* HtmlInputTextTest.cs: Added test cases for IPostBackDataHandler (in
|
||||
1.x) and for new protected LoadPostData and RaisePostDataChangedEvent
|
||||
methods (in 2.0).
|
||||
* HtmlInputRadioButtonTest.cs: Added test cases for Value property and
|
||||
it's relattion to ID. Added tests cases for IPostBackDataHandler (in
|
||||
1.x) and for new protected LoadPostData and RaisePostDataChangedEvent
|
||||
methods (in 2.0).
|
||||
* HtmlTextAreaTest.cs: Added test cases for IPostBackDataHandler (in
|
||||
1.x) and for new protected LoadPostData and RaisePostDataChangedEvent
|
||||
methods (in 2.0).
|
||||
|
||||
2005-08-08 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* HtmlInputControlTest.cs: Added a new test to see if the value
|
||||
removal for type==password was done at this level (it's not).
|
||||
* HtmlInputTextTest.cs: Fixed tests to execute without failure on both
|
||||
1.1 SP1 and 2.0 beta 2.
|
||||
|
||||
2005-07-27 Dick Porter <dick@ximian.com>
|
||||
|
||||
* HtmlInputCheckBoxTest.cs: Tests for HtmlInputCheckBox
|
||||
|
||||
2005-07-26 Dick Porter <dick@ximian.com>
|
||||
|
||||
* HtmlSelectTest.cs: Tests for HtmlSelect
|
||||
|
||||
2005-07-21 Dick Porter <dick@ximian.com>
|
||||
|
||||
* HtmlImageTest.cs: The order of attribute rendering has changed,
|
||||
and now matches MS
|
||||
|
||||
2005-07-19 Dick Porter <dick@ximian.com>
|
||||
|
||||
* HtmlImageTest.cs: Added tests for negative values in int
|
||||
properties
|
||||
|
||||
2005-07-18 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* HtmlInputControlTest.cs: Added a test when using null in the ctor
|
||||
(type is empty, not null). Test UniqueID, not only ID, when changing
|
||||
the Name property.
|
||||
|
||||
2005-07-18 Jackson Harper <jackson@ximian.com>
|
||||
|
||||
* HtmlInputHiddenTest.cs: New test.
|
||||
|
||||
2005-07-15 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* HtmlAnchorTest.cs: Added tests for resolving the URL and the
|
||||
mysterious disappearance of the HRef attribute after rendering.
|
||||
|
||||
2005-07-14 Jackson Harper <jackson@ximian.com>
|
||||
|
||||
* HtmlInputButton.cs: New tests for HtmlInputButton.
|
||||
|
||||
2005-07-14 Jackson Harper <jackson@ximian.com>
|
||||
|
||||
* HtmlButtonTest.cs: New tests for HtmlButton.
|
||||
|
||||
2005-07-14 Dick Porter <dick@ximian.com>
|
||||
|
||||
* HtmlFormTest.cs: New set of tests
|
||||
|
||||
2005-07-08 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* HtmlTextAreaTest.cs: Added checks to see that Attributes are moved
|
||||
into the StateView.
|
||||
|
||||
2005-07-08 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* HtmlContainerControlTest.cs: Unit tests for HtmlContainerControl.
|
||||
Basically to check for removal of attributes/viewstate informations.
|
||||
* HtmlTextAreaTest.cs: Unit tests for HtmlTextArea.
|
||||
|
||||
2005-07-07 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* HtmlInputRadioButtonTest.cs: Unit tests for HtmlInputRadioButton.
|
||||
* HtmlInputTextTest.cs: More tests to check for password erasure fu.
|
||||
|
||||
2005-07-07 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* HtmlInputControlTest.cs: Unit tests for HtmlInputControl.
|
||||
* HtmlInputTextTest.cs: Unit tests for HtmlInputText.
|
||||
|
||||
2005-07-07 Dick Porter <dick@ximian.com>
|
||||
|
||||
* HtmlImageTest.cs: Unit tests for HtmlImage
|
||||
|
||||
2005-07-07 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* HtmlAnchorTest.cs: Unit tests for HtmlAnchor.
|
||||
* HtmlTableTest.cs: Unit tests for HtmlTable.
|
||||
* HtmlTableCellTest.cs: Unit tests for HtmlTableCell.
|
||||
* HtmlTableRowTest.cs: Unit tests for HtmlTableRow.
|
@@ -1,41 +0,0 @@
|
||||
2009-07-07 Raja R Harinath <harinath@hurrynot.org>
|
||||
|
||||
* DataBoundControlAdapterTest.cs: Derive from
|
||||
SystemWebTestShim.DataBoundControlAdapter.
|
||||
* HideDisabledControlAdapterTest.cs (Render): Use
|
||||
SystemWebTestShim.HideDisabledControlAdapter.
|
||||
* HierarchicalDataBoundControlAdapterTest.cs: Derive from
|
||||
SystemWebTestShim.HierarchicalDataBoundControlAdapter.
|
||||
* MenuAdapterTest.cs: Derive from SystemWebTestShim.MenuAdapter.
|
||||
* WebControlAdapterTest.cs: Derive from
|
||||
SystemWebTestShim.WebControlAdapter.cs.
|
||||
|
||||
2009-07-06 Raja R Harinath <harinath@hurrynot.org>
|
||||
|
||||
* MenuAdapterTest.cs (MyMenuAdapter): Add new forwarding methods
|
||||
to expose protected base methods.
|
||||
|
||||
2009-07-06 Raja R Harinath <harinath@hurrynot.org>
|
||||
|
||||
* DataBoundControlAdapterTest.cs (PerformDataBinding): Don't use
|
||||
'protected internal' when overriding a method from a different assembly.
|
||||
* HideDisabledControlAdapterTest.cs (RenderContents): Likewise.
|
||||
* HierarchicalDataBoundControlAdapterTest.cs (PerformDataBinding):
|
||||
Likewise.
|
||||
* MenuAdapterTest.cs (OnInit, OnPreRender, RaisePostBackEvent)
|
||||
(RenderContents): Likewise.
|
||||
* WebControlAdapterTest.cs (RenderContents): Likewise.
|
||||
|
||||
2008-10-17 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* MenuAdapterTest.cs: work around event validation failure in the
|
||||
test environment.
|
||||
|
||||
2008-01-15 Dean Brettle <dean@brettle.com>
|
||||
|
||||
* MenuAdapterTest.cs: added
|
||||
|
||||
2008-01-13 Dean Brettle <dean@brettle.com>
|
||||
|
||||
* WebControlAdapterTest.cs, HierarchicalDataBoundControlAdapterTest.cs,
|
||||
DataBoundControlAdapterTest.cs, HideDisabledControlAdapterTest.cs: added
|
@@ -1,12 +0,0 @@
|
||||
2005-08-31 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* ConnectionInterfaceCollectionTest.cs: new tests.
|
||||
|
||||
2005-08-18 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* WebPartTest.cs: Fixed build for default profile (NET_1_1) as
|
||||
the WebPart namespace doesn't exists there.
|
||||
|
||||
2005-08-17 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* WebPartTest.cs: new test.
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,17 +0,0 @@
|
||||
2010-03-06 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* RequestValidatorTest.cs: added
|
||||
|
||||
2009-07-07 Raja R Harinath <harinath@hurrynot.org>
|
||||
|
||||
* UrlUtilsTest.cs: Use SystemWebTestShim.UriUtils.
|
||||
|
||||
2008-06-16 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* UrlUtilsTest.cs: those tests can be ran only under the 2.0
|
||||
runtime (System.Web.Util.UrlUtils is an internal class)
|
||||
|
||||
2005-09-11 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* TransactionsCas.cs: New. CAS unit for Transactions.
|
||||
* WorkItemCas.cs: New. CAS unit for Transactions.
|
@@ -39,7 +39,7 @@ using System.Threading;
|
||||
namespace MonoTests.System.Web
|
||||
{
|
||||
[TestFixture]
|
||||
[Ignore ("adapters.browser depends on System.Web_test_net_2_0.dll")]
|
||||
[Ignore ("adapters.browser depends on net_4_x_System.Web_test.dll")]
|
||||
public class AppBrowsersTest
|
||||
{
|
||||
[TestFixtureSetUp]
|
||||
|
@@ -1,456 +0,0 @@
|
||||
2010-03-20 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* XmlSiteMapProviderTest.cs: AreEqual should have expected result first
|
||||
and actual next - swapped parameters in RootNode_2_OnLoad
|
||||
|
||||
2009-11-16 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* HttpContext.cs: added some tests for RewritePath
|
||||
|
||||
2009-11-09 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* HttpCookieTest.cs: added test for bug #553063
|
||||
|
||||
* HttpCookieCollectionTest.cs: added test for bug #553150
|
||||
|
||||
2009-09-07 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* XmlSiteMapProviderTest.cs: added
|
||||
|
||||
* StaticSiteMapProviderTest.cs: added test for FindSiteMapNode
|
||||
|
||||
2009-07-13 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* HttpResponseTest.cs: Store data from all calls to
|
||||
SendResponseFromMemory. Fixed ClearHeaders test to pass on MS. Added
|
||||
several tests for outputstream of HttpResponse.
|
||||
|
||||
2009-05-28 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* HttpUtilityTest.cs: added test for bug #507666
|
||||
|
||||
2009-03-26 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* HttpResponseTest.cs: enabled the WriteHeader test. Modified the
|
||||
part where it checks the values of the headers - order in which
|
||||
the headers are sent does not matter. Partial fix for bug #488702
|
||||
FakeHttpWorkerRequest2 stores the sent (un)known headers in hash
|
||||
tables now.
|
||||
|
||||
2009-03-25 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* HttpResponseTest.cs: Added tests for bug #485557 and #488702.
|
||||
Return meaningful value for GetUriPath () in FakeHttpWorkerRequest2
|
||||
to allow tests to pass on MS.
|
||||
|
||||
2008-07-25 Dean Brettle <dean@brettle.com>
|
||||
|
||||
* AppBrowsersTest.cs: Added tests for bug where capabilities
|
||||
containing literal $ or % were dropped. Added test for bug
|
||||
where capabilities with multiple $ substitutions only
|
||||
had one applied.
|
||||
|
||||
2008-03-23 Dean Brettle <dean@brettle.com>
|
||||
|
||||
* AppBrowsersTest.cs: added tests to ensure browscap.ini
|
||||
etc/mono/2.0/Browsers/Compat.browser are being used when there
|
||||
are App_Browser/*.browser files.
|
||||
|
||||
2008-03-09 Dean Brettle <dean@brettle.com>
|
||||
|
||||
* AppBrowsersTest.cs: added. Includes tests for Control.Adapter,
|
||||
Control.ResolveAdapter, Control.TagWriter, and
|
||||
Control.CreateHtmlTextWriter, when using App_Browsers/*.browser files.
|
||||
AppBrowsersTest is currently tagged [Ignore], pending a fix for
|
||||
bug #351878.
|
||||
|
||||
* HttpRuntimeTest.cs: added. Includes test for
|
||||
HttpRuntime.UnloadAppDomain(). Marked [Ignore], pending a fix for
|
||||
bug #351878.
|
||||
|
||||
2008-01-16 Juraj Skripsky <js@hotfeet.ch>
|
||||
|
||||
* HttpRequestTest.cs (TestReferer): added test for invalid referer url.
|
||||
|
||||
2008-01-14 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* HttpCookieTest.cs: Added HttpOnly test cases.
|
||||
|
||||
2007-12-19 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* HttpCookieCollectionTest.cs: Added test for string indexer and
|
||||
Get (String) overload.
|
||||
|
||||
2007-11-23 Daniel Nauck <dna@mono-project.de>
|
||||
|
||||
* TraceContextRecordTest.cs: added
|
||||
|
||||
2007-11-22 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* HttpCacheVaryByContentEncodingsTest.cs: added
|
||||
|
||||
2007-11-17 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* HttpResponseTest.cs: added a simple test for AddFileDep*
|
||||
methods, for bug #342511
|
||||
|
||||
2007-11-05 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* HttpRequestTest.cs: added a test for case when the query string
|
||||
is null.
|
||||
|
||||
2007-10-30 Igor Zelmanovich <igorz@mainsoft.com>
|
||||
|
||||
* HttpUtilityTest.cs: added new test.
|
||||
|
||||
2007-10-30 Igor Zelmanovich <igorz@mainsoft.com>
|
||||
|
||||
* HttpUtilityTest.cs: make test pass on .NET.
|
||||
|
||||
2007-08-27 Marek Habersack <mhabersack@novell.com>
|
||||
|
||||
* HttpCookieTest.cs: the ToStringTest works now.
|
||||
|
||||
2007-07-30 Vladimir Krasnov <vladimirk@mainsoft.com>
|
||||
|
||||
* HttpResponseTest.cs: Test_Response, TestResponse_Chunked marked as
|
||||
NotWorking in GH
|
||||
|
||||
2007-04-23 Joshua Tauberer <jit@occams.info>
|
||||
|
||||
* HttpRequestTest.cs: Added test EmptyQueryValueParams.
|
||||
|
||||
2007-04-11 Gert Driesen <drieseng@users.sourceforge.net>
|
||||
|
||||
* HttpCookieTest.cs: Added test for bug #81333.
|
||||
|
||||
2007-03-18 Igor Zelmanovich <igorz@mainsoft.com>
|
||||
|
||||
* VirtualPathUtilityTest.cs: new tests, removed dublicated test.
|
||||
|
||||
2007-03-18 Igor Zelmanovich <igorz@mainsoft.com>
|
||||
|
||||
* VirtualPathUtilityTest.cs: new tests.
|
||||
|
||||
2007-03-15 Igor Zelmanovich <igorz@mainsoft.com>
|
||||
|
||||
* VirtualPathUtilityTest.cs: new tests.
|
||||
|
||||
2007-03-06 Igor Zelmanovich <igorz@mainsoft.com>
|
||||
|
||||
* StaticSiteMapProviderTest.cs: removed NotWorking attributes..
|
||||
|
||||
2007-01-15 Ilya Kharmatsky <ilya -at- decode-systems.com>
|
||||
|
||||
* VirtualPathUtilityTest.cs: fixed introduced by previous patch
|
||||
bug, which used not supported in mono's nunit function
|
||||
'Assert.IsNotEmpty'
|
||||
|
||||
2007-01-15 Ilya Kharmatsky <ilya -at- decode-systems.com>
|
||||
|
||||
* VirtualPathUtility.cs :
|
||||
- ToAbsoluteXXX (where XXX are numbers between 1-7) tests
|
||||
transformed to WebTest - since the real-life scenarios
|
||||
for those tests are in web context.
|
||||
- Removed NotWorking attributes - fixed bugs in
|
||||
VirtualPathUtility - GetDirectory and GetExtension, and
|
||||
moving ToAbsoluteXXX test to web tests.
|
||||
- MakeRelative5 test has been splatted to 2 different tests
|
||||
- added MakeRelative6
|
||||
- Removed 'TARGET_JVM' directives
|
||||
|
||||
2006-12-12 Igor Zelmanovich <igorz@mainsoft.com>
|
||||
|
||||
* StaticSiteMapProviderTest.cs: new tests added.
|
||||
|
||||
2006-12-12 Igor Zelmanovich <igorz@mainsoft.com>
|
||||
|
||||
* StaticSiteMapProviderTest.cs: removed NotWorking attributes.
|
||||
|
||||
2006-12-12 Igor Zelmanovich <igorz@mainsoft.com>
|
||||
|
||||
* VirtualPathUtilityTest.cs: new tests added.
|
||||
|
||||
2006-12-12 Igor Zelmanovich <igorz@mainsoft.com>
|
||||
|
||||
* VirtualPathUtilityTest.cs: new tests added.
|
||||
|
||||
2006-12-11 Igor Zelmanovich <igorz@mainsoft.com>
|
||||
|
||||
* StaticSiteMapProviderTest.cs: added NotWorking attributes.
|
||||
|
||||
2006-12-05 Igor Zelmanovich <igorz@mainsoft.com>
|
||||
|
||||
* VirtualPathUtilityTest.cs: new tests added.
|
||||
|
||||
2006-11-29 Igor Zelmanovich <igorz@mainsoft.com>
|
||||
|
||||
* StaticSiteMapProviderTest.cs: fixed NunitWeb tests.
|
||||
|
||||
2006-11-05 Andrew Skiba <andrews@mainsoft.com>
|
||||
|
||||
* HttpWorkerRequestTest.cs: use IntPtr.Zero instead of (IntPtr) 0
|
||||
|
||||
2006-11-05 Andrew Skiba <andrews@mainsoft.com>
|
||||
|
||||
* HttpRequestTest.cs, HttpWorkerRequestTest.cs: TARGET_JVM
|
||||
|
||||
2006-11-05 Andrew Skiba <andrews@mainsoft.com>
|
||||
|
||||
* StaticSiteMapProviderTest.cs: add 2 tests, one is fixed and the
|
||||
other needs to be fixed yet.
|
||||
|
||||
2006-09-04 Igor Zelmanovich <igorz@mainsoft.com>
|
||||
|
||||
* HttpUtilityTest.cs: new test added.
|
||||
|
||||
2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* HttpWriter.cs: call WriteString instead of Write. Fixes the test.
|
||||
|
||||
2006-07-10 Andrew Skiba <andrews@mainsoft.com>
|
||||
|
||||
* StaticSiteMapProviderTest.cs: run 3 tests in web context,
|
||||
so they don't fail on HttpContext.Current == null
|
||||
|
||||
2006-07-06 Andrew Skiba <andrews@mainsoft.com>
|
||||
|
||||
* HttpRequestTest: add a test
|
||||
|
||||
2006-07-05 Andrew Skiba <andrews@mainsoft.com>
|
||||
|
||||
* HttpRequestTest: add MapPath tests
|
||||
|
||||
2006-06-21 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* HttpWriter.cs: Fix test fixture not to inherit from
|
||||
AspNetHostingMinimal which limits the test execution when the CAS
|
||||
category isn't excluded.
|
||||
|
||||
2006-06-05 Juraj Skripsky <js@hotfeet.ch>
|
||||
|
||||
* HttpRequestTest.cs: add test case to verify that the correct
|
||||
encoding is used during url-decoding of the query string.
|
||||
|
||||
2006-05-17 Kazuki Oikawa <kazuki@panicode.com>
|
||||
|
||||
* HttpUtilityTest.cs: added tests for HttpUtility.ParseQueryString.
|
||||
|
||||
2006-04-20 Andrew Skiba <andrews@mainsoft.com>
|
||||
|
||||
* SiteMapNodeTest.cs: new tests for null reference exceptions in SiteMapNode
|
||||
|
||||
2006-04-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* HttpUtilityTest.cs: new tests. Patch by Vladimir Krasnov.
|
||||
|
||||
2006-04-05 Andrew Skiba <andrews@mainsoft.com>
|
||||
|
||||
* HttpUtilityTest.cs: test UrlEncode and UrlEncodeUnicode for all
|
||||
values from char.MinValue to char.MaxValue according to reference
|
||||
implementation.
|
||||
|
||||
2006-03-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* HttpUtilityTest.cs: test from bug #77931.
|
||||
|
||||
2006-03-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* HttpResponseTest.cs: added tests for CacheControl that set it to null
|
||||
and string.Empty.
|
||||
|
||||
2006-03-10 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* StaticSiteMapProviderTest.cs: new tests.
|
||||
|
||||
* SiteMapProviderTest.cs: new tests.
|
||||
|
||||
2006-01-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* VirtualPathUtilityTest.cs: added new tests.
|
||||
|
||||
2005-12-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* HttpRequestTest.cs: ignore test.
|
||||
|
||||
2005-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* HttpCookieTest.cs: test for setting the Secure property.
|
||||
|
||||
2005-11-07 Jason Diamond <jason@diamond.name>
|
||||
|
||||
* HttpRequestTest.cs: Added new tests.
|
||||
|
||||
2005-11-01 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* VirtualPathUtilityTest.cs: new tests.
|
||||
|
||||
2005-10-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* HttpResponseCas.cs:
|
||||
* HttpRequestCas.cs: now that filters are implemented, remove the catch
|
||||
for NotImplementedException.
|
||||
|
||||
2005-09-29 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* HttpBrowserCapabilitiesCas.cs: Fixed tests case to work with both
|
||||
values returned by Mono and MS runtimes.
|
||||
* HttpContextCas.cs: Ignore the Application_Deny_UnmanagedCode test
|
||||
case. This check was removed in 2.0 and seems to be inconsistent in
|
||||
previous versions (i.e. depends on the execution order which triggers
|
||||
the initialization of the HttpRuntime).
|
||||
|
||||
2005-09-23 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* HttpContextCas.cs: Mono throws ArgumentNullException for RewritePath
|
||||
methods while MS throws NullReferenceException.
|
||||
|
||||
2005-09-22 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* HttpCachePolicyCas.cs: SetDiskCacheable method was removed in 2.0 RC
|
||||
|
||||
2005-09-21 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* HttpRequestTest.cs: Fixed test cases so they now execute without
|
||||
errors on MS 1.1 SP1, 2.0 RC and Mono (default profile).
|
||||
|
||||
2005-09-14 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* HttpWorkerRequestTest.cs: Add test cases for default values of new
|
||||
2.0 APIs.
|
||||
|
||||
2005-09-13 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* HttpApplicationCas.cs: New. CAS unit tests.
|
||||
* HttpApplicationStateCas.cs: New. CAS unit tests.
|
||||
* HttpBrowserCapabilitiesCas.cs: New. CAS unit tests.
|
||||
* HttpCachePolicyCas.cs: New. CAS unit tests.
|
||||
* HttpCacheVaryByHeadersCas.cs: New. CAS unit tests.
|
||||
* HttpCacheVaryByParamsCas.cs: New. CAS unit tests.
|
||||
* HttpClientCertificateCas.cs: New. CAS unit tests.
|
||||
* HttpCompileExceptionCas.cs: New. CAS unit tests.
|
||||
* HttpContextCas.cs: Add method/propertie CAS tests cases.
|
||||
* HttpCookieCas.cs: New. CAS unit tests.
|
||||
* HttpCookieCollectionCas.cs: New. CAS unit tests.
|
||||
* HttpExceptionCas.cs: New. CAS unit tests.
|
||||
* HttpFileCollectionCas.cs: New. CAS unit tests.
|
||||
* HttpModuleCollectionCas.cs: New. CAS unit tests.
|
||||
* HttpParseExceptionCas.cs: New. CAS unit tests.
|
||||
* HttpRequestCas.cs: New. CAS unit tests.
|
||||
* HttpRequestValidationExceptionCas.cs: New. CAS unit tests.
|
||||
* HttpResponseCas.cs: New. CAS unit tests.
|
||||
* HttpRuntimeCas.cs: New. CAS unit tests.
|
||||
* HttpServerUtilityCas.cs: New. CAS unit tests.
|
||||
* HttpStaticObjectsCollectionCas.cs: New. CAS unit tests.
|
||||
* HttpUnhandledExceptionCas.cs: New. CAS unit tests.
|
||||
* HttpUtilityCas.cs: New. CAS unit tests.
|
||||
* HttpWorkerRequestCas.cs: New. CAS unit tests.
|
||||
* HttpWriterCas.cs: New. CAS unit tests.
|
||||
* ProcessInfoCas.cs: New. CAS unit tests.
|
||||
* ProcessModelInfoCas.cs: New. CAS unit tests.
|
||||
* TraceContextCas.cs: New. CAS unit tests.
|
||||
|
||||
2005-09-01 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* HttpContextCas.cs: New. CAS unit tests for SkipAuthorization and
|
||||
User property setters.
|
||||
|
||||
2005-08-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* HttpRequestTest.cs: test for negative content length.
|
||||
|
||||
2005-08-25 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* HttpClientCertificateTest.cs: Most of the test throws a
|
||||
ArgumentNullException on MS 1.x implementation - even for getting
|
||||
properties. Mono only support the 2.0 (right) behaviour so we're
|
||||
skipping the tests on 1.1.
|
||||
|
||||
2005-08-22 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* HttpContext.cs: Added test case for using the .ctor with a null
|
||||
HttpWorkerRequest.
|
||||
|
||||
2005-08-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* HttpRequestTest.cs: test for MapImageCoordinates.
|
||||
|
||||
2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* HttpRequestTest.cs: test for UserLanguages.
|
||||
|
||||
2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* HttpRequestTest.cs: new test for AcceptTypes property.
|
||||
|
||||
2005-08-10 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* HttpClientCertificateTest.cs: Unit tests for HttpClientCertificate.
|
||||
|
||||
2005-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* HttpResponseTest.cs: added tests for Status, StatusDescription and
|
||||
StatusCode.
|
||||
|
||||
2005-08-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* HttpRequestTest.cs: test case to ensure that the first variable in
|
||||
the query string does not get a wrong name.
|
||||
|
||||
2005-07-21 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* HttpCookieCollectionTest.cs: fix warnings.
|
||||
|
||||
2005-07-18 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* HttpCacheVaryByParamsTest.cs: rework these tests a bit.
|
||||
|
||||
* HttpCacheVaryByHeadersTest.cs: add case sensitivity check.
|
||||
|
||||
2005-07-15 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* HttpCookieCollectionTest.cs: tests for
|
||||
System.Web.HttpCookieCollection
|
||||
|
||||
2005-07-15 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* HttpCookieTest.cs: add a subkeys-only test.
|
||||
|
||||
2005-07-15 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* HttpCookieTest.cs: new tests for S.W.HttpCookie.
|
||||
|
||||
2005-07-13 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* HttpUtilityTest.cs: Use Assert.Fail (and not Assertion.Fail) to
|
||||
remove warning from compiler (obsolete).
|
||||
|
||||
2005-06-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* HttpUtilityTest.cs: added one more test.
|
||||
|
||||
2005-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* HttpUtilityTest.cs: new test for extra '0'.
|
||||
|
||||
2005-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
|
||||
|
||||
* HttpUtilityTest.cs: new tests.
|
||||
|
||||
2005-05-13 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* HttpUtilityTest.cs : test for url decode.
|
||||
|
||||
2005-02-23 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* HttpRequestTest.cs: Added another XSS case that was found on ASP.NET
|
||||
(fixed now) but didn't affect Mono.
|
||||
|
||||
2005-02-23 Sebastien Pouliot <sebastien@ximian.com>
|
||||
|
||||
* HttpRequestTest.cs: New. Test that ValidateInput throw exceptions
|
||||
when expected.
|
||||
* HttpServerUtilityTest.cs: New. Test for possible XSS when using
|
||||
HtmlEncode.
|
||||
* HttpUtilityTest.cs: New. Test for possible XSS when using
|
||||
HtmlEncode.
|
@@ -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
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user