2009-07-11 Michael Barker <mike@middlesoft.co.uk>
[mono.git] / mcs / class / System.Web.Routing / Test / System.Web.Routing / ChangeLog
1 2009-06-25  Marek Habersack  <mhabersack@novell.com>
2
3         * RouteCollectionTest.cs, RouteTest.cs: added new tests for
4         GetVirtualPath
5
6 2009-06-04  Marek Habersack  <mhabersack@novell.com>
7
8         * RouteCollectionTest.cs: added two more test cases to the bug
9         #502555 test. They check whether url generation matches defaults
10         case-insensitively.
11
12 2009-05-27  Marek Habersack  <mhabersack@novell.com>
13
14         * RouteCollectionTest.cs: added a test for routes from
15         NerdDinner.
16
17 2009-05-25  Marek Habersack  <mhabersack@novell.com>
18
19         * RouteTest.cs: added several tests for GetVirtualPath,
20         GetRouteData, ProcessConstraint and refactored some tests.
21
22         * RouteCollectionTest.cs: added several tests for GetVirtualPath
23
24         * AssertExtensions.cs: added some methods to make code testing for
25         exception throws look nicer.
26
27 2009-05-11  Marek Habersack  <mhabersack@novell.com>
28
29         * RouteCollectionTest.cs: added test for bug #502555
30
31 2009-05-05  Marek Habersack  <mhabersack@novell.com>
32
33         * RouteTest.cs: added test for bug #500739
34
35 2008-10-23  Atsushi Enomoto  <atsushi@ximian.com>
36
37         * RouteTest.cs :
38           add one more case that used to cause out-of-range error.
39
40 2008-10-17  Atsushi Enomoto  <atsushi@ximian.com>
41
42         * RouteValueDictionaryTest.cs : test for case-insensitive comparison.
43
44 2008-10-17  Atsushi Enomoto  <atsushi@ximian.com>
45
46         * RouteTest.cs : added test for DynamicData default pattern.
47
48 2008-10-16  Atsushi Enomoto  <atsushi@ximian.com>
49
50         * RouteValueDictionaryTest.cs : new test.
51
52 2008-10-10  Atsushi Enomoto  <atsushi@ximian.com>
53
54         * UrlRoutingModuleTest.cs , TestStubTypes.cs : added test for
55           pipeline processing of requests.
56
57 2008-09-18  Atsushi Enomoto  <atsushi@ximian.com>
58
59         * UrlRoutingModuleTest.cs, TestStubTypes.cs, RouteCollectionTest.cs:
60           some tests for RouteExistingFiles.
61
62 2008-09-18  Atsushi Enomoto  <atsushi@ximian.com>
63
64         * RouteTest.cs : test ProcessConstraint().
65         * UrlRoutingHandlerTest.cs : more cosmetic test on thrown exception.
66         * TestStubTypes.cs : some notations.
67
68 2008-09-17  Atsushi Enomoto  <atsushi@ximian.com>
69
70         * UrlRoutingModuleTest.cs: new test (including "huh?" ones).
71         * RouteTest.cs, TestStubTypes.cs, RouteCollectionTest.cs:
72           some test updates.
73
74 2008-09-12  Atsushi Enomoto  <atsushi@ximian.com>
75
76         * RouteTest.cs, TestStubTypes.cs, HttpMethodConstraintTest.cs,
77           RouteCollectionTest.cs : test for Route.GetRouteData() and
78           HttpMethodConstraint.Match().
79
80 2008-09-12  Atsushi Enomoto  <atsushi@ximian.com>
81
82         * RouteTest.cs, RouteCollectionTest.cs: added couple of tests for
83           Route Url parser.
84
85 2008-09-11  Atsushi Enomoto  <atsushi@ximian.com>
86
87         * HttpMethodConstraintTest.cs, RouteCollectionTest.cs,
88           RouteDataTest.cs, RouteTest.cs, StopRoutingHandlerTest.cs,
89           TestStubTypes.cs, UrlRoutingHandlerTest.cs,
90           VirtualPathDataTest.cs : initial checkin.