blob: af212cb057d30e84b5fe5733ce7341ab4485f5a7 [file] [log] [blame]
# Testing environment properties.
# Link to dependencies not in SVN, assumes default location, if you store elsewhere you need to edit these.
oracle.extensions.depend.dir=../../../../../extension.oracle.lib.external
# toplink.jar=../../../extension.oracle.lib.external/toplink.jar
# toplink-essentials.jar=../../../extension.oracle.lib.external/toplink-essentials.jar
# toplink-essentials-agent.jar=../../../extension.oracle.lib.external/toplink-essentials-agent.jar
# hibernate.dir=../../../extension.hibernate.lib.external/
# openjpa.dir=../../../extension.openjpa.lib.external/
# Set your target database properties here or give it by -Dtest.properties=file option.
#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=../../../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=user
# db.pwd=password
# db.platform=org.eclipse.persistence.platform.database.MySQLPlatform
#jdbc.driver.jar=../../../extension.lib.external/mysql-connector-java-5.0.7-bin.jar
#db.driver=com.mysql.jdbc.Driver
#db.url=jdbc:mysql://tlsvrdb4.ca.oracle.com/COREDEV1
#db.user=COREDEV1
#db.pwd=password
#db.platform=org.eclipse.persistence.platform.database.MySQLPlatform
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.oracle.Oracle11Platform
# Logging option for debugging.
logging.level=fine
# logging.level=finest
# logging.level=off
# Weaving options, switch to ignore for no weaving
test.agent=-javaagent:${eclipselink.jar.run}
# test.agent=-Dignore
test.weaving=-Dignore
# test.weaving=-DTEST_NO_WEAVING=true
# Test class to be run.
test.class=org.eclipse.persistence.testing.tests.jpa.FullRegressionTestSuite
# test.class=org.eclipse.persistence.testing.tests.jpa.advanced.EntityManagerJUnitTestSuite
# test.class=org.eclipse.persistence.testing.tests.jpa.AllCMP3TestRunModel
# Test runner properties.
run.dir=run
report.dir=report
# This is relative to the run directory.
eclipselink.jar.run=../../../eclipselink.jar
# Server properties
# Valid values of server.name are weblogic, oc4j, ...
server.name=weblogic
# 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_-_20080402