blob: 532f9ba9c85c366bdccaf5fa250f6f7fcb03a1e6 [file] [log] [blame]
# Testing environment properties
# Set your target database properties here or give it by -Dtest.properties=file option
# jdbc.driver.jar=../../../extension.lib.external/mysql-connector-java-5.0.7-bin.jar
# db.driver=com.mysql.jdbc.Driver
# db.url=jdbc:mysql://localhost/mysql
# db.user=eclipsetest
# db.pwd=password
# db.platform=org.eclipse.persistence.platform.database.MySQLPlatform
# jdbc.driver.jar=../../../extension.oracle.lib.external/ojdbc6.jar
# db.driver=oracle.jdbc.OracleDriver
# db.url=jdbc:oracle:thin:@localhost:1521:DB
# db.user=user
# db.pwd=password
# db.platform=org.eclipse.persistence.platform.database.OraclePlatform
#jdbc.driver.jar=/C:/EclipseLink/foundation/extension.oracle.lib.external/ojdbc6.jar
#db.driver=oracle.jdbc.OracleDriver
#db.url=jdbc:oracle:thin:@localhost:1521:XE
#db.user=system
#db.pwd=welcome1
#db.platform=org.eclipse.persistence.platform.database.oracle.OraclePlatform
=======
#jdbc.driver.jar=/C:/EclipseLink/foundation/extension.oracle.lib.external/ojdbc14_10.jar
#jdbc.driver.jar=../../../extension.oracle.lib.external/ojdbc5_11.jar
#db.driver=oracle.jdbc.OracleDriver
#db.url=jdbc:oracle:thin:@localhost:1521:orcl
#db.user=scott
#db.pwd=tiger
#db.platform=org.eclipse.persistence.platform.database.OraclePlatform
jdbc.driver.jar=C:/java/jdbc/ojdbc5.jar
db.driver=oracle.jdbc.driver.OracleDriver
db.platform=org.eclipse.persistence.platform.database.oracle.Oracle10Platform
db.url=jdbc:oracle:thin:@tlsvrdb7.ca.oracle.com:1521:toplink
db.user=tware
db.pwd=password
# Logging option for debugging
logging.level=info
# logging.level=finest
# logging.level=off
# This is used to translate the 9.0.4 format sessions.xml resources.
logging.boolvalue=false
# Security manager options, switch from ignore to use a security manager
test.security-manager=-Dignore
# test.security-manager=-Djava.security.manager
test.security-manager.policy=-Dignore
# test.security-manager.policy=-Djava.security.policy=./java.policy.allpermissions
# Test class to be run.
test.class=org.eclipse.persistence.testing.tests.TestRunModel
# test.class=org.eclipse.persistence.testing.tests.feature.FeatureTestModel
# test.class=org.eclipse.persistence.testing.tests.simultaneous.SimultaneousTestsModel
# test.class=org.eclipse.persistence.testing.tests.SRGTestModel
# Test runner properties.
run.dir=run
report.dir=report
# A property specifying if PromptTestRunner should save the test results to the database
should.save.results=false
# The baseline version that the performance tests will compare this version with.
# By default, it is the version that the last success runs were against.
# To this version as a baseline, you can specify a non-existing baseline version and run the performance tests.
# performance.baseline.version=1.0_:SNAPSHOT_-_20080403