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