소스 검색

Test using Payara

Change-Id: Ife341d184386db4fd51f1c7209ddb0cb46f6d73d
tags/7.7.0.alpha2
Artur Signell 8 년 전
부모
커밋
c6716287e1
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7
    0
      uitest/integration_tests.xml

+ 7
- 0
uitest/integration_tests.xml 파일 보기

@@ -233,6 +233,12 @@
<param name="target-server" value="glassfish4" />
</antcall>
</target>
<target name="integration-test-payara">
<antcall target="run-generic-integration-test">
<param name="startDelay" value="10" />
<param name="target-server" value="payara" />
</antcall>
</target>


<target name="integration-test-liferay6">
@@ -326,6 +332,7 @@
<antcall target="integration-test-weblogic12" />
<antcall target="integration-test-glassfish3" />
<antcall target="integration-test-glassfish4" />
<antcall target="integration-test-payara" />
<antcall target="integration-test-jboss4" />
<antcall target="integration-test-jboss5" />
<antcall target="integration-test-jboss6" />

Loading…
취소
저장