[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Data / Test / System.Data.SqlTypes / ChangeLog
index 9062417ceb8813bd4f69272abda0a0c41d9f80bb..1eca37d3e38112ff88f8ee6bc9c8970846beea7c 100644 (file)
@@ -1,3 +1,45 @@
+2009-07-13  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SqlGuidTest.cs, SqlDateTimeTest.cs, SqlBinaryTest.cs :
+         migration to newer nunit style.
+
+2008-12-30  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlXmlTest.cs: Minor improvements to tests. Marked tests as
+       NotWorking/NotDotNet to fix test failures on MS.
+
+2008-12-30  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlDecimalTest.cs
+       * SqlInt32Test.cs
+       * SqlCharsTest.cs
+       * SqlInt16Test.cs
+       * SqlInt64Test.cs
+       * SqlDoubleTest.cs: Change spaces to tabs, and remove extra tabs.
+       Restore original culture on teardown. Removed CWLs.
+
+2008-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * SqlStringTest.cs: Change spaces to tabs. Restore original culture
+       on teardown. Enable commented-out tests. Removed CWLs.
+       * SqlGuidTest.cs: Fixed line endings.
+
+2008-12-23  Veerapuram Varadhan  <vvaradhan@novell.com>
+
+       * SqlXmlTest.cs:  Available only in 2.0 and above
+       
+2008-12-21  Veerapuram Varadhan  <vvaradhan@novell.com>
+
+       * SqlXmlTest.cs:  Tests for SqlXml type.  New addition.
+       
+2008-06-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SqlBooleanTest.cs : oops, was running wrong test harness. Fixed it.
+
+2008-06-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * SqlBooleanTest.cs : added test for comparison with Null.
+
 2007-10-01  Veerapuram Varadhan  <vvaradhan@novell.com>
 
        * SqlCharsTest.cs (Read_*, Write_*): Tests for Newly implemented