Leszek 'skolima' Ciesielski d63b262fed Set svn:eol-style to native. 19 роки тому
..
MonoTests.System.Data.Utils 2e3677ca91 Integrated the Mainsoft test suite into make run-test. Many tests still fail... 19 роки тому
OracleCommand d63b262fed Set svn:eol-style to native. 19 роки тому
OracleCommandBuilder 9bdec12456 Kill all executable flags on *.cs and ChangeLog files. 19 роки тому
OracleConnection 60b622ca84 Removed most of NotWorking from tests, and eliminated one of the causes for segfaults (it was, sadly, my own fault). 19 роки тому
OracleDataAdapter 60b622ca84 Removed most of NotWorking from tests, and eliminated one of the causes for segfaults (it was, sadly, my own fault). 19 роки тому
OracleDataReader 1e9ea27d78 Added check to avoid NullReferenceException failures in TearDown() on Assert.Ignore 19 роки тому
OracleParameter 60b622ca84 Removed most of NotWorking from tests, and eliminated one of the causes for segfaults (it was, sadly, my own fault). 19 роки тому
OracleParameterCollection 9bdec12456 Kill all executable flags on *.cs and ChangeLog files. 19 роки тому
OracleTransaction 60b622ca84 Removed most of NotWorking from tests, and eliminated one of the causes for segfaults (it was, sadly, my own fault). 19 роки тому
OracleType 60b622ca84 Removed most of NotWorking from tests, and eliminated one of the causes for segfaults (it was, sadly, my own fault). 19 роки тому
GHTDB.Data.ORACLE.sql e9a5df6c6f Added Mainsoft OracleClient testsuite 20 роки тому
GHTDB.ORACLE.sql e9a5df6c6f Added Mainsoft OracleClient testsuite 20 роки тому
readme.txt 1e669c2fe0 Fix test scripts for TARGET_JVM 20 роки тому

readme.txt

To run unit test the following should be prepared:

1. Test\System.Data.OracleClient.J2EE.config should contain an ConnectionString setting, i.e.:








2. A target db should be prepared with the relevant structure, following are the instruction for each supported database.

in order to create the testing database, on ORACLE, run:
Run the scripts with a user wich have administrator permissions. (by default user:system, password:mainsoft).

sqlplus "user/password@database_sid" @GHTDB.ORACLE.sql
sqlplus "user/password@database_sid" @GHTDB.Data.ORACLE.sql

for example
sqlplus "system/mainsoft@rafim" @GHTDB.ORACLE.sql
sqlplus "system/mainsoft@rafim" @GHTDB.Data.ORACLE.sql