[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web / Test / System.Web.Caching / ChangeLog
1 2010-02-03  Marek Habersack  <mhabersack@novell.com>
2
3         * CacheItemPriorityQueueTest_generated.cs: added
4
5         * CacheItemPriorityQueueTest.cs: added
6
7 2010-01-25  Marek Habersack  <mhabersack@novell.com>
8
9         * SqlCacheDependencyTest.cs: added
10
11 2010-01-22  Marek Habersack  <mhabersack@novell.com>
12
13         * OutputCacheTest.cs: added
14
15 2010-01-21  Marek Habersack  <mhabersack@novell.com>
16
17         * FileResponseElementTest.cs, HeaderElementTest.cs,
18         MemoryResponseElementTest.cs, SubstitutionResponseElementTest.cs:
19         added 
20
21 2008-06-27  Atsushi Enomoto  <atsushi@ximian.com>
22
23         * AggregateCacheDependencyTest.cs: mark wrong, timing-
24           dependent test as "Ignore".
25
26 2007-08-17  Marek Habersack  <mhabersack@novell.com>
27
28         * AggregateCacheDependencyTest.cs: dependency expiration
29         notification works correctly now.
30
31 2007-08-14  Gert Driesen  <drieseng@users.sourceforge.net>
32
33         * AggregateCacheDependencyTest.cs: Added test for bug #82419.
34
35 2005-09-13  Sebastien Pouliot  <sebastien@ximian.com>
36
37         * CacheDependencyCas.cs: Under 1.x FAM also requires UnmanagedCode so 
38         we must assert this too before creating instances. We also "hide" an
39         error where the initialization throws a NullReferenceException on 1.x
40         (as this has nothing to do with CAS).
41
42 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
43
44         * CacheCas.cs: New. CAS unit tests for Cache. It turns out that 
45         UnmanagedCode permission is also required (down-level).
46         * CacheDependencyCas.cs: New. CAS unit tests for CacheDependency. It 
47         turns out that FileIOPermission is also required (down-level) and that
48         Mono (currently) requires Unmanaged permission for FAM.