2010-06-21 Marek Habersack <mhabersack@novell.com>
[mcs.git] / class / System.Data.OracleClient / README.tests
blob431634ee37c844608af0fe6e97d360b27ff6f537
1 Some tests located require a connection to Oracle database to execute.
2 To configure a connection, copy System.Data.OracleClient_test_default.dll.config.example
3 to System.Data.OracleClient_test_default.dll.config and fill in the ConnectionString with appropriate Data Source.
5 If no System.Data.OracleClient_test_default.dll.config is present, those tests will be ignored.
7 To test .Net 2.0 profile, copy System.Data.OracleClient_test_default.dll.config
8 to System.Data.OracleClient_test_net_2_0.dll.config and launch tests with PROFILE=net_2_0 .
10 Scripts for populating the database are located in Test/System.Data.OracleClient.jvm (for their usage, consult Test/System.Data.OracleClient.jvm/readme.txt).