2002-12-17 Ville Palo <vi64pa@koti.soon.fi>
[mono.git] / mcs / class / System.Data / Test / ChangeLog
index c62aebf8cde0fd471defdc0567162704fe0f33af..94704c1258ed58f0c9cb2190c28e9fe7a708cc2b 100644 (file)
@@ -1,3 +1,59 @@
+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: