2008-12-29 Gert Driesen * SqlStringTest.cs: Change spaces to tabs. Restore original culture on teardown. Enable commented-out tests. Removed CWLs. 2008-12-23 Veerapuram Varadhan * SqlXmlTest.cs: Available only in 2.0 and above 2008-12-21 Veerapuram Varadhan * SqlXmlTest.cs: Tests for SqlXml type. New addition. 2008-06-12 Atsushi Enomoto * SqlBooleanTest.cs : oops, was running wrong test harness. Fixed it. 2008-06-12 Atsushi Enomoto * SqlBooleanTest.cs : added test for comparison with Null. 2007-10-01 Veerapuram Varadhan * SqlCharsTest.cs (Read_*, Write_*): Tests for Newly implemented Read and Write APIs. * SqlBytesTest.cs (Read_*, Write_*): Ditto. 2007-09-27 Veerapuram Varadhan * SqlStringTest.cs (ReadWriteXmlTest): Change the root node of the test xml from to * SqlCharsTest.cs (ReadWriteXmlTest): Ditto. 2007-09-25 Veerapuram Varadhan * SqlInt16Test.cs (ReadWriteXmlTestInternal, ReadWriteXmlTest): New tests. * SqlInt32Test.cs (ReadWriteXmlTestInternal, ReadWriteXmlTest): New tests. * SqlInt64Test.cs (ReadWriteXmlTestInternal, ReadWriteXmlTest): New tests. * SqlChars.cs (ReadWriteXmlTestInternal, ReadWriteXmlTest): New tests. * SqlDecimal.cs (ReadWriteXmlTestInternal, ReadWriteXmlTest): New tests. * SqlDouble.cs (ReadWriteXmlTestInternal, ReadWriteXmlTest): New tests. * SqlString.cs (ReadWriteXmlTestInternal, ReadWriteXmlTest): New tests. 2007-06-21 Nagappan A * SqlBooleanTest.cs (EqualityOperator): Fixed compiler warnings. (InequalityOperator): Fixed compiler warnings. 2007-05-04 Raja R Harinath * SqlDateTimeTest.cs (TicksRoundTrip, EffingBilisecond): New tests. 2007-03-09 Nagappan A * SqlBooleanTest.cs (GetXsdTypeTest, GreaterThanTest) (GreaterThanOrEqualTest, LessThanEqualTest, LessThanOrEqualTest): Added new tests. * SqlBinaryTest.cs (GetXsdTypeTest): Added new test. * SqlByteTest.cs (GetXsdTypeTest): Added new test. * SqlBytesTest.cs (GetXsdTypeTest): Added new test. * SqlDateTimeTest.cs (GetXsdTypeTest): Added new test. * SqlDecimalTest.cs (GetXsdTypeTest): Added new test. * SqlGuidTest.cs (GetXsdTypeTest): Added new test. * SqlInt16Test.cs (GetXsdTypeTest): Added new test. * SqlInt32Test.cs (GetXsdTypeTest): Added new test. * SqlInt64Test.cs (GetXsdTypeTest): Added new test. * SqlMoneyTest.cs (GetXsdTypeTest): Added new test. * SqlSingleTest.cs (GetXsdTypeTest): Added new test. * SqlStringTest.cs (GetXsdTypeTest): Added new test. 2007-02-09 Nagappan A * SqlBytesTest.cs: Added new tests * SqlCharsTest.cs: Added new tests 2006-07-19 Senganal T * SqlDecimalTest.cs : - ArithmeticOperators, ConvertPrecToScale, ArithmeticMethods, LessThanOrEqualOperators : Removed for NotWorking Category and added more tests Thanks to Harish Kumar Singh for the patch 2006-02-03 Senganal T * SqlStringTest.cs : Removed NotWorking attribute for testcases fixed 2005-08-25 Sureshkumar T * SqlDecimalTest.cs: use Assert rather than derive from Assertion. * SqlBooleanTest.cs: use Assert rather than derive from Assertion. * SqlInt32Test.cs: use Assert rather than derive from Assertion. * SqlInt16Test.cs: use Assert rather than derive from Assertion. * SqlSingleTest.cs: use Assert rather than derive from Assertion. * SqlByteTest.cs: use Assert rather than derive from Assertion. * SqlInt64Test.cs: use Assert rather than derive from Assertion. * SqlStringTest.cs: use Assert rather than derive from Assertion. * SqlMoneyTest.cs: use Assert rather than derive from Assertion. * SqlDoubleTest.cs: use Assert rather than derive from Assertion. 2005-01-19 Atsushi Enomoto * SqlGuidTest.cs : missing run-test-ondotnet fix. 2004-11-25 Marek Safar * SqlDecimalTest.cs: Hide constant behind variable to avoid compiler check. 2004-07-20 Umadevi S * SqlInt16Test.cs,SqlInt32Test.cs, SqlInt64Test.cs - added testcase for Modulus method (.NET 2.0) 2004-07-14 Umadevi S * SqlStringTest.cs - Added testcase for Add method (.NET2.0) 2004-06-10 Umadevi S * SqlGuidTest.cs - corrected the CompareTo method 2004-05-18 Atsushi Enomoto * SqlDecimalTest.cs : Don't use unreliable SqlDecimal to test Truncate(). Just use decimal. 2004-05-18 Atsushi Enomoto * SqlDecimalTest.cs : Don't catch all kind of exception. That hides the exact error info. Don't use ToSqlString() in AdjustScale() test (to make which is wrong). MS.NET's ToSqlInt32() is buggy; no worth following the behavior. Added test for parsing "999999..." (SqlDecimal.MaxValue). 2004-04-12 Atsushi Enomoto * SqlDateTimeTest.cs : ToStringTest() is locale dependent. 2004-04-12 Atsushi Enomoto * SqlStringTest.cs : Removed locale-dependent test. * SqlDecimalTest.cs : Removed runtime-dependent test. 2003-06-02 Ville Palo * All files except SqlGuidTest.cs: Now works fine on ms.net 1.1 2003-06-02 Ville Palo * SqlStringTest.cs: exception tests to nunit2 2003-06-02 Ville Palo * SqlStringTest.cs: added one exception test. And some exception tests to nunit2 2003-06-01 Ville Palo * SqlStringTest.cs: one exception test to nunit2 2003-05-13 Martin Willemoes Hansen * All tests inherits from Assertion and Assertion. prefixes removed 2002-11-08 Nick Drochak * SqlSingleTest.cs : Remove debug statement that was breaking the build