README.tests 704 B

12345678910
  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.
  4. If no System.Data.OracleClient_test_default.dll.config is present, those tests will be ignored.
  5. To test .Net 2.0 profile, copy System.Data.OracleClient_test_default.dll.config
  6. to System.Data.OracleClient_test_net_2_0.dll.config and launch tests with PROFILE=net_2_0 .
  7. Scripts for populating the database are located in Test/System.Data.OracleClient.jvm (for their usage, consult Test/System.Data.OracleClient.jvm/readme.txt).