Imported Upstream version 4.6.0.125

Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2016-08-03 10:59:49 +00:00
parent a569aebcfd
commit e79aa3c0ed
17047 changed files with 3137615 additions and 392334 deletions

View File

@ -1,100 +0,0 @@
2012-12-23 Daniel Lo Nigro <daniel@dan.cx>
* RouteTest.cs: added tests for value types in route default values
(Xamarin bug #9116)
2009-09-09 Marek Habersack <mhabersack@novell.com>
* RouteTest.cs: added two tests for empty and null route URLs (bug
#537751)
2009-06-25 Marek Habersack <mhabersack@novell.com>
* RouteCollectionTest.cs, RouteTest.cs: added new tests for
GetVirtualPath
2009-06-04 Marek Habersack <mhabersack@novell.com>
* RouteCollectionTest.cs: added two more test cases to the bug
#502555 test. They check whether url generation matches defaults
case-insensitively.
2009-05-27 Marek Habersack <mhabersack@novell.com>
* RouteCollectionTest.cs: added a test for routes from
NerdDinner.
2009-05-25 Marek Habersack <mhabersack@novell.com>
* RouteTest.cs: added several tests for GetVirtualPath,
GetRouteData, ProcessConstraint and refactored some tests.
* RouteCollectionTest.cs: added several tests for GetVirtualPath
* AssertExtensions.cs: added some methods to make code testing for
exception throws look nicer.
2009-05-11 Marek Habersack <mhabersack@novell.com>
* RouteCollectionTest.cs: added test for bug #502555
2009-05-05 Marek Habersack <mhabersack@novell.com>
* RouteTest.cs: added test for bug #500739
2008-10-23 Atsushi Enomoto <atsushi@ximian.com>
* RouteTest.cs :
add one more case that used to cause out-of-range error.
2008-10-17 Atsushi Enomoto <atsushi@ximian.com>
* RouteValueDictionaryTest.cs : test for case-insensitive comparison.
2008-10-17 Atsushi Enomoto <atsushi@ximian.com>
* RouteTest.cs : added test for DynamicData default pattern.
2008-10-16 Atsushi Enomoto <atsushi@ximian.com>
* RouteValueDictionaryTest.cs : new test.
2008-10-10 Atsushi Enomoto <atsushi@ximian.com>
* UrlRoutingModuleTest.cs , TestStubTypes.cs : added test for
pipeline processing of requests.
2008-09-18 Atsushi Enomoto <atsushi@ximian.com>
* UrlRoutingModuleTest.cs, TestStubTypes.cs, RouteCollectionTest.cs:
some tests for RouteExistingFiles.
2008-09-18 Atsushi Enomoto <atsushi@ximian.com>
* RouteTest.cs : test ProcessConstraint().
* UrlRoutingHandlerTest.cs : more cosmetic test on thrown exception.
* TestStubTypes.cs : some notations.
2008-09-17 Atsushi Enomoto <atsushi@ximian.com>
* UrlRoutingModuleTest.cs: new test (including "huh?" ones).
* RouteTest.cs, TestStubTypes.cs, RouteCollectionTest.cs:
some test updates.
2008-09-12 Atsushi Enomoto <atsushi@ximian.com>
* RouteTest.cs, TestStubTypes.cs, HttpMethodConstraintTest.cs,
RouteCollectionTest.cs : test for Route.GetRouteData() and
HttpMethodConstraint.Match().
2008-09-12 Atsushi Enomoto <atsushi@ximian.com>
* RouteTest.cs, RouteCollectionTest.cs: added couple of tests for
Route Url parser.
2008-09-11 Atsushi Enomoto <atsushi@ximian.com>
* HttpMethodConstraintTest.cs, RouteCollectionTest.cs,
RouteDataTest.cs, RouteTest.cs, StopRoutingHandlerTest.cs,
TestStubTypes.cs, UrlRoutingHandlerTest.cs,
VirtualPathDataTest.cs : initial checkin.