Index: lams_tool_deploy/test/file/test.properties =================================================================== diff -u -r3e1c3cc5291e781560fe935140c6c985229df7e4 -r8ad3ce44f05fdb00f6c9e7e2bbb6d65c70ca20c5 --- lams_tool_deploy/test/file/test.properties (.../test.properties) (revision 3e1c3cc5291e781560fe935140c6c985229df7e4) +++ lams_tool_deploy/test/file/test.properties (.../test.properties) (revision 8ad3ce44f05fdb00f6c9e7e2bbb6d65c70ca20c5) @@ -10,4 +10,30 @@ dbDriverUrl=jdbc:mysql://localhost:3306/scratch #Classname of JDBC driver -dbDriverClass=com.mysql.jdbc.Driver \ No newline at end of file +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