# Properties file for junbit test classes #Password for Install DB dbPassword=lamsdemo #user for install db dbUsername=lams #Driver Connection URL dbDriverUrl=jdbc:mysql://localhost/lams?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull #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/tool_deploy/deploy.xml #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 #path to test library deploy propertise file testLibraryDeployPropertiesPath=test/file/library_deploy/deployLibraryTest.xml