* DataReaderTest.cs: Added tests for GetValue. Improved test
[mono.git] / mcs / class / System.Data / Test / ProviderTests / ProviderIndependant / ChangeLog
1 2009-01-03  Gert Driesen  <drieseng@users.sourceforge.net>
2
3         * DataReaderTest.cs: Added tests for GetValue. Improved test
4         for GetBytes.
5
6 2009-01-03  Gert Driesen  <drieseng@users.sourceforge.net>
7
8         * DataReaderTest.cs: Added tests for GetChars, GetOrdinal,
9         GetValue and GetValues. Improved existing tests.
10         * DbDataReaderTest.cs: Moved GetProviderSpecificValue test
11         to provider specific tests (as its behavior differs between
12         Odbc and SqlClient). Removed unused property.
13
14 2008-12-31  Gert Driesen  <drieseng@users.sourceforge.net>
15
16         * DataReaderTest.cs: Added tests that were previously part of
17         SqlClient tests but apply to all families. Improved existing
18         tests.
19         * DbDataReaderTest.cs: Added GetProviderSpecificValues error check
20          tests.
21         * IDbCommandTest.cs: Added ExecuteNonQuery tests for empty CommandText.
22         Added test for bug #462947.
23
24 2007-07-31  Nagappan A  <anagappan@novell.com>
25
26         * IDbCommandTest.cs (ExecuteScalarTest): SqlClient and Odbc
27         ExecuteScalar returns diff object type. Since the test is common
28         to both the environment, modified the test case to handle both.
29
30 2007-06-11  Nagappan A  <anagappan@novell.com>
31
32         * DataReaderTest.cs (GetBytesNullBufferTest): Odbc returns -1, but
33         SqlClient returns 0. Value has to be modified accordingly.
34
35 2007-06-07  Nagappan A  <anagappan@novell.com>
36
37         * DataReaderTest.cs (GetBytesNullBufferTest): Modified the
38         expected value.
39
40 2006-03-08  Senganal T  <tsenganal@novell.com>
41         
42         * DataReaderTest : Added a test to verify if AutoIncrement
43         value is set in the SchemaTable.
44
45 2006-02-10  Senganal T  <tsenganal@novell.com>
46         
47         * DataReaderTest : Corrected a failing testcase.
48
49 2006-01-27  Senganal T  <tsenganal@novell.com>
50         
51         * DataReaderTest : Corrected a failing testcase.
52  
53 2005-09-01  Sureshkumar T  <tsureshkumar@novell.com>
54
55         * IDbCommandTest.cs: Added. Provider independent Command tests.
56
57         * DataReaderTest.cs: Added. Provider independent DataReader tests.
58