[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / corlib / Test / System.Runtime.Serialization.Formatters.Binary / ChangeLog
1 2007-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
2
3         * BinaryFormatterTest.cs: Added test for inherited fields. Code
4         formatting.
5
6 2006-09-06  Lluis Sanchez gual  <lluis@novell.com>
7
8         * BinaryFormatterTest.cs: Added test for bug #78749 (nested
9         IObjectReference objects).
10
11 2006-09-05  Raja R Harinath  <rharinath@novell.com>
12
13         * BinaryFormatterTest.cs (DateTimeArray): New test for
14         round-tripping DateTime arrays.
15
16 2005-12-07  Sebastien Pouliot  <sebastien@ximian.com>
17
18         * BinaryFormatterCas.cs: New. Partial CAS tests for BinaryFormatter. 
19         Added to test UnsafeDeserialization.
20         * BinaryFormatterTest.cs: New. Partial Unit tests for BinaryFormatter.
21         Added to test UnsafeDeserialization.