# Properties file for junbit test classes #Password for Install DB dbPassword=dag.Quiz #user for install db dbUsername=root #Driver Connection URL dbDriverUrl=jdbc:mysql://localhost:3306/scratch #Classname of JDBC driver dbDriverClass=com.mysql.jdbc.Driver #test tool insert script toolInsertScriptPath=test/file/sql/tool_insert.sql #test tool library insert script toolLibraryInsertScriptPath=test/file/sql/library_insert.sql #test tool activity insert script toolActivityInsertScriptPath=test/file/sql/activity_insert.sql #test tool tables script toolTablesScriptPath=test/file/sql/create_tool_tables.sql #path to test Ear directory testEarPath=test/file/lams.ear #path to test application xml testAppXmlPath=test/file/application.xml #path to test deploy properties file testDeployPropertiesPath=test/file/deploy.properties #Destination path of test war testWarPath=test/file/lams.ear/test-dummy.war #destination path of the test jar testJarPath=test/file/lams.ear/test-dummy.jar