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