Skip to content

Commit

Permalink
LPS-49582 Add test scripts for HSQL 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoshilee authored and brianchandotcom committed Aug 22, 2014
1 parent efcd737 commit 33e5d9f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions build-test-tomcat-hsql.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0"?>

<project name="portal-test-tomcat-hsql" basedir="." default="test" xmlns:antelope="antlib:ise.antelope.tasks">
<import file="build-test-tomcat.xml" />

<target name="run-selenium-tomcat-hsql">
<echo file="test.${user.name}.properties">database.type=hsql</echo>

<antcall target="run-selenium-tomcat" inheritAll="false">
<param name="test.class" value="${test.name}" />
</antcall>
</target>
</project>

0 comments on commit 33e5d9f

Please sign in to comment.