X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Data.OracleClient%2FREADME.tests;h=431634ee37c844608af0fe6e97d360b27ff6f537;hb=5505faf960fd4feee7072501eb476d430791ee5f;hp=4759ab51b0ba21bb3b7d50b5eacbcfb1a0e4ad97;hpb=1fabd87b02f8d2e359150ed7a9e92613e60383bc;p=mono.git diff --git a/mcs/class/System.Data.OracleClient/README.tests b/mcs/class/System.Data.OracleClient/README.tests index 4759ab51b0b..431634ee37c 100644 --- a/mcs/class/System.Data.OracleClient/README.tests +++ b/mcs/class/System.Data.OracleClient/README.tests @@ -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).