2009-07-13  Atsushi Enomoto  <atsushi@ximian.com>

	* SqlGuidTest.cs, SqlDateTimeTest.cs, SqlBinaryTest.cs :
	  migration to newer nunit style.

2008-12-30  Gert Driesen  <drieseng@users.sourceforge.net>

	* SqlXmlTest.cs: Minor improvements to tests. Marked tests as
	NotWorking/NotDotNet to fix test failures on MS.

2008-12-30  Gert Driesen  <drieseng@users.sourceforge.net>

	* SqlDecimalTest.cs
	* SqlInt32Test.cs
	* SqlCharsTest.cs
	* SqlInt16Test.cs
	* SqlInt64Test.cs
	* SqlDoubleTest.cs: Change spaces to tabs, and remove extra tabs.
	Restore original culture on teardown. Removed CWLs.

2008-12-29  Gert Driesen  <drieseng@users.sourceforge.net>

	* SqlStringTest.cs: Change spaces to tabs. Restore original culture
	on teardown. Enable commented-out tests. Removed CWLs.
	* SqlGuidTest.cs: Fixed line endings.

2008-12-23  Veerapuram Varadhan  <vvaradhan@novell.com>

	* SqlXmlTest.cs:  Available only in 2.0 and above
	
2008-12-21  Veerapuram Varadhan  <vvaradhan@novell.com>

	* SqlXmlTest.cs:  Tests for SqlXml type.  New addition.
	
2008-06-12  Atsushi Enomoto  <atsushi@ximian.com>

	* SqlBooleanTest.cs : oops, was running wrong test harness. Fixed it.

2008-06-12  Atsushi Enomoto  <atsushi@ximian.com>

	* SqlBooleanTest.cs : added test for comparison with Null.

2007-10-01  Veerapuram Varadhan  <vvaradhan@novell.com>

	* SqlCharsTest.cs (Read_*, Write_*): Tests for Newly implemented
	Read and Write APIs.

	* SqlBytesTest.cs (Read_*, Write_*): Ditto.
	
2007-09-27  Veerapuram Varadhan  <vvaradhan@novell.com>

	* SqlStringTest.cs (ReadWriteXmlTest): Change the root node of the
	test xml from <SqlString> to <string>

	* SqlCharsTest.cs (ReadWriteXmlTest): Ditto.
	
2007-09-25  Veerapuram Varadhan  <vvaradhan@novell.com>

	* 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  <anagappan@novell.com>

	* SqlBooleanTest.cs (EqualityOperator): Fixed compiler warnings.
	(InequalityOperator): Fixed compiler warnings.

2007-05-04  Raja R Harinath  <rharinath@novell.com>

	* SqlDateTimeTest.cs (TicksRoundTrip, EffingBilisecond): New tests.

2007-03-09  Nagappan A  <anagappan@novell.com>

	* 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  <anagappan@novell.com>

	* SqlBytesTest.cs: Added new tests

	* SqlCharsTest.cs: Added new tests

2006-07-19  Senganal T  <tsenganal@novell.com>

	* 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  <tsenganal@novell.com>

	* SqlStringTest.cs : Removed NotWorking attribute for testcases fixed

2005-08-25  Sureshkumar T  <tsureshkumar@novell.com>

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

	* SqlGuidTest.cs : missing run-test-ondotnet fix.

2004-11-25  Marek Safar  <marek.safar@seznam.cz>

	* SqlDecimalTest.cs: Hide constant behind variable to avoid
	compiler check.

2004-07-20 Umadevi S <sumadevi@novell.com>
	* SqlInt16Test.cs,SqlInt32Test.cs, SqlInt64Test.cs - added testcase for Modulus method (.NET		2.0)

2004-07-14 Umadevi S <sumadevi@novell.com>
	* SqlStringTest.cs - Added testcase for Add method (.NET2.0)

2004-06-10 Umadevi S <sumadevi@novell.com>
	* SqlGuidTest.cs - corrected the CompareTo method

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
