[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Data / Test / System.Data / ChangeLog
index e19f4993a3c6be343158b93c770a3866acefdecf..3a5dd9feae6cd38597ae573505bf3a8b56c473ff 100644 (file)
@@ -1,3 +1,118 @@
+2011-03-15  Veerapuram Varadhan  <v.varadhan@gmail.com>
+
+       * DataSetTest2.cs (WriteXmlSchema_Relations_ForeignKeys): Add
+       PrimaryKey before other constraints.  Fixes regression of #672113.
+       
+2011-01-18  Veerapuram Varadhan  <v.varadhan@gmail.com>
+
+       * DataRowTest.cs (ParentChildRowVersionTest): Don't run
+       test. Fixes test break.
+       
+2010-10-01  Veerapuram Varadhan  <v.varadhan@gmail.com>
+       
+       * DataSetReadXmlTest.cs: Added new test for #582732.
+       
+2010-07-23  Veerapuram Varadhan  <v.varadhan@gmail.com>
+
+       * DataColumnTest.cs (B623451_SetOrdinalTest): Added new.
+       
+2010-07-23  Veerapuram Varadhan  <v.varadhan@gmail.com>
+
+       * DataColumnTest.cs (B565616_NonIConvertibleTypeTest): Added new.
+       
+2010-01-21  Jonathan Pobst  <monkey@jpobst.com>
+
+       * DataTableTest2.cs: Mark PrimaryKey test as NotWorking.
+       Bug filed as 572722.
+
+2009-10-13  Veerapuram Varadhan  <vvaradhan@novell.com>
+
+       * DataSetTest2.cs (Bug537229_BinFormatSerializer_Test): Added new.
+       
+2009-09-26  Veerapuram Varadhan  <vvaradhan@novell.com>
+
+       * DataSetTest2.cs: Don't run test for Bug#536194 on 1.x
+       profile. Fixes 1.x test break.
+       
+2009-09-26  Veerapuram Varadhan  <vvaradhan@novell.com>
+
+       * DataSetTypedDataSet.cs: Test for #427769.  Patch by 
+       John Lenz <jlenz2@math.uiuc.edu>.
+       
+2009-09-24  Veerapuram Varadhan  <vvaradhan@novell.com>
+
+        * DataSetTest2.cs (MergeTest_SameDataSet_536194): Added new.
+       
+2009-01-16  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DataColumnTest.cs : try a string comparison fix.
+
+2008-12-30  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * DBConcurrencyExceptionTest.cs: Added .ctor and Row(Count) tests.
+
+2008-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * DataTableTest.cs: Allow NFIFromBug55978 test to pass when MONO_PATH
+       is not set.
+       * BinarySerializationTest.cs: Change culture for culture-sensitive
+       tests.
+       * DataColumnTest2.cs: Change culture for culture-sensitive tests.
+
+2008-11-18  Raja R Harinath  <harinath@hurrynot.org>
+
+       * DataSetTest.cs (Bug420862): New test.
+
+2008-09-16  brandin claar  <brandin.claar@gmail.com>
+
+       * BinarySerializationTest.cs (TestDefaultValues): New.
+       (TestEmptyTable): New.
+
+2008-08-14  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * DataViewTest2.cs (DataViewManager): Check for reference equality
+       instead of using Equals to avoid test regression using more recent
+       versions of NUnit.
+
+2008-08-14  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * DataTableTest2.cs: Added test for LoadDataRow with readonly columns.
+
+2008-08-04  Raja R Harinath  <harinath@hurrynot.org>
+
+       * XmlDataReaderTest.cs (XmlLoadCustomTypesTest): Fix compile
+       error, there's no DataSet.Close ().
+
+2008-07-30  Veerapuram Varadhan  <vvaradhan@novell.com>
+
+       * XmlDataReaderTest.cs: Added test for Bug#377146
+
+2008-07-20  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * XmlDataLoaderTest.cs: Use temporary file in TEMP dir instead of
+       creating file in source dir. Cleaned up test.
+       * DataTableTest3.cs
+       * DataTableTest4.cs
+       * DataTableTest5.cs: Use temporary file in TEMP dir instead of creating
+       file in source dir.
+       * TestFile3.xml, TestFile5.xml: Removed test output.
+
+2008-07-20  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * DataTableTest.cs
+       * DataTableTest2.cs
+       * DataTableTest3.cs
+       * DataTableTest4.cs
+       * DataTableTest5.cs: Code formatting (spaces to tabs, removed extra
+       spaces/tabs). Use typeof instead of Type.GetType. Ensure (File)Streams
+       are always closed. Improved exception tests.
+
+2008-07-20  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * DataRowTest2.cs: Improved int indexer test for setting value of
+       column to null/DBNull. Enabled indexer tests for setting column
+       value to null/DBNull.
+
 2008-07-04  Gert Driesen  <drieseng@users.sourceforge.net>
 
        * DataRelationTest.cs