2005-01-24 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.Data / Test / System.Data / ChangeLog
index 48ffde727cef9e2583618a9164b10e50005e9933..18c4d73b0efa2d0375fd06f0b89908842d8967ae 100644 (file)
@@ -1,3 +1,132 @@
+2005-01-24  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DataRowViewTest.cs : added new file.
+
+2005-01-24  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DataSetReadXmlSchemaTest.cs : test labels were ambiguous.
+       * DataViewTest.cs : indentation was heavily broken.
+
+2005-01-24  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DataColumnTest.cs : Added SetMaxLength().
+
+2005-01-24  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * store2.xsd, store3.xsd, store4.xsd : Added.
+       * DataSetTest.cs :
+         Disabled ReadWriteXmlSchema() and ReadWriteXmlSchemaIgnoreSchema()
+         for now. See the details in the code.
+
+2005-01-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DataRowTest.cs : more test for Current -> Default, test for 
+         VersionNotFound, and test for InvalidConstraint on GetChildRows().
+         Patch by Ankit Jain.
+
+2005-01-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DataRowTest.cs : Test if Default is used to check state of the row
+         instead of Detached. Patch by Ankit Jain.
+
+2005-01-21  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DataSetTest.cs : added CloneCopy2().
+
+2005-01-20  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DataSetTest.cs : use more normalized schema comparison.
+
+2005-01-20  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DataSetTest.cs,
+         DataSetAssertionTest.cs : In GetNormalizedSchema(), use manual
+         sorting using dom  so that it can ignore XmlSerializer difference.
+         Added some new assertion methods.
+
+2005-01-19  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DataRowTest.cs : no need to gather 3 individual tests as RowEditTest.
+         Let's not output to Console.
+
+2005-01-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DataViewTest.cs : made AddNew_2() and FindRows() pass under .NET 1.1.
+         FindRows() is still not implemented, so marked as [Ignore].
+
+2005-01-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ForeignKeyConstraintTest.cs : Fixed Ctor5() to pass under MS.NET 1.1.
+         Design time ctor() needs more love.
+       * DataRelationCollectionTest.cs,
+         DataTableCollectionTest.cs : Made Remove() pass under MS.NET 1.1.
+         When index is out of range, IndexOutOfRangeException is thrown.
+         DataRelationCollectionTest.AddException1() was invalid.
+
+2005-01-14  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * ConstraintCollectionTest.cs : Fixed run-test-ondotnet. MS.NET does
+         not fill Table property even after EndInit().
+       * DataRelationTest.cs : Fixed run-test-ondotnet. ExpectedException 
+         is missing.
+       * TypedDataSetGeneratorTest.cs : fixed GenerateName() both for
+         run-test-ondotnet and run-test.
+
+2005-01-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DataSetTest.cs : WriteXmlSchema2() and WriteXmlSchema3() didn't pass
+         on run-test-ondotnet. Removed extraneous Console output.
+         modified WriteXmlSchema4(),WriteXmlSchema5() and WriteXmlSchema6()
+         to use xmlserializer-based comparison.
+         Fixed SerializeDataSet() to use ordinal MS result (it's not simple
+         to compare results unless we have another WriteXmlSchema() 
+         implementation.)
+
+2005-01-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DataSetAssertion.cs : forgot one required update for refreshed tests.
+
+2005-01-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DataSetReadXmlSchemaTest.cs : added test for bug #58744.
+       * DataSetReadXmlTest.cs : Added NameConflictDSAndTable().
+       * DataSetTest.cs :
+         Now use XmlSerializer based output, to avoid silly attribute order in
+         OwnWriteXmlSchema(),WriteXmlSchema(),ReadWriteXmlSchemaIgnoreSchema(),
+         ReadWriteXmlSchema() and WriteDifferentNamespaceSchema().
+         Added SerializeDataSet2(),SerializeDataSet3(),DeserializeDataSet(),
+         ReadWriteXml3(),WriteXmlSchema2(),WriteXmlSchema3(),WriteXmlSchema4(),
+         WriteXmlSchema5(),WriteXmlSchema6(),WriteXmlSchema7(),
+         WriteXmlExtendedProperties() and WriteXmlModeSchema().
+
+2004-10-14 Umadevi S <sumadevi@novell.com>
+       * DataTableTest.cs : added testcase for subclass clone
+
+2004-10-14 Umadevi S <sumadevi@novell.com>
+       * DataSetTest.cs : added testcase to check subclass clone
+
+2004-10-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * DataSetTest.cs : now xs:schema contains xmlns="".
+
+2004-09-24 Umadevi S <sumadevi@novell.com>
+       * DataRowTest.cs : Added a test for EnforceConstraints with relations defined.
+
+2004-09-24  Sureshkumar T  <tsureshkumar@novell.com>
+
+       * DataSetTest.cs (DataSetClearTest): Added a test for DataSet.Clear. This should not
+       throw any exception and should override constraints.
+
+2004-09-19  Sureshkumar T <tsureshkumar@novell.com>
+       * DataSetTest.cs : Added a test for Deserialization of dataset : DeserializeModifiedDataSet
+
+2004-08-24  Nick Drochak <ndrochak@ieee.org>
+       * DataViewTest.cs : Fixed compile with csc
+
+2004-08-18 Umadevi S <sumadevi@novell.com>
+       * DataViewTest.cs : Revamped to get Event handling tested
+       Thanks to Punit Todi for his contribution towards the test cases
+
 2004-06-23 Umadevi S <sumadevi@novell.com>
        * DataTableTest.cs :Corrected Testcases to .net 1.1 specifications