2007-07-31 Nagappan A * IDbCommandTest.cs (ExecuteScalarTest): SqlClient and Odbc ExecuteScalar returns diff object type. Since the test is common to both the environment, modified the test case to handle both. 2007-06-11 Nagappan A * DataReaderTest.cs (GetBytesNullBufferTest): Odbc returns -1, but SqlClient returns 0. Value has to be modified accordingly. 2007-06-07 Nagappan A * DataReaderTest.cs (GetBytesNullBufferTest): Modified the expected value. 2006-03-08 Senganal T * DataReaderTest : Added a test to verify if AutoIncrement value is set in the SchemaTable. 2006-02-10 Senganal T * DataReaderTest : Corrected a failing testcase. 2006-01-27 Senganal T * DataReaderTest : Corrected a failing testcase. 2005-09-01 Sureshkumar T * IDbCommandTest.cs: Added. Provider independent Command tests. * DataReaderTest.cs: Added. Provider independent DataReader tests.