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