9348d71021d6baff3cfd4c0a1853734bac2d0e04
[mono.git] / mcs / class / System.Data / Test / ProviderTests / ChangeLog
1 2009-08-01  Gert Driesen  <drieseng@users.sourceforge.net>
2
3         * app-net_1.1.config: added engine config for SQL Server 7.0. Fixed
4         values of clientVersion.
5         * app-net_2.0.config: added engine config for SQL Server 7.0. Fixed
6         values of clientVersion.
7
8 2009-05-16  Veerapuram Varadhan  <vvaradhan@novell.com>
9
10         * app-net_2.0.config: New test box details - update.
11
12         * Makefile: Nunit 2.4 changes
13         
14 2009-03-15  Gert Driesen  <drieseng@users.sourceforge.net>
15
16         * app-net_1.1.config: Added ClientVersion to Engine section. Added
17         SQL Server 2000 config.
18         * app-net_2.0.config: Spaces to tabs.
19
20 2009-02-02  Veerapuram Varadhan  <vvaradhan@novell.com>
21
22         * app-net_2.0.config: Added ClientVersion to Engine section
23         
24 2008-12-31  Gert Driesen  <drieseng@users.sourceforge.net>
25
26         * app-default.config: Renamed to app-net_1_1.config, and added
27         providerTests section.
28         * app-net_2.0.config: Added providerTests section and removed
29         mono.data section.
30         * Makefile: Added support for CONNECTION variable and corresponding
31         PROVIDER_TESTS_CONNECTION environment variable. Always rebuild test
32         assembly since we have no dependency check for sources in place.
33         Only add reference to Mono.Data on 1.1 profile. Added reference to
34         System.Configuration on 2.0 profile.
35         * sqlserver.config: Merged into app-*.config.
36         * odbc.config: Merged into app-*.config.
37         * System.Data.Connected.Tests.dll.sources: Added ConnectionConfig.cs,
38         EngineConfig.cs, EngineType.cs, ProviderTestsConfigurationHandler.cs
39         and DbDataReaderTest.cs. Removed OdbcConnectionStringBuilderTest.cs.
40
41 2007-06-21  Nagappan A  <anagappan@novell.com>
42
43         * System.Data.Connected.Tests.dll.sources: Added
44         System.Data.Odbc/OdbcConnectionStringBuilderTest.cs.
45
46 2006-12-05  Nagappan A  <anagappan@novell.com>
47
48         * Makefile: Modified to work with 2.0 profile.
49
50 2006-12-05  Nagappan A  <anagappan@novell.com>
51
52         * sqlserver.config: Added SSPIConnString key, value pair to test
53         SSPI based connection with SqlClient.
54
55 2006-09-17      Boris Kirzner <borisk@mainsoft.com>
56         * System.Data.OleDb.Tests20.J2EE.vmwcsproj: added KNOW_BUG variable.
57
58 2006-09-12      Boris Kirzner <borisk@mainsoft.com>
59         * System.Data.OleDb.J2EE.config: changed test server name.
60
61 2006-03-16      Boris Kirzner <borisk@mainsfot.com>
62         * System.Data.SqlClient.jvm: added SqlClient tests for TARGET_JVM
63         * System.Data.OleDb.Tests.J2EE.vmwcsproj: added SqlClient tests for TARGET_JVM
64
65 2006-03-12      Boris Kirzner <borisk@mainsfot.com>
66         * System.Data.OleDb.J2EE.sln, System.Data.OleDb.Tests.J2EE.vmwcsproj:
67         changes for automated testing for TARGET_JVM.
68         * System.Data.OleDb.J2EE.config: added app config file 
69         for automated testing for TARGET_JVM.
70
71 2006-01-17  Senganal T  <tsenganal@novell.com>
72
73         * sqlserver.config : Modified the default login and password to 'monotester'
74
75 2005-11-05  Kornél Pál  <kornelpal@hotmail.com>
76
77         * app-net_2_0.config: Updated assembly versions to 2.0.0.0 (2.0 RTM).
78
79 2005-09-16  Senganal T  <tsenganal@novell.com>
80
81         * System.Data.Connected.Tests.dll.sources: added more source files 
82
83 2005-09-13  Sureshkumar T  <tsureshkumar@novell.com>
84
85         * Makefile: Added reference to Sybase db.
86
87 2005-09-01  Sureshkumar T  <tsureshkumar@novell.com>
88
89         * System.Data.Connected.Tests.dll.sources: source files.
90
91         * app-default.config:
92         * app-net_2_0.config:
93         configuration files for profiles and lists the assembly
94         informations for the Provider factory.
95
96         * odbc.config:
97         * sqlserver.config:
98         connection string info for respective databases.
99
100         * README: initial.
101
102         pulled connected mode test-cases around Test/* directory into this
103         new framework. This framework is based on nunit category based
104         test-cases and uses Provider Factories provided in Mono.Data.dll
105         to write provider independent code.
106