Continue X509Chain processing even if the local machine directory does not exists
[mono.git] / mcs / class / System.Data.OracleClient / README.tests
index 4759ab51b0ba21bb3b7d50b5eacbcfb1a0e4ad97..431634ee37c844608af0fe6e97d360b27ff6f537 100644 (file)
@@ -1,8 +1,10 @@
 Some tests located require a connection to Oracle database to execute.
 To configure a connection, copy System.Data.OracleClient_test_default.dll.config.example
-to System.Data.OracleClient_test_default.dll.config and fill in the OracleConnectionString with appropriate values.
+to System.Data.OracleClient_test_default.dll.config and fill in the ConnectionString with appropriate Data Source.
 
 If no System.Data.OracleClient_test_default.dll.config is present, those tests will be ignored.
 
 To test .Net 2.0 profile, copy System.Data.OracleClient_test_default.dll.config
 to System.Data.OracleClient_test_net_2_0.dll.config and launch tests with PROFILE=net_2_0 .
+
+Scripts for populating the database are located in Test/System.Data.OracleClient.jvm (for their usage, consult Test/System.Data.OracleClient.jvm/readme.txt).