Fix spelling
[mono.git] / mcs / class / System.Data / Test / ChangeLog
index 124515391d89fa99a85b728bfe6dfe3bbf84fe30..a3ce2478734422d646cd26a9b244c4dc155a1f2d 100644 (file)
@@ -1,3 +1,203 @@
+2006-03-12     Boris Kirzner <borisk@mainsfot.com>
+       * System.Data.Test.sln, System.Data.Test.vmwcsproj: 
+       changes for automated testing for TARGET_JVM.
+
+2006-01-31  Senganal  <tsenganal@novell.com>
+       
+       * DataSetTest.cs : Added testcase for #77411.
+
+2006-01-02 Boris Kirzner <borisk@mainsoft.com>
+       
+       * System.Data.Test.vmwcsproj: added new tests to TARGET_JVM project file.
+
+2005-12-12 Konstantin Triger <kostat@mainsoft.com>
+
+       * System.Data.Test.vmwcsproj: add NET_1_1 define.
+
+2005-12-07 Boris Kirzner <borisk@mainsoft.com>
+       * System.Data.Test.sln, System.Data.Test.vmwcsproj: added solution and
+       project files for TARGET_JVM.
+
+2005-09-01  Sureshkumar T  <tsureshkumar@novell.com>
+
+       * ProviderTests: Added a new framework for testing Data
+       Providers. This framework is based on nunit category tests and
+       also the provider factory provided by Mono.Data.
+
+2005-09-01 Boris Kirzner <borisk@mainsoft.com>
+       * System.Data/DataRowCollectionTest.cs: Added another test case for Find().
+
+2005-08-16  Martin Baulig  <martin@ximian.com>
+
+       * System.Data.Test.Utils/DataProvider.cs: Renamed namespace
+       `MonoTests.System.Data.Test.Utils' -> `MonoTests.System.Data.Utils'
+       to make it compile.
+
+2005-05-26  Eyal Alaluf <eyala@mainsoft.com>
+       * Added System.Data.Test.Utils - Keeps utilities comon for all tests
+
+2005-02-15  Sureshkumar T  <tsureshkumar@novell.com>
+
+       * MySqlTestBed.cs: fix for namespace collision MonoTests.System &
+       corlib System.
+
+2004-08-26  Sureshkumar T <TSureshkumar@novell.com>
+       * MySqlTestBed.cs - Added few more fields for DateTime testing
+
+2004-08-13 Umadevi S <sumadevi@novell.com>
+        * Added standalone nunit testcases for datacontainer class.
+        * Currently will use MSSQL server
+        * New File
+                MSSqlTestBed.cs - Base class for MSSql testing
+        (similar to the mysqltestbed)
+
+
+2004-06-16  Sureshkumar T <TSureshkumar@novell.com>
+       * Added standalone NUnit test cases for MySql db related tests.
+       * Created sub-directory for System.Data.Odbc
+       * New Files :
+               MySqlTestBed.cs         - Base class for all MySql db based tests. 
+                                         contains instructions to run these tests.
+               MySqlTestBed.dll.config - configurable parameters to this test suite.
+               System.Data.Odbc/OdbcDataReaderTest.cs
+               System.Data.Odbc/OdbcDataAdapterTest.cs
+
+2003-05-26  Ben Maurer <bmaurer@users.sourceforge.net>
+       * data_linux_test.args: Updated for new test in System.Data
+
+2003/04/15  Nick Drochak <ndrochak@gol.com>
+
+       * System.Data_test.build: Use nunit version 2.
+
+2003-03-31  Nick Drochak <ndrochak@gol.com>
+
+       * makefile.gnu: NUnit.Framework.dll now in class/lib
+
+2003-03-17  Martin Willemoes Hansen <mwh@sysrq.dk>
+       * Removed AllTests.cs, System.Data/AllTests.cs,
+         System.Data.SqlTypes/AllTests.cs,
+         System.Xml/AllTests.cs,
+         TheTests.cs
+       * NUnit2ified makefile.gnu, data_linux_test.args
+         System.Data/DataColumnCollectionTest.cs, 
+         System.Data/DataSetTest.cs,
+          System.Data/DataColumnTest.cs,
+          System.Data/DataTableTest.cs,
+          System.Data/UniqueConstraintTest.cs,
+         System.Data/ConstraintCollectionTest.cs,
+         System.Data/DataRelationTest.cs,
+         System.Data/ForeignKeyConstraintTest.cs,
+         System.Data/ConstraintTest.cs,
+          System.Data/DataRowCollectionTest.cs,
+         System.Data/DataRowTest.cs,
+         System.Data.SqlTypes/SqlBinaryTest.cs,
+         System.Data.SqlTypes/SqlDateTimeTest.cs,
+         System.Data.SqlTypes/SqlGuidTest.cs,
+         System.Data.SqlTypes/SqlInt64Test.cs,
+         System.Data.SqlTypes/SqlStringTest.cs,
+         System.Data.SqlTypes/SqlBooleanTest.cs,
+         System.Data.SqlTypes/SqlDecimalTest.cs,
+         System.Data.SqlTypes/SqlInt16Test.cs,
+         System.Data.SqlTypes/SqlMoneyTest.cs,
+         System.Data.SqlTypes/SqlByteTest.cs,
+         System.Data.SqlTypes/SqlDoubleTest.cs,
+         System.Data.SqlTypes/SqlInt32Test.cs,
+         System.Data.SqlTypes/SqlSingleTest.cs
+         System.Xml/XmlDataDocumentTest.cs
+
+2003-02-16  Daniel Morgan <danmorg@sc.rr.com>
+
+       * TestSqlConnection.cs: added test file
+       to test SqlClient, SybaseClient, and TdsClient
+       and connections
+
+       * System.Data_test.build: excluded
+       TestSqlConnection.cs from NUnit tests
+
+2003-01-13  Ville Palo <vi64pa@koti.soon.fi>
+
+       * data_linux_test.args: Added some classes
+       
+2002-12-16  Ville Palo <vi64pa@koti.soon.fi>
+
+       * System.Xml/XmlDataDocumentTest.cs: some fixes.
+       
+2002-12-14  Ville Palo <vi64pa@koti.soon.fi>
+
+       * System.Xml/XmlDataDocumentTest.cs: Added three new tests
+       
+2002-12-10  Ville Palo <vi64pa@koti.soon.fi>
+
+       * System.Xml/XmlDataDocumentTest.cs: Added new tests 
+       * System.Xml/region.xml: Changed XmlDocument.
+       
+2002-11-24  Ville Palo <vi64pa@koti.soon.fi>
+
+       * System.Xml/XmlDataDocumentTest.cs: Added new test suite for
+       XmlDataDocument.
+       * System.Xml/store.xsd:
+       * System.Xml/region.xsd
+       * System.Xml/region.xml:
+       * System.Xml/2books.xml: Needed by XmlDocumentTest.cs
+       * AllTests.cs: 
+       * data_linux_test.args:Added XmlDataDocumentTest.cs
+       
+2002-11-12  Ville Palo <vi64pa@koti.soon.fi>
+
+       * System.Data.SqlTypes/SqlStringTest.cs: Added tests
+       
+2002-11-10  Ville Palo <vi64pa@koti.soon.fi>
+
+       * System.Data.SqlTypes/SqlStringTest.cs: Added more tests
+
+2002-11-07  Ville Palo <vi64pa@koti.soon.fi>
+
+       * System.Data.SqlTypes/SqlDecimalTest.cs
+       * System.Data.SqlTypes/SqlDoubleTest.cs
+       * System.Data.SqlTypes/SqlMoneyTest.cs
+       * System.Data.SqlTypes/SqlSingleTest.cs: 
+       mcs don't understand (currently) correctly what 1e10 means, 
+       with mcs it must be 1E+10.
+       
+2002-11-02  Ville Palo <vi64pa@koti.soon.fi>
+
+       * System.Data.SqlTypes/SqlDoubleTest.cs: More tests.
+       
+2002-10-31  Ville Palo <vi64pa@koti.soon.fi>
+
+       * System.Data.SqlTypes/SqlInt16Test.cs: Litle bugfix
+       
+2002-10-24  Ville Palo <vi64pa@koti.soon.fi>
+
+       * System.Data.SqlTypes/AllTests.cs:
+       * System.Data.SqlTypes/SqlStringTest.cs:
+       * System.Data.SqlTypes/SqlDecimalTest.cs: new test suites for 
+       SqlDecimal and SqlString
+               
+2002-10-19  Ville Palo <vi64pa@koti.soon.fi>
+
+       * System.Data.SqlTypes/AllTests.cs:
+       * System.Data.SqlTypes/SqlGuidTest.cs: new test suite for SqlGuid.
+       
+2002-10-19  Ville Palo <vi64pa@koti.soon.fi>
+
+       * System.Data.SqlTypes/AllTest.cs:
+       * System.Data.SqlTypes/SqlMoneyTest.cs new test suite for SqlMoney
+       * System.Data.SqlTypes/SqlDateTimeTest.cs new test suite for 
+       SqlDateTime
+       
+2002-10-16  Daniel Morgan <danmorg@sc.rr.com>
+
+       * TestSqlDataReader.cs: got to work
+       with new place for the PostgreSQL provider
+       at Mono.Data.PostgreSqlClient.
+
+2002-10-16  Rodrigo Moya <rodrigo@ximian.com>
+
+       * System.Data.SqlTypes/AllTests.cs:
+       * System.Data.SqlTypes/SqlBinary.cs: new test suite for SqlBinary, by
+       Ville Palo (vi64pa@koti.soon.fi).
+
 2002-10-16  Daniel Morgan <danmorg@sc.rr.com>
 
        * SqlSharpCli.cs: remove file