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