2004-05-18  Atsushi Enomoto <atsushi@ximian.com>

	* SqlDecimalTest.cs : Don't use unreliable SqlDecimal to test
	  Truncate(). Just use decimal.

2004-05-18  Atsushi Enomoto <atsushi@ximian.com>

	* 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 <atsushi@ximian.com>

	* SqlDateTimeTest.cs : ToStringTest() is locale dependent.

2004-04-12  Atsushi Enomoto <atsushi@ximian.com>

	* SqlStringTest.cs : Removed locale-dependent test.
	* SqlDecimalTest.cs : Removed runtime-dependent test.

2003-06-02  Ville Palo <vi64pa@kolumbus.fi>

	* All files except SqlGuidTest.cs: Now works fine on ms.net 1.1
	
2003-06-02  Ville Palo <vi64pa@kolumbus.fi>

	* SqlStringTest.cs: exception tests to nunit2
	
2003-06-02  Ville Palo <vi64pa@kolumbus.fi>

	* SqlStringTest.cs: added one exception test. And some exception tests
	to nunit2
	
2003-06-01  Ville Palo <vi64pa@kolumbus.fi>

	* SqlStringTest.cs: one exception test to nunit2
	
2003-05-13  Martin Willemoes Hansen <mwh@sysrq.dk>
	* All tests inherits from Assertion and Assertion. prefixes removed

2002-11-08  Nick Drochak <ndrochak@gol.com>

	* SqlSingleTest.cs : Remove debug statement that was breaking the build
