[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.IdentityModel / Test / System.IdentityModel.Tokens / ChangeLog
1 2007-02-21  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * InMemorySymmetricSecurityKeyTest.cs :
4           more GenerateDerivedKey() tests.
5
6 2007-02-15  Atsushi Enomoto  <atsushi@ximian.com>
7
8         * SecurityKeyIdentifierTest.cs : new test.
9
10 2007-02-05  Atsushi Enomoto  <atsushi@ximian.com>
11
12         * InMemorySymmetricSecurityKeyTest.cs,
13           X509AsymmetricSecurityKeyTest.cs : added algorithm issupported/
14           issymmetric/isasymmetric tests.
15
16 2007-02-05  Atsushi Enomoto  <atsushi@ximian.com>
17
18         * X509AsymmetricSecurityKeyTest.cs : added get hash algorithm tests.
19
20 2007-01-11  Atsushi Enomoto  <atsushi@ximian.com>
21
22         * X509IssuerSerialKeyIdentifierClauseTest.cs : test ClauseType.
23         * X509ThumbprintKeyIdentifierClauseTest.cs : new test.
24
25 2006-12-06  Atsushi Enomoto  <atsushi@ximian.com>
26
27         * X509IssuerSerialKeyIdentifierClauseTest.cs : new test.
28
29 2006-10-29  Atsushi Enomoto  <atsushi@ximian.com>
30
31         * SamlAssertionTest.cs : some more .ctor() tests and WriteXml() test.
32         * SamlSubjectTest.cs
33           SamlAuthorizationDecisionStatementTest.cs
34           SamlAuthenticationStatementTest.cs
35           SamlConditionsTest.cs
36           SamlAudienceRestrictionConditionTest.cs
37           SamlActionTest.cs
38           SamlEvidenceTest.cs
39           SamlAuthorityBindingTest.cs : new tests.
40
41 2006-10-12  Atsushi Enomoto  <atsushi@ximian.com>
42
43         * X509AsymmetricSecurityKeyTest.cs : added tests for
44           IsSupportedAlgorithm() and GetAsymmetricAlgorithm().
45         * EncryptedKeyIdentifierClauseTest.cs : new test.
46
47 2006-09-14  Atsushi Enomoto  <atsushi@ximian.com>
48
49         * SecurityAlgorithmsTest.cs : fixed consts.
50
51 2006-09-14  Atsushi Enomoto  <atsushi@ximian.com>
52
53         * SamlAssertionTest.cs :
54           moved MySecurityTokenSerializer to *.Common dir.
55
56 2006-09-12  Atsushi Enomoto  <atsushi@ximian.com>
57
58         * X509SecurityTokenTest.cs : added test for
59           MatchesKeyIdentifierClause().
60         * LocalIdKeyIdentifierClauseTest.cs : new test.
61
62 2006-09-12  Atsushi Enomoto  <atsushi@ximian.com>
63
64         * SecurityAlgorithmsTest.cs, X509AsymmetricSecurityKeyTest.cs :
65           new tests.
66
67 2006-09-07  Atsushi Enomoto  <atsushi@ximian.com>
68
69         * SamlAttributeStatementTest.cs, SamlConstantsTest.cs :
70           new tests.
71
72 2006-09-07  Atsushi Enomoto  <atsushi@ximian.com>
73
74         * InMemorySymmetricSecurityKeyTest.cs : new test.
75         * SamlAssertionTest.cs : added more WriteXml() and .ctor() tests,
76           plus some minor fixes.
77
78 2006-09-04  Atsushi Enomoto  <atsushi@ximian.com>
79
80         * SamlAssertionTest.cs : new test, for .ctor().
81
82 2006-08-14  Atsushi Enomoto  <atsushi@ximian.com>
83
84         * SecurityTokenTypesTest.cs : new file (just for constant check).
85
86 2006-08-04  Atsushi Enomoto  <atsushi@ximian.com>
87
88         * UserNameSecurityTokenTest.cs :
89           limit ValidFrom test range more rational.
90
91 2006-08-04  Atsushi Enomoto  <atsushi@ximian.com>
92
93         * UserNameSecurityTokenTest.cs : wrong test item numbers.
94
95 2006-08-04  Atsushi Enomoto  <atsushi@ximian.com>
96
97         * UserNameSecurityTokenTest.cs : fixed test. DateTime.Now is not
98           likely to return that of a few moments ago.
99
100 2006-08-01  Atsushi Enomoto  <atsushi@ximian.com>
101
102         * UserNameSecurityTokenTest.cs : new test.
103
104 2006-07-31  Atsushi Enomoto  <atsushi@ximian.com>
105
106         * X509SecurityTokenTest.cs : new test.