Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « System « Test « System.ServiceModel.Web « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 223289322aa52a290b2f356103dd08fb91d4801e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
2009-09-22  Atsushi Enomoto  <atsushi@ximian.com>

	* UriTemplateTest.cs : add test for case-insensitive comparison in
	  IDictionary, and test for null-value string in there.

2009-09-17  Atsushi Enomoto  <atsushi@ximian.com>

	* UriTemplateTableTest.cs : new test file.

2009-09-07  Atsushi Enomoto  <atsushi@ximian.com>

	* UriTemplateTest.cs : add test for wildcard.

2009-09-07  Atsushi Enomoto  <atsushi@ximian.com>

	* UriTemplateEquivalenceComparerTest.cs : new test.

2009-09-07  Atsushi Enomoto  <atsushi@ximian.com>

	* UriTemplateTest.cs :
	  added tests for IgnoreTrailingSlash and Defaults.

2009-09-07  Atsushi Enomoto  <atsushi@ximian.com>

	* UriTemplateTest.cs : fixed a couple of tests to match 3.5 SP1
	  behavior.

2008-02-16  Atsushi Enomoto  <atsushi@ximian.com>

	* UriTemplateTest.cs : enable query parameter matching test.

2008-02-15  Atsushi Enomoto  <atsushi@ximian.com>

	* UriTemplateTest.cs : added not-working case to be fixed.

2008-02-12  Atsushi Enomoto  <atsushi@ximian.com>

	* UriTemplateTest.cs : Added tests for Match() and more Binding tests.

2008-02-12  Atsushi Enomoto  <atsushi@ximian.com>

	* UriTemplateTest.cs : new. Test .ctor(), BindByName() and 
	  BindByPosition().