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